File python-astropy-healpix.changes of Package failed_python-astropy-healpix
-------------------------------------------------------------------
Sat Apr 6 18:54:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.0.3:
* Fixed compatibility with upcoming astropy 6.1.0 and numpy
2.0.0 releases.
-------------------------------------------------------------------
Wed Dec 27 09:35:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.2:
* lonlat_to_healpix now correctly returns -1 if the longitude
or latitude is NaN or infinite. [#208]
-------------------------------------------------------------------
Sat Dec 2 08:50:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.1:
* Allow building using any version of Numpy between 1.25 and 2.
* Build wheels for PyPI. [#200]
-------------------------------------------------------------------
Mon Sep 11 20:41:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.0:
* Drop support for Python 3.7 and 3.8, which are not supported
by the latest minor release of Numpy (1.25).
* Build binary wheels using the Python limited API.
* Remove warning about API stability. The API is now considered
stable.
-------------------------------------------------------------------
Thu Oct 27 17:00:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to v0.7
* Added new methods ``healpix_to_xyz`` and ``xyz_to_healpix`` to
the high level interface. [#153]
* The ``frame`` keyword argument for the high-level ``HEALPix``
class may now be a frame name, frame instance, or frame class.
[#156]
* On instantiation, the ``HEALPix`` class checks the ``order``
argument. [#162]
* Drop support for Python 3.6, which has passed end-of-life.
[#166]
-------------------------------------------------------------------
Sun Feb 6 16:55:37 UTC 2022 - Ben Greiner <code@bnavigator.de>
- initial specfile for version 0.6
- required by python-reproject