Skip to content

Commit

Permalink
Declare version 1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Feb 7, 2024
1 parent d1ad1f8 commit 5224755
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ Changelog
Released versions
-----------------

Next version
------------
v1.48 — 2024 February 7
-----------------------

* Times now support the ``<`` operator, which also means that Python can
sort them.
* Times now support the ``<`` operator, so Python can sort them.

* For convenience, geoids like :data:`~skyfield.toposlib.wgs84` have a
new attribute :data:`~skyfield.toposlib.Geoid.polar_radius`.
Expand All @@ -23,6 +22,10 @@ Next version
always been performed when you subtract vector functions, but it was
missing from the position subtraction routine.

* On days that the Sun fails to rise and set in the Arctic and
Antarctic, the new rising and setting routines now correctly set the
value ``False`` not only for sunrise but also for sunset.

v1.47 — 2024 January 13
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion skyfield/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
the source code, as well as the http://rhodesmill.org/skyfield/ site!
"""
VERSION = 1, 47
VERSION = 1, 48
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 5224755

Please sign in to comment.