Skip to content

3.4.0

Latest
Compare
Choose a tag to compare
@braingram braingram released this 04 Aug 16:22
· 66 commits to main since this release
01e9a52
  • 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]