We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File python-asdf-astropy.changes of Package python-asdf-astropy

-------------------------------------------------------------------
Wed Jan 21 12:29:38 UTC 2026 - Benjamin Greiner <code@bnavigator.de>

- Revert to %pytest macro. Create XDG_CACHE_HOME for astropy
  warning to disappear.

-------------------------------------------------------------------
Wed Jan 21 11:43:13 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>

- Fix tests. Do not use %pytest macro for running tests as it
  conflicts with internal .astropy/config

-------------------------------------------------------------------
Fri Dec 12 10:44:44 UTC 2025 - Dirk Müller <dmueller@suse.com>

- update to 0.9.0:
  * drop support for numpy 1.25.
  * require asdf 3.3 and drop support for astropy 5.2

-------------------------------------------------------------------
Wed Aug 27 04:54:57 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

- Update to 0.8.0:
  * Drop python 3.10, numpy 1.24
  * register blank extensions for old files with modified extension uris
  * remove astropy_init
  * Add support for masked quantities, angles, and coordinates
  * fix pyproject.toml license and package defs
  * Enable support for new transform and coordinates schemas
  * Ignore UnitsWarnings
  * Support new astronomy manifest

-------------------------------------------------------------------
Mon Apr 28 09:24:53 UTC 2025 - Dirk Müller <dmueller@suse.com>

- update to 0.7.1:
  * register blank ASDF extensions to prevent warnings for ASDF
    files generated with asdf-astropy 0.5.0.

-------------------------------------------------------------------
Thu Nov 28 12:31:36 UTC 2024 - Ben Greiner <code@bnavigator.de>

- Update to 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_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]

-------------------------------------------------------------------
Fri May  3 07:33:57 UTC 2024 - Dirk Müller <dmueller@suse.com>

- update to 0.6.1:
  * update copy usage in Quantity converter to deal with astropy
    6.1 changes.

-------------------------------------------------------------------
Fri Mar 15 19:17:10 UTC 2024 - Ben Greiner <code@bnavigator.de>

- Update to 0.6.0
  * 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]

-------------------------------------------------------------------
Sat Nov 25 13:50:19 UTC 2023 - Dirk Müller <dmueller@suse.com>

- update to 0.5.0:
  * 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
  * Remove ``oldest-supported-numpy`` from ``pyproject.toml``
    ``build-system`` as this was never needed and will cause
    problems building on python 3.12 betas.
  * 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]

-------------------------------------------------------------------
Thu May 18 19:33:32 UTC 2023 - Ben Greiner <code@bnavigator.de>

- Update to 0.4.0
  * 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]

-------------------------------------------------------------------
Thu May 18 16:09:52 UTC 2023 - Dirk Müller <dmueller@suse.com>

- set sle15_python_module_pythons for building with newer python stack on SLE15

-------------------------------------------------------------------
Tue Dec  6 00:26:43 UTC 2022 - Ben Greiner <code@bnavigator.de>

- Fix builddeps

-------------------------------------------------------------------
Mon Dec  5 20:44:55 UTC 2022 - Dirk Müller <dmueller@suse.com>

- update to 0.3.0:
  * Update citations.
  * Switch to using ``pyproject.toml`` for package configuration.
  * Fix bug with ``memmap`` of ``Quantity`` objects.
  * Drop support for ``numpy-1.18``.
  * Fix bug with ``str`` representations of ``astropy.time`` objects.
  * Fix bug in preserving the ``dtype`` of ``Quantity`` objects.

-------------------------------------------------------------------
Thu Oct 27 16:23:35 UTC 2022 - Ben Greiner <code@bnavigator.de>

- Update to 0.2.2
  * 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.
- Drop asdf-astropy-pr84-fixtests.patch

-------------------------------------------------------------------
Sun Jun  5 19:41:15 UTC 2022 - Ben Greiner <code@bnavigator.de>

- Add asdf-astropy-pr84-fixtests.patch - gh#astropy/asdf-astropy#84

-------------------------------------------------------------------
Wed Apr 27 10:48:56 UTC 2022 - Ben Greiner <code@bnavigator.de>

- Update to v0.2.1
  * Migrate documentation from astropy to asdf-astropy.
  * Pin astropy min version to 5.0.4.

-------------------------------------------------------------------
Tue Mar 22 11:36:42 UTC 2022 - Ben Greiner <code@bnavigator.de>

- Fix setuptools_scm[toml] requirement for old distro

-------------------------------------------------------------------
Sun Mar 13 08:03:01 UTC 2022 - Ben Greiner <code@bnavigator.de>

- Update to v0.2.0
  * 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.
- Make _multibuild in order to avoid build cycles

-------------------------------------------------------------------
Tue Dec 28 15:09:33 UTC 2021 - Ben Greiner <code@bnavigator.de>

- Initial specfile for v0.1.2
- Required by gwcs-0.18
openSUSE Build Service is sponsored by