Skip to content

Releases: astropy/asdf-astropy

0.4.0

20 Mar 18:30
b3dafcc

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

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

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

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

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

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

Choose a tag to compare

Changes include:

  • Retrieve coordinates schemas from asdf-coordinates-schemas

0.1.0

01 Dec 21:35
567ac00

Choose a tag to compare

Changes include:

  • Initial release.