Skip to content

Commit

Permalink
Docs: add CHANGELOG entries for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Jun 12, 2024
1 parent b32b1e4 commit 9d4087b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ Changelog
Released versions
-----------------

v1.49 — Upcoming
----------------

* A new :meth:`~skyfield.sgp4lib.EarthSatellite.from_omm()` Earth
Satellite constructor has been added to load satellite elements from
modern OMM data instead of from old TLE data. The Earth satellite
documentation now :ref:`describes two OMM formats
<satellite-element-formats>` and :ref:`shows how to load satellites
from each one <loading-satellite-elements>`. `#763
<https://github.com/skyfielders/python-skyfield/issues/763>`_

* If you print an instance of the
:class:`~skyfield.planetarylib.PlanetaryConstants` class to the screen,
it will list all of the segments that it has loaded from binary kernels.
`#952 <https://github.com/skyfielders/python-skyfield/issues/952>`_

* The Skyfield documentation is no longer installed alongside the Python
code, reducing the size of Skyfield by around 25%. Users who need
offline access to the documentation will now need to download it
separately.

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

Expand Down
1 change: 1 addition & 0 deletions documentation/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ See :doc:`earth-satellites`.
.. autosummary::

EarthSatellite
EarthSatellite.from_omm
EarthSatellite.from_satrec
TEME

Expand Down
4 changes: 4 additions & 0 deletions documentation/earth-satellites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Beware of these limitations:
.. _Revisiting Spacetrack Report #3:
https://celestrak.org/publications/AIAA/2006-6753/

.. _satellite-element-formats:

The TLE format and its rivals
=============================

Expand Down Expand Up @@ -188,6 +190,8 @@ this code will overwrite the file with new data.
Instead, you will probably want to put the date in the filename,
and archive each file along with your project’s code.

.. _loading-satellite-elements:

Loading satellite elements
--------------------------

Expand Down

0 comments on commit 9d4087b

Please sign in to comment.