Skip to content

Commit

Permalink
Changelog entry for v0.2.0 (#39)
Browse files Browse the repository at this point in the history
Feature release with two new methods and a typo fix.
  • Loading branch information
leouieda authored Jul 10, 2020
1 parent 3757a24 commit 54a6296
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Documentation for other versions
* `Development <http://www.fatiando.org/boule/dev>`__ (reflects the *master* branch on
Github)
* `Latest release <http://www.fatiando.org/boule/latest>`__
* `v0.2.0 <http://www.fatiando.org/boule/v0.2.0>`__
* `v0.1.1 <http://www.fatiando.org/boule/v0.1.1>`__
* `v0.1.0 <http://www.fatiando.org/boule/v0.1.0>`__
* `v0.0.1 <http://www.fatiando.org/boule/v0.0.1>`__
19 changes: 19 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
Changelog
=========

Version 0.2.0
-------------

*Released on: 2020/07/10*

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3939204.svg
:alt: Digital Object Identifier
:target: https://doi.org/10.5281/zenodo.3939204

* Add the ``Ellipsoid.geocentric_radius`` method to calculate the distance from the center of the ellipsoid to its surface as a function of latitude (geodetic or geocentric). (`#37 <https://github.com/fatiando/boule/pull/37>`__)
* Add the ``Ellipsoid.prime_vertical_radius`` method for computing the prime vertical radius (usually represented by N in equations) as a function of geodetic latitude. (`#35 <https://github.com/fatiando/boule/pull/35>`__)
* Fix typo in README contributing section (`#32 <https://github.com/fatiando/boule/pull/32>`__)

This release contains contributions from:

* Leonardo Uieda
* Rowan Cockett
* Santiago Soler

Version 0.1.1
-------------

Expand Down

0 comments on commit 54a6296

Please sign in to comment.