Skip to content

Commit

Permalink
Add changelog for v0.3.0 (#259)
Browse files Browse the repository at this point in the history
Add changelog for v0.3.0 and link to the new version on README.md
  • Loading branch information
santisoler authored Oct 20, 2021
1 parent 28a12e1 commit 1b75690
Show file tree
Hide file tree
Showing 2 changed files with 43 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/harmonica/dev>`__ (reflects the *master* branch on
Github)
* `Latest release <http://www.fatiando.org/harmonica/latest>`__
* `v0.3.0 <http://www.fatiando.org/harmonica/v0.3.0>`__
* `v0.2.1 <http://www.fatiando.org/harmonica/v0.2.1>`__
* `v0.2.0 <http://www.fatiando.org/harmonica/v0.2.0>`__
* `v0.1.0 <http://www.fatiando.org/harmonica/v0.1.0>`__
42 changes: 42 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
Changelog
=========

Version 0.3.0
-------------

*Released on: 2021/10/20*

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

Deprecations:

- Rename equivalent sources classes to ``EquivalentSources`` and ``EquivalentSourcesSph``. The old ``EQLHarmonic`` and ``EQLHarmonicSpherical`` will be removed on v0.5 (`#255 <https:/fatiando/harmonica/pull/255>`__)
- Rename the ``relative_depth`` parameters in ``EquivalentSources`` to ``depth``. The old ``relative_depth`` parameter will be deleted on v0.5 (`#236 <https:/fatiando/harmonica/pull/236>`__)

New features:

- Enable parallelization on tesseroids forward modelling and refactor its code (`#244 <https:/fatiando/harmonica/pull/244>`__)
- Add option to set ``EquivalentSources`` points to constant depth (`#236 <https:/fatiando/harmonica/pull/236>`__)
- Allow ``prism_layer`` to take Xarray objects as arguments (`#243 <https:/fatiando/harmonica/pull/243>`__)

Maintenance:

- Generate version string on ``_version.py`` on build (`#237 <https:/fatiando/harmonica/pull/237>`__)
- Run CIs only on the two ends of supported Python versions (`#256 <https:/fatiando/harmonica/pull/256>`__)
- Transform ``require_numba`` decorator into a global variable (`#245 <https:/fatiando/harmonica/pull/245>`__)

Documentation:

- Fix typo: replace bellow for below across docstrings (`#253 <https:/fatiando/harmonica/pull/253>`__)
- Fix version display in the HTML title (`#249 <https:/fatiando/harmonica/pull/249>`__)
- Remove unneeded line in prism_gravity example (`#248 <https:/fatiando/harmonica/pull/248>`__)
- Update Fukushima2020 citation on References (`#246 <https:/fatiando/harmonica/pull/246>`__)
- Change order of dims in example of ``prism_layer`` (`#241 <https:/fatiando/harmonica/pull/241>`__)
- Fix class name on See also section in ``prism_layer`` (`#230 <https:/fatiando/harmonica/pull/230>`__)
- Use the Jupyter book Sphinx theme instead of RTD (`#227 <https:/fatiando/harmonica/pull/227>`__)

This release contains contributions from:

- Santiago Soler
- Leonardo Uieda


Version 0.2.1
-------------

Expand Down

0 comments on commit 1b75690

Please sign in to comment.