Releases: astropy/asdf-astropy
Releases · astropy/asdf-astropy
0.11.0
0.10.1
0.10.0
What's Changed
- set version_scheme by @braingram in #305
- Implement support for
astronomy-1.2.0manifest by @braingram in #270 - Add TETE and TEME frames by @nden in #310
- fix magunit serialization to match unit by @braingram in #313
- update changes for release by @braingram in #315
Full Changelog: 0.9.0...0.10.0
0.9.0
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
- @eerovaher made their first contribution in #300
- @Cadair made their first contribution in #276
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- Drop python 3.10, numpy 1.24, update CI by @braingram in #255
- MNT: Replace ubuntu-20.04 with ubuntu-22.04 by @pllim in #259
- register blank extensions for old files with modified extension uris by @braingram in #258
- fix changelog on main for 0.7.1 release by @braingram in #261
- remove astropy_init by @braingram in #263
- Add support for masked quantities, angles, and coordinates by @lpsinger in #253
- reduce autoupdate to monthly by @braingram in #274
- fix pyproject.toml license and package defs by @braingram in #277
- Enable support for new transform and coordinates schemas by @braingram in #279
- Ignore UnitsWarnings by @braingram in #281
- Support new astronomy manifest by @braingram in #282
- update changelog for 0.8.0 release by @braingram in #283
New Contributors
Full Changelog: 0.7.0...0.8.0
0.7.1
0.7.0
-
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_arrayswithmemmap[#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
0.6.0
0.5.0
Changes include:
- Drop support for Python 3.8 in accordance with NEP 29. [#180]
- Update
RepresentationConverterfor new class paths in astropy [#181] - Update Converters so that all Class Variables are immutable [#188]
- Remove
oldest-supported-numpyfrompyproject.tomlbuild-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]