File python-astropy-healpix.changes of Package python-astropy-healpix
-------------------------------------------------------------------
Wed Mar 5 08:26:09 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 1.1.2
* Fix unit tests so that they pass under Numpy 1.x and 2.x.
* Require python >= 3.10, numpy >= 1.25, and astropy >= 5.
* Fix broken unit tests that were reported by Debian.
* Remove dependency on obsolete Astropy test runner function.
* Correctly handle non-finite longitude and latitude values in
bilinear_interpolation_weights. In previous versions, this
function would have tripped a C assertion and fatally aborted
the Python interpreter. Now, it will return NaN.
-------------------------------------------------------------------
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