- Add missing transform-1.0.0 and domain-1.0.0 schemas. These are only used by legacy schemas and are not to be used for new schemas. See asdf-transform-schemas for newer versions of these schemas [#485]
- Support setting ASDF_UNSTABLE_CORE_SCHEMAS environment variable to enable support for upcoming (currently unstable) versions of core schemas. Be warned that writing files with unstable/development versions of core schemas is not recommended as these schemas may change during development [#479]
- Drop support for Python 3.9 [#498]
- Update documentation to use new terminology. The ASDF specification refers to the description of the file format whereas the ASDF core schemas refers to the versioned collection of schemas for core objects (ndarray, software, etc) [#473]
- Add datatype-1.0.0 schema [#455]
- Add galexsec time to time-1.4.0 [#480]
- Add utime and tai_seconds formats to new time-1.3.0 [#461]
- Update reference files [#409]
- Remove statement discouraging use of YAML anchors and aliases [#443]
- Documentation theme config changes for new ASDF website [#447]
- Adds global navigation in docs top bar [#448]
- Adds reference files for v1.6.0 [#439]
- Adds anchor, endian, structured and scalar reference files [#439]
- Update documentation to improve readability [#456]
- Discourage creation of new custom metaschemas [#456]
- Clarify that schema refs cannot contain tags [#456]
- Describe implementation handling of block compression identifiers [#456]
- Update description of how tag version mismatches should be handled [#456]
- Remove outdated schema top level tag attribute description [#456]
- Clarify post-tree pre-block padding allowed bytes [#456]
- Fix readthedocs config. [#429]
The in progress ASDF Standard is v1.6.0
The stable ASDF Standard is v1.5.0
- Add new
quantity-1.2.0schema to supportdatatypeoption. [#351] - Bugfix for
base_formatintime-1.2.0schema. [#349] - Add new
ndarray-1.1.0schema to fix #345 [#350] - Remove
unit-1.1.0erroneously added in #350 [#355] - Fix URI fragment format in metaschema references. [#373]
- Fix URI fragment format in quantity-1.2 schema [#374]
- Drop support for python 3.8 [#390]
- Add
float16tondarray-1.1.0[#411] - Remove unneeded
tagkeyword fromfitsschema [#421] - Move non-core tags to
astronomymanifest [#422]
The in progress ASDF Standard is v1.6.0
The stable ASDF Standard is v1.5.0
- Update documentation to be consistent with the ASDF library documentation. [#316]
- Add
time-1.2.0schema to document bugfix requiring additional property to be written fromasdf-astropy. [#319] - Move packaging to
pyproject.tomlfile fromsetup.cfgandsetup.pyfiles. [#321] - Remove
tagfrom within thetime-1.1.0schema. [#323] - Remove
tagfrom within the remaining schemas. [#326]
The in progress ASDF Standard is v1.6.0
The stable ASDF Standard is v1.5.0
- Pin astropy min version to 5.0.4. [#310]
The in progress ASDF Standard is v1.6.0
The stable ASDF Standard is v1.5.0
- Remove asdf as an install dependency for the asdf-standard package. [#300]
The in progress ASDF Standard is v1.6.0
The stable ASDF Standard is v1.5.0
- Add installable Python package to replace use of this repo as a submodule. [#292]