We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da62c3c commit 5b98d1cCopy full SHA for 5b98d1c
doc/whats-new.rst
@@ -40,6 +40,10 @@ Enhancements
40
- Some speed improvement to construct :py:class:`~xarray.DataArrayRolling`
41
object (:issue:`1993`)
42
By `Keisuke Fujii <https://github.com/fujiisoup>`_.
43
+ - Handle variables with different values for ``missing_value`` and
44
+ ``_FillValue`` by masking values for both attributes; previously this
45
+ resulted in a ``ValueError``. (:issue:`2016`)
46
+ By `Ryan May <https://github.com/dopplershift>`_.
47
48
Bug fixes
49
~~~~~~~~~
0 commit comments