Skip to content

Commit dc71178

Browse files
Declare version 1.54, with updated ∆T table
1 parent 84ede63 commit dc71178

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ Changelog
55
.. TODO After finding how to test TIRS reference frame, add it to changelog.
66
And double-check the constellation boundaries array.
77
8-
Next version
9-
------------
8+
-----------------
9+
Released versions
10+
-----------------
11+
12+
v1.54 — 2026 January 18
13+
-----------------------
14+
15+
* Skyfield’s internal table for the ∆T Earth orientation parameter has
16+
been updated, so observations extend to this month and predictions to
17+
January 2027. Compared to the previous version of Skyfield, this
18+
changes the Earth’s rotation angle by up to 0.2 arcseconds in 2025 and
19+
1.1 arcseconds in 2026.
1020

1121
* The :meth:`~skyfield.positionlib.Astrometric.apparent()` method now
1222
accepts an optional ``deflectors=`` argument that lets callers control
@@ -24,10 +34,6 @@ Next version
2434
Skyfield :class:`~skyfield.timelib.Time` object of the same length;
2535
previously, only a plain int or float was supported as the subtrahend.
2636

27-
-----------------
28-
Released versions
29-
-----------------
30-
3137
v1.53 — 2025 April 7
3238
--------------------
3339

skyfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
read the same content in the ``documentation`` directory in the repo.
66
77
"""
8-
VERSION = 1, 53
8+
VERSION = 1, 54
99
__version__ = '.'.join(map(str, VERSION))

skyfield/data/iers.npz

1.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)