Skip to content

Commit

Permalink
Fix #1005 by adding NumPy 2.0 support to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Oct 5, 2024
1 parent f9249d5 commit 49ebf74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ v1.49 — 2024 June 13
v1.48 — 2024 February 7
-----------------------

* Skyfield is now compatible with NumPy 2.0! (Previous versions of
Skyfield would raise an ``ImportError`` trying to import the symbol
``float_``, which is now named ``float64``.)

* Times now support the ``<`` operator, so Python can sort them.

* For convenience, geoids like :data:`~skyfield.toposlib.wgs84` have a
Expand Down

0 comments on commit 49ebf74

Please sign in to comment.