Path to this page:
Subject: CVS commit: pkgsrc/math/py-asdf
From: Adam Ciarcinski
Date: 2024-08-06 10:01:52
Message id: 20240806080152.B7340FC74@cvs.NetBSD.org
Log Message:
py-asdf: updated to 3.4.0
3.4.0 (2024-08-04)
- Fix issue where roundtripping a masked array with no masked values removes the mask
- 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``.
- Drop ``importlib_metadata`` as a dependency on Python 3.12 and newer
- Bumped minimal requirement on ``attrs`` from ``20.1.0`` to ``22.2.0``
Files: