Skip to content

Commit

Permalink
Updated changelog file for PR#76.
Browse files Browse the repository at this point in the history
  • Loading branch information
altairgomes committed Jun 21, 2022
1 parent 1e63555 commit c6671b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/releases/v0.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ New Features
sora.body
^^^^^^^^^

- Added `get_position()` in Body as a shortcut to `ephem.get_position()`. [:issue:`76`]

sora.config
^^^^^^^^^^^

Expand All @@ -30,6 +32,8 @@ sora.prediction

- Included the ``VizierCatalogue`` in the prediction function. [:issue:`71`]

- Defined Gaia-DR3 as the default in the `prediction()` function. [:issue:`76`]

sora.star
^^^^^^^^^

Expand All @@ -38,6 +42,10 @@ sora.star

- Included the ``VizierCatalogue`` in the Star class. [:issue:`71`]

- Included the Gaia-DR3 catalogue, released on June 13, 2022, in the catalogue list. [:issue:`76`]

- Defined Gaia-DR3 as the default in the Star class. [:issue:`76`]

API Changes
-----------

Expand All @@ -50,6 +58,9 @@ sora.config
sora.ephem
^^^^^^^^^^

- `id_type` for planets and satellites are passed as `None` instead of `major_body`,
following changes made in Horizons. [:issue:`76`]

sora.extra
^^^^^^^^^^

Expand Down

0 comments on commit c6671b7

Please sign in to comment.