Skip to content

Commit

Permalink
Update changelog for Harmonica v0.5.0 (#338)
Browse files Browse the repository at this point in the history
Update doc/changelog.rst with latest changes. Add links to new version docs
in README.md and doc/versions.rst.
  • Loading branch information
santisoler authored Aug 12, 2022
1 parent 3a8bf9b commit d6a6002
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ of the **BSD 3-clause License**. A copy of this license is provided in
- [Development](http://www.fatiando.org/harmonica/dev) (reflects the *main*
branch on Github)
- [Latest release](http://www.fatiando.org/harmonica/latest)
- [v0.5.0](http://www.fatiando.org/harmonica/v0.5.0)
- [v0.4.0](http://www.fatiando.org/harmonica/v0.4.0)
- [v0.3.3](http://www.fatiando.org/harmonica/v0.3.3)
- [v0.3.2](http://www.fatiando.org/harmonica/v0.3.2)
Expand Down
58 changes: 58 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,64 @@
Changelog
=========

Version 0.5.0
-------------

*Released on: 2022/08/12*

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.6987201
:alt: Digital Object Identifier for the Zenodo archive
:target: https://doi.org/10.5281/zenodo.6987201

Deprecations:

- Add ``FutureWarning`` to ``isostasy_airy`` function warning of deprecation after next release (`#307 <https://github.com/fatiando/PROJECT/pull/307>`__)
- Ditch soon-to-be deprecated args of equivalent sources grid method (`#311 <https://github.com/fatiando/PROJECT/pull/311>`__)
- Remove deprecated ``point_mass_gravity`` function (`#310 <https://github.com/fatiando/PROJECT/pull/310>`__)
- Drop support for Python 3.6 (`#309 <https://github.com/fatiando/PROJECT/pull/309>`__)
- Add deprecations to datasets and synthetic modules (`#304 <https://github.com/fatiando/PROJECT/pull/304>`__)

New features:

- Discard prisms with no volume or zero density before running the forward model (`#334 <https://github.com/fatiando/PROJECT/pull/334>`__)
- Add a new ``isostatic_moho_airy`` function to compute Moho depth based on Airy isostasy hypothesis using the *rock equivalent topography* concept (`#307 <https://github.com/fatiando/PROJECT/pull/307>`__)
- Add progressbar to prism forward gravity calculations (`#315 <https://github.com/fatiando/PROJECT/pull/315>`__)
- Add computation of gravitational tensor components for point sources (`#288 <https://github.com/fatiando/PROJECT/pull/288>`__)
- Add function to compute upward derivative of a grid in the frequency domain (`#238 <https://github.com/fatiando/PROJECT/pull/238>`__)
- Add conversion of prisms or a prism layer to PyVista objects (`#291 <https://github.com/fatiando/PROJECT/pull/291>`__)

Maintenance:

- Simplify tests for upward derivative (`#328 <https://github.com/fatiando/PROJECT/pull/328>`__)
- Avoid checking floats in tesseroid doctests (`#326 <https://github.com/fatiando/PROJECT/pull/326>`__)
- Update Black to its stable version (`#301 <https://github.com/fatiando/PROJECT/pull/301>`__)
- Move configuration from setup.py to setup.cfg (`#296 <https://github.com/fatiando/PROJECT/pull/296>`__)
- Pin style checkers and formatters (`#295 <https://github.com/fatiando/PROJECT/pull/295>`__)

Documentation:

- Add impostor syndrome disclaimer to docs (`#333 <https://github.com/fatiando/PROJECT/pull/333>`__)
- Convert README to Markdown, since it's no longer used to build the docs (`#331 <https://github.com/fatiando/PROJECT/pull/331>`__)
- Replace sphinx-panels for sphinx-design and refactor the home page of the docs(`#329 <https://github.com/fatiando/PROJECT/pull/329>`__)
- Specify spherical latitude in point sources guide (`#325 <https://github.com/fatiando/PROJECT/pull/325>`__)
- Note that spherical and geodetic latitudes are equal in spherical ellipsoids (`#324 <https://github.com/fatiando/PROJECT/pull/324>`__)
- Specify "spherical latitude" when describing coordinates of point masses (`#321 <https://github.com/fatiando/PROJECT/pull/321>`__)
- Fix small format errors in the user guide (`#319 <https://github.com/fatiando/PROJECT/pull/319>`__)
- Update docs and create a proper user guide (`#305 <https://github.com/fatiando/PROJECT/pull/305>`__)
- Update Sphinx version to 4.5.0 (`#302 <https://github.com/fatiando/PROJECT/pull/302>`__)
- Link Code of Conduct and Authorship, Contributing, and Maintainers Guides back to the Fatiando-wide pages (`#294 <https://github.com/fatiando/PROJECT/pull/294>`__)
- Replace Google Analytics for Plausible (`#297 <https://github.com/fatiando/PROJECT/pull/297>`__)

This release contains contributions from:

- Federico Esteban
- Lu Li
- Agustina Pesce
- Santiago Soler
- Matt Tankersley
- Leonardo Uieda


Version 0.4.0
-------------

Expand Down
1 change: 1 addition & 0 deletions doc/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Use the links below to access documentation for specific versions
* `Latest release <http://www.fatiando.org/harmonica/latest>`__
* `Development <http://www.fatiando.org/harmonica/dev>`__
(reflects the *main* branch on GitHub)
* `v0.5.0 <http://www.fatiando.org/harmonica/v0.5.0>`__
* `v0.4.0 <http://www.fatiando.org/harmonica/v0.4.0>`__
* `v0.3.3 <http://www.fatiando.org/harmonica/v0.3.3>`__
* `v0.3.2 <http://www.fatiando.org/harmonica/v0.3.2>`__
Expand Down

0 comments on commit d6a6002

Please sign in to comment.