Skip to content

Releases: ntessore/healpix

healpix 2024.2

22 Jun 21:42
6f9c573
Compare
Choose a tag to compare

This is a compatibility release for NumPy 2. Please report any issues you might encounter.

What's Changed

  • Fix macos-latest and Python 3.7 test error by @ntessore in #51
  • Build against NumPy 2 on compatible Python versions by @sroet in #55

New Contributors

  • @sroet made their first contribution in #55

Full Changelog: v2024.1...v2024.2

healpix 2024.1

16 Apr 08:15
696f0cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.4...v2024.1

healpix 2023.4

06 Feb 11:22
b6400f1
Compare
Choose a tag to compare

This version adds conversion to and from the UNIQ indexing scheme.

healpix 2023.1.13

13 Jan 22:12
13f5675
Compare
Choose a tag to compare

This is mainly a bugfix release for working with very high NSIDE > 2^25 (see issue #2).

Changelog

  • prevent loss of precision for NSIDE > 2^25
  • add function reference for Python
  • some numerical tweaks to improve performance
  • add Python bindings for nest2ring/ring2nest
  • only build CPython wheels

healpix 2022.11.1

01 Nov 16:46
c9ae0ce
Compare
Choose a tag to compare

This is a small bugfix release.

Fixes:

  • 54a5d1e invalid buffer size in ang2pix(..., lonlat=True)
  • cf063c0 register pytest marker programmatically

healpix 2022.10.31

01 Nov 12:02
9ba3c28
Compare
Choose a tag to compare

Initial release.