asdf-format / asdf

ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data
http://asdf.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
511 stars 56 forks source link

Deprecate `AsdfFile.version_map` #1745

Closed braingram closed 3 months ago

braingram commented 5 months ago

Description

This PR:

Note that at the moment ASDF only supports file format 1.0.0 and yaml 1.1. This PR adds those constants to asdf.versioning.

When this PR is merged a new issue can be opened to track the removal of AsdfFile.version_map in asdf 4.0. The PR that removes version_map can also remove versioning._get_version_map. Once that PR is merged, the version map files can be removed from asdf standard.

sunpy downstream is failing due to pytest 8 weldx is failing due to new pandas deprecations

Checklist: