Skip to content

Releases: astropy/asdf-astropy

0.11.0

27 Mar 16:50
154571e

Choose a tag to compare

What's Changed

  • Add support for HighLevelWCSWrapper by @Cadair in #296

Full Changelog: 0.10.0...0.11.0

0.10.1

20 Mar 20:00

Choose a tag to compare

  • Update version checks for transform schema compatibility to use package versions instead of manifests [#317]

0.10.0

13 Feb 18:04
00045d9

Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

17 Nov 21:54
2da2cd0

Choose a tag to compare

What's Changed

  • Bump OpenAstronomy/github-actions-workflows from 1.16.0 to 2.1.0 in /.github/workflows in the actions group by @dependabot[bot] in #284
  • drop numpy 1.25 by @braingram in #285
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #286
  • Bump OpenAstronomy/github-actions-workflows from 2.1.0 to 2.2.1 in /.github/workflows in the actions group by @dependabot[bot] in #287
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #288
  • drop use of private _force_raw_types by @braingram in #289
  • drop private API usage of _open_impl by @braingram in #290
  • use new pytest asdf plugin by @braingram in #291
  • skip galexsec time format test by @braingram in #293
  • Bump actions/checkout from 4.2.2 to 5.0.0 in /.github/workflows in the actions group by @dependabot[bot] in #294
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #295
  • increase minimum asdf and astropy by @braingram in #297
  • Avoid using the private EarthLocation._get_site_registry() in tests by @eerovaher in #300
  • Fix two WCS bugs by @Cadair in #276
  • Bump OpenAstronomy/github-actions-workflows from 2.2.1 to 2.3.0 in /.github/workflows in the actions group by @dependabot[bot] in #301
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #299
  • Add 3.14 testing, add pytest to devdeps, cleanup coverage and isort configuration by @braingram in #302
  • update changelog for release by @braingram in #304

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

11 Jun 20:26
7e7760b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.1

12 Feb 19:23
c4691a4

Choose a tag to compare

What's Changed

  • register blank ASDF extensions to prevent warnings for ASDF files generated with asdf-astropy 0.5.0. [#258]

Full Changelog: 0.7.0...0.7.1

0.7.0

13 Nov 17:05
58dc386

Choose a tag to compare

  • strip None factor for spectral_density in equivalency converter
    to avoid deprecation warnings for astropy 7. [#229]

  • drop support for python 3.9. [#232]

  • replace usages of copy_arrays with memmap [#230]

  • require asdf 2.14.4 [#241]

  • Add support for astropy.nddata.uncertainty classes [#239]

  • Add support for astropy.wcs.WCS and astropy.wcs.wcsapi.SlicedLowLevelWCS [#246]

0.6.1

05 Apr 19:54
50ccb75

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

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

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]