Asdf Format Asdf Versions Save

ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data

2.14.1

1 year ago

Changes Include:

  • Fix issue #1239, close memmap with asdf file context [#1241]

2.14.0

1 year ago

Changes include:

  • Update citation. [#1184]
  • Add search support to ~asdf.AsdfFile.schema_info. [#1187]
  • Add asdf.search.AsdfSearchResult support for ~asdf.AsdfFile.schema_info and ~asdf.search.AsdfSearchResult.schema_info method. [#1197]
  • Use forc ndarray flag to correctly test for fortran array contiguity [#1206]
  • Unpin jsonschema version and fix jsonschema deprecation warnings. [#1185]
  • Replace pkg_resources with importlib.metadata. [#1199]
  • Fix default validation for jsonschema 4.10+ [#1203]
  • Add asdf-unit-schemas as a dependency, for backwards compatibility. [#1210]
  • Remove stray toplevel packages docker docs and compatibility_tests from wheel [#1214]
  • Close files opened during a failed call to asdf.open [#1221]
  • Modify generic_file for fsspec compatibility [#1226]
  • Add fsspec http filesystem support [#1228]
  • Memmap whole file instead of each array [#1230]
  • Fix issue #1232 where array data was duplicated during resaving of a fits file [#1234]

2.13.0

1 year ago

Changes include:

  • Add ability to pull information from schema about asdf file data, using schema_info method.

2.12.1

1 year ago

Changes include:

  • Overhaul of the ASDF documentation to make it more consistent and readable.
  • Update deprecated instances of abstractproperty to abstractmethod
  • Move build configuration into pyproject.toml
  • Pin jsonschema to below 4.10.0.

2.11.2

1 year ago

Changes include:

  • Backport jsonschema pin to strictly less than 4.10.1.

2.12.0

1 year ago

Changes include:

  • Added ability to display title as a comment in using the info() functionality.
  • Add ability to set asdf-standard version for schema example items.

2.11.1

2 years ago

Changes include:

  • Update minimum astropy version to 5.0.4.

2.11.0

2 years ago

Changes include:

  • Update minimum jsonschema version to 4.0.1.

2.10.1

2 years ago

Changes include:

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

2.10.0

2 years ago

Changes include:

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