Skip to content

2.14.0

Choose a tag to compare

@braingram braingram released this 22 Nov 21:16
aa52111

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]