Releases: asdf-format/asdf
Releases · asdf-format/asdf
2.14.4
2.14.3
2.14.2
2.14.1
2.14.0
Changes include:
- Update citation. [#1184]
- Add search support to
~asdf.AsdfFile.schema_info. [#1187] - Add
asdf.search.AsdfSearchResultsupport for~asdf.AsdfFile.schema_infoand
~asdf.search.AsdfSearchResult.schema_infomethod. [#1197] - Use forc ndarray flag to correctly test for fortran array contiguity [#1206]
- Unpin
jsonschemaversion and fixjsonschemadeprecation warnings. [#1185] - Replace
pkg_resourceswithimportlib.metadata. [#1199] - Fix default validation for jsonschema 4.10+ [#1203]
- Add
asdf-unit-schemasas a dependency, for backwards compatibility. [#1210] - Remove stray toplevel packages
dockerdocsandcompatibility_testsfrom 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
Changes include:
- Add ability to pull information from schema about asdf file data, using
schema_info
method.
2.12.1
Changes include:
- Overhaul of the ASDF documentation to make it more consistent and readable.
- Update deprecated instances of
abstractpropertytoabstractmethod - Move build configuration into
pyproject.toml - Pin
jsonschemato below4.10.0.
2.11.2
Changes include:
- Backport
jsonschemapin to strictly less than 4.10.1.
2.12.0
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
Changes include:
- Update minimum astropy version to 5.0.4.