You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automate interpretation of _Unsigned attribute (#1453)
* Add support for _Unsigned attribute
* Update docstrings with new unsigned behavior
* Cast to unsigned with copy instead of view, fixing infinite recursion. Move _Unsigned between attributes and encoding
* Fix default argument for is_unsigned
* Separate test for unsigned roundtrip
* Move unsigned support out of mask_and_scale, update whats-new
* Fix what's new date and add issue
* Putting enhancement in correct section of whats-new
* Turn off _FillValue support provided by PyNIO. Let xarray handle it.
* Convert _FillValue when _Unsigned is present
* PEP8
* No need to convert unsigned fill value if there is not fill value
* PEP8
* yet more PEP8
* Be more careful with _Unsigned attribute check
* Better fencing for attribute checks. Style fixes. Test for dtypes.
0 commit comments