Skip to content

2.8.0

Compare
Choose a tag to compare
@eslavich eslavich released this 12 May 20:17
b3632ca

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
    version argument to AsdfFile.__init__ but not yet the
    default.

  • Values that match defaults defined in schemas are no longer
    automatically removed from the ASDF tree.

  • None values are no longer removed from the tree on write.

  • Remove the asdf.test method and asdf.__githash__ attribute.

  • And more, see CHANGES.rst for details.