2.8.0
The ASDF Standard is at v1.6.0.
Changes include:
-
New plugin APIs for block compressors, extensions, and schemas.
-
New global configuration mechanism (
asdf.get_config()). -
Support for the asdf:// URI scheme.
-
Drop support for Python 3.5.
-
Support for ASDF Standard 1.6.0, which is available via the
versionargument toAsdfFile.__init__but not yet the
default. -
Values that match defaults defined in schemas are no longer
automatically removed from the ASDF tree. -
Nonevalues are no longer removed from the tree on write. -
Remove the
asdf.testmethod andasdf.__githash__attribute. -
And more, see CHANGES.rst for details.