Skip to content

Releases: astropy/asdf-astropy

0.6.1

05 Apr 19:54
50ccb75
Compare
Choose a tag to compare
  • update copy usage in Quantity converter to deal with astropy 6.1 changes. [#224]

0.6.0

13 Mar 18:51
f7a29ba
Compare
Choose a tag to compare

0.6.0 (2024-03-13)

  • Add python 3.12 support. [#219]
  • Update ASDF standard 1.6.0 support. [#219]
  • Increase minimum versions for asdf-coordinates-schemas
    asdf-transform-schemas and list asdf-standard as
    a dependency. [#219]

0.5.0

15 Nov 15:24
395c516
Compare
Choose a tag to compare

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 from pyproject.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

20 Mar 18:30
b3dafcc
Compare
Choose a tag to compare

Changes include:

  • Update pins for asdf, asdf-coordinates-schemas, numpy, and packaging. [#164]
  • Add serialization support for non-VOunits. [#142]
  • Add serialization support for MagUnit based units. [#146]
  • Document and add assert_model_roundtrip and assert_table_roundtrip to
    asdf_astropy.testing.helpers. [#170]

0.3.0

29 Nov 20:05
cf297c3
Compare
Choose a tag to compare

Changes Include:

  • Update citations. [#111]
  • Switch to using pyproject.toml for package configuration. [#106]
  • Fix bug with memmap of Quantity objects. [#125]
  • Drop support for numpy-1.18. [#116]
  • Fix bug with str representations of astropy.time objects. [#132]
  • Fix bug in preserving the dtype of Quantity objects. [#131]

0.2.2

22 Aug 21:14
Compare
Choose a tag to compare

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 and CompoundBoundingBox.

0.2.1

18 Apr 23:05
Compare
Choose a tag to compare

Changes include:

  • Migrate documentation from astropy to asdf-astropy.
  • Pin astropy min version to 5.0.4.

0.2.0

08 Mar 19:25
db8b501
Compare
Choose a tag to compare

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 to unit_inputs
    • outputs to unit_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.

0.1.2

14 Dec 22:18
Compare
Choose a tag to compare

Changes include:

  • Fix bug in Table deserializer when meta is absent from the ASDF

0.1.1

04 Dec 19:54
Compare
Choose a tag to compare

Changes include:

  • Retrieve coordinates schemas from asdf-coordinates-schemas