Skip to content

Releases: asdf-format/asdf

2.11.0

15 Mar 18:57
aae8d9a
Compare
Choose a tag to compare

Changes include:

  • Update minimum jsonschema version to 4.0.1.

2.10.1

02 Mar 20:50
Compare
Choose a tag to compare

Changes include:

  • Bugfix for circular build dependency for asdf.
  • Fix small bug with handling multiple schema uris per tag.

2.10.0

18 Feb 01:39
3483bfe
Compare
Choose a tag to compare

Changes include:

  • Replace asdf-standard submodule with pypi package. [#1079]

2.9.2

08 Feb 00:59
Compare
Choose a tag to compare

Changes include:

  • Fix deprecation warnings stemming from the release of pytest 7.0.0.
  • Fix bug in pytest plugin when schemas are not in a directory named "schemas".

2.9.1

03 Feb 15:47
Compare
Choose a tag to compare

The ASDF Standard is at v1.6.0.

Changes include:

  • Fix typo in testing module __init__.py name.

2.9.0

03 Feb 04:16
44c770c
Compare
Choose a tag to compare

The ASDF Standard is at v1.6.0.

Changes include:

  • Add the capability for classes to expose their contents to AsdfFile.info and AsdfFile.search via the __asdf_traverse__ method.
  • Drop support for Python 3.6.
  • Update setup.py to raise error if "git submodule update --init" has not been run.
  • Add ability for tags to correspond to multiple schema_uri, with an implied allOf among the schema_uris.
  • Add the URL of the file being parsed to SerializationContext.
  • Add asdf.testing.helpers module with simplified versions of test helpers previously available in asdf.tests.helpers.

2.8.3

13 Dec 18:13
Compare
Choose a tag to compare

The ASDF Standard is at v1.6.0.

Changes include:

  • Fix use of "python" instead of "python3" in compatibility tests.

2.8.2

07 Dec 15:31
fa886d0
Compare
Choose a tag to compare

The ASDF Standard is at v1.6.0.

Changes include:

  • Fix array compression for non-native byte order.

  • Fix bug in schema loading when URI is claimed by both legacy
    and new-style extensions.

  • Hide 'name' and 'version' attributes on instances of
    NDArrayType.

2.8.1

09 Jun 20:29
68e73c3
Compare
Choose a tag to compare

The ASDF Standard is at v1.6.0.

Changes include:

  • Fix bug that corrupts ndarray views when a new block is added
    to an existing file in absence of a block index.

2.7.5

09 Jun 20:20
Compare
Choose a tag to compare

The ASDF Standard is at v1.6.0.

Changes include:

  • Fix bug in asdf.schema.check_schema causing relative references in
    metaschemas to be resolved incorrectly.

  • Fix bug that corrupts ndarray views when a new block is added
    to an existing file in absence of a block index.