From c6671b7c1fbeb433fdfdfd938c4eb3387c83dc40 Mon Sep 17 00:00:00 2001 From: Altair Gomes Date: Tue, 21 Jun 2022 11:08:33 -0300 Subject: [PATCH] Updated changelog file for PR#76. --- docs/releases/v0.3.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/releases/v0.3.rst b/docs/releases/v0.3.rst index fcb8c7d..e974f89 100644 --- a/docs/releases/v0.3.rst +++ b/docs/releases/v0.3.rst @@ -7,6 +7,8 @@ New Features sora.body ^^^^^^^^^ +- Added `get_position()` in Body as a shortcut to `ephem.get_position()`. [:issue:`76`] + sora.config ^^^^^^^^^^^ @@ -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 ^^^^^^^^^ @@ -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 ----------- @@ -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 ^^^^^^^^^^