File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
3137v1.53 — 2025 April 7
3238--------------------
3339
Original file line number Diff line number Diff line change 55read 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 ))
You can’t perform that action at this time.
0 commit comments