Recent Releases of asdf-astropy
asdf-astropy - 0.8.0
What's Changed
- Drop python 3.10, numpy 1.24, update CI by @braingram in https://github.com/astropy/asdf-astropy/pull/255
- MNT: Replace ubuntu-20.04 with ubuntu-22.04 by @pllim in https://github.com/astropy/asdf-astropy/pull/259
- register blank extensions for old files with modified extension uris by @braingram in https://github.com/astropy/asdf-astropy/pull/258
- fix changelog on main for 0.7.1 release by @braingram in https://github.com/astropy/asdf-astropy/pull/261
- remove astropy_init by @braingram in https://github.com/astropy/asdf-astropy/pull/263
- Add support for masked quantities, angles, and coordinates by @lpsinger in https://github.com/astropy/asdf-astropy/pull/253
- reduce autoupdate to monthly by @braingram in https://github.com/astropy/asdf-astropy/pull/274
- fix pyproject.toml license and package defs by @braingram in https://github.com/astropy/asdf-astropy/pull/277
- Enable support for new transform and coordinates schemas by @braingram in https://github.com/astropy/asdf-astropy/pull/279
- Ignore UnitsWarnings by @braingram in https://github.com/astropy/asdf-astropy/pull/281
- Support new astronomy manifest by @braingram in https://github.com/astropy/asdf-astropy/pull/282
- update changelog for 0.8.0 release by @braingram in https://github.com/astropy/asdf-astropy/pull/283
New Contributors
- @lpsinger made their first contribution in https://github.com/astropy/asdf-astropy/pull/253
Full Changelog: https://github.com/astropy/asdf-astropy/compare/0.7.0...0.8.0
- Python
Published by braingram 10 months ago
asdf-astropy - 0.7.1
What's Changed
- register blank ASDF extensions to prevent warnings for ASDF files generated with asdf-astropy 0.5.0. [#258]
Full Changelog: https://github.com/astropy/asdf-astropy/compare/0.7.0...0.7.1
- Python
Published by braingram about 1 year ago
asdf-astropy - 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]
- Python
Published by braingram over 1 year ago
asdf-astropy - 0.6.1
- update
copyusage inQuantityconverter to deal with astropy 6.1 changes. [#224]
- Python
Published by braingram almost 2 years ago
asdf-astropy - 0.6.0
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-schemasasdf-transform-schemasand listasdf-standardas a dependency. [#219]
- Python
Published by braingram about 2 years ago
asdf-astropy - 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 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]
- Python
Published by braingram over 2 years ago
asdf-astropy - 0.4.0
Changes include:
- Update pins for
asdf,asdf-coordinates-schemas,numpy, andpackaging. [#164] - Add serialization support for non-VOunits. [#142]
- Add serialization support for
MagUnitbased units. [#146] - Document and add
assert_model_roundtripandassert_table_roundtriptoasdf_astropy.testing.helpers. [#170]
- Python
Published by WilliamJamieson about 3 years ago
asdf-astropy - 0.3.0
Changes Include:
- Update citations. [#111]
- Switch to using
pyproject.tomlfor package configuration. [#106] - Fix bug with
memmapofQuantityobjects. [#125] - Drop support for
numpy-1.18. [#116] - Fix bug with
strrepresentations ofastropy.timeobjects. [#132] - Fix bug in preserving the
dtypeofQuantityobjects. [#131]
- Python
Published by WilliamJamieson over 3 years ago
asdf-astropy - 0.2.2
Changes include:
- Add converter for the new
Schechter1Dmodel. - Add CITATION file.
- Add migration and quick-start documentation guides, and update minimum Python version.
- Update
FrameConverterto enable the use of multiple tags. - Bugfixes for
astropy.timeconverters. - Remove unnecessary
tag:from schemas. - Add converters for
ModelBoundingBoxandCompoundBoundingBox.
- Python
Published by WilliamJamieson over 3 years ago
asdf-astropy - 0.2.1
Changes include:
- Migrate documentation from astropy to asdf-astropy.
- Pin astropy min version to 5.0.4.
- Python
Published by WilliamJamieson almost 4 years ago
asdf-astropy - 0.2.0
Changes include:
- Add support for serialization and deserialization of inputunitsequivalencies
for astropy models.
- Bugfix for unitsmapping schema's property name conflicts. Changes:
- inputs to ``unitinputs
-outputstounitoutputs``
- Add converter support for Cosine1D, Tangent1D, ArcSine1D, ArcCosine1D, ArcTangent1D
models.
- Add converter for Spline1D model.
- Add astropy Table connector for ASDF.
- Move assertmodel_equal to helpers module.
- Fix warnings raised during testing.
- Python
Published by WilliamJamieson about 4 years ago
asdf-astropy - 0.1.2
Changes include:
- Fix bug in Table deserializer when meta is absent from the ASDF
- Python
Published by eslavich over 4 years ago
asdf-astropy - 0.1.1
Changes include:
- Retrieve coordinates schemas from asdf-coordinates-schemas
- Python
Published by eslavich over 4 years ago
asdf-astropy - 0.1.0
Changes include:
- Initial release.
- Python
Published by eslavich over 4 years ago