Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for v0.5.1 #347

Merged
merged 1 commit into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1](http://www.fatiando.org/harmonica/v0.5.1)
- [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)
Expand Down
26 changes: 25 additions & 1 deletion doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,36 @@
Changelog
=========

Version 0.5.1
-------------

*Released on: 2022/08/26*

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

Bug fixes:

- Fix test function for empty ICGEM gdf file (`#345 <https:/fatiando/harmonica/pull/345>`__)
- Add a function to ignore the tesseroid with zero density or volume (`#339 <https:/fatiando/harmonica/pull/339>`__)
- Fix equivalent sources figures in gallery examples (`#342 <https:/fatiando/harmonica/pull/342>`__)
- Replace PROJECT placeholder in changes.rst for "harmonica" (`#341 <https:/fatiando/harmonica/pull/341>`__)


This release contains contributions from:

- Agustina Pesce
- BenjMy
- Santiago Soler


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

*Released on: 2022/08/12*

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

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.1 <http://www.fatiando.org/harmonica/v0.5.1>`__
* `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>`__
Expand Down