Releases: astropy/asdf-astropy
Releases · astropy/asdf-astropy
0.6.1
0.6.0
0.5.0
Changes include:
- Drop support for Python 3.8 in accordance with NEP 29. [#180]
- Update
RepresentationConverter
for new class paths in astropy [#181] - Update Converters so that all Class Variables are immutable [#188]
- Remove
oldest-supported-numpy
frompyproject.toml
build-system
as this was never needed and will cause problems building on python 3.12 betas. [#193] - Use unique uri for extensions that implement converters for core asdf types [#199]
- Add support for astropy.table.NdarrayMixin [#200]
- Update angle converters for new class paths in astropy [#207]
0.4.0
Changes include:
0.3.0
Changes Include:
0.2.2
Changes include:
- Add converter for the new
Schechter1D
model. - Add CITATION file.
- Add migration and quick-start documentation guides, and update minimum Python version.
- Update
FrameConverter
to enable the use of multiple tags. - Bugfixes for
astropy.time
converters. - Remove unnecessary
tag:
from schemas. - Add converters for
ModelBoundingBox
andCompoundBoundingBox
.
0.2.1
Changes include:
- Migrate documentation from astropy to asdf-astropy.
- Pin astropy min version to 5.0.4.
0.2.0
Changes include:
- Add support for serialization and deserialization of input_units_equivalencies
for astropy models. - Bugfix for units_mapping schema's property name conflicts. Changes:
inputs
tounit_inputs
outputs
tounit_outputs
- Add converter support for Cosine1D, Tangent1D, ArcSine1D, ArcCosine1D, ArcTangent1D
models. - Add converter for Spline1D model.
- Add astropy Table connector for ASDF.
- Move assert_model_equal to helpers module.
- Fix warnings raised during testing.