Skip to content

Commit

Permalink
Add release notes for 0.2.0 (#11)
Browse files Browse the repository at this point in the history
* Add release notes for 0.2.0
  • Loading branch information
sandorkertesz authored May 28, 2024
1 parent a8ff3b4 commit d08b2ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Release notes
.. toctree::
:maxdepth: 1

version_0.2_updates
version_0.1_updates
13 changes: 13 additions & 0 deletions docs/release_notes/version_0.2_updates.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version 0.2 Updates
/////////////////////////

Version 0.2.0
===============

New features
++++++++++++++++

- added methods :py:meth:`geo.rotate.rotate` and :py:meth:`geo.rotate.unrotate` to perform spehrical rotation. See the notebook example: :ref:`/examples/rotate.ipynb`
- added methods :py:meth:`geo.rotate.rotate_vector` and :py:meth:`geo.rotate.unrotate_vector` to perform local rotation of vectors.
- added methods :py:meth:`geo.coord.latlon_to_xyz` and :py:meth:`geo.coord.xyz_to_latlon` to convert between [ECEF]_ and geodetic coordinates.
- renamed :py:attr:`geo.constants.NORTH` to :py:attr:`geo.constants.NORTH_POLE_LAT` and added :py:attr:`geo.constants.SOUTH_POLE_LAT`

0 comments on commit d08b2ad

Please sign in to comment.