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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issue where roundtripping a masked array with no masked values removes the mask [#1803]
Use a custom exception AsdfSerializationError to indicate when an object in the
tree fails to be serialized by asdf (and by yaml). This exception currently inherits
from yaml.representer.RepresenterError to provide backwards compatibility. However
this inheritance may be dropped in a future asdf version. Please migrate to the new AsdfSerializationError. [#1809]
Drop importlib_metadata as a dependency on Python 3.12 and newer [#1810]
Bumped minimal requirement on attrs from 20.1.0 to 22.2.0 [#1815]