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 05501cf commit b2500bfCopy full SHA for b2500bf
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