Skip to content

Commit

Permalink
Add changelog for v0.1.0 (#55)
Browse files Browse the repository at this point in the history
Add changelog and link to the docs for the new version. Force using
https for links to previous documentation pages.
  • Loading branch information
santisoler authored May 12, 2023
1 parent cd1988e commit 45948da
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 3 deletions.
44 changes: 44 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,50 @@
Changelog
=========

Version 0.1.0
-------------

Released on: 2023/05/12

doi: https://doi.org/10.5281/zenodo.7931023

Breaking changes:

* Ditch kernel functions for point masses (`#42 <https://github.com/fatiando/choclo/pull/42>`__)
* Make Choclo functions to take only scalar inputs instead of array inputs (`#50 <https://github.com/fatiando/choclo/pull/50>`__)
* Update the value of the gravitational constant to the latest standard (`#56 <https://github.com/fatiando/choclo/pull/56>`__)

Bug fixes:

* Fix bug on non-diagonal tensor components of prisms (`#27 <https://github.com/fatiando/choclo/pull/27>`__)

New features:

* Gravity and magnetic forward models for prisms return nan on singular points (`#30 <https://github.com/fatiando/choclo/pull/30>`__)

Maintenance:

* Drop support for Python 3.6 (`#29 <https://github.com/fatiando/choclo/pull/29>`__)
* Add missing matplotlib to the dev environment (`#44 <https://github.com/fatiando/choclo/pull/44>`__)

Documentation:

* Add installation instructions to the docs (`#35 <https://github.com/fatiando/choclo/pull/35>`__)
* Improve Overview page in docs: avoid printing huge arrays, and add plots (`#37 <https://github.com/fatiando/choclo/pull/37>`__)
* Add buttons to download user guide pages (`#39 <https://github.com/fatiando/choclo/pull/39>`__)
* Add User Guide with example for building jacobians (`#40 <https://github.com/fatiando/choclo/pull/40>`__)
* Move "How to use Choclo" to its own user guide page (`#41 <https://github.com/fatiando/choclo/pull/41>`__)
* Improve math in Jacobian matrix user guide page (`#43 <https://github.com/fatiando/choclo/pull/43>`__)
* Add Zenodo doi for all versions for citation (`#45 <https://github.com/fatiando/choclo/pull/45>`__)
* Add changelog and links to docs for other versions (`#46 <https://github.com/fatiando/choclo/pull/46>`__)
* Add a logo for Choclo, based on colorful corn variations from the Andes (`#48 <https://github.com/fatiando/choclo/pull/48>`__)

This release contains contributions from:

* Santiago Soler
* Leonardo Uieda


Version 0.0.1
-------------

Expand Down
7 changes: 4 additions & 3 deletions doc/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Documentation for other versions
Use the links below to access documentation for specific versions
(when in doubt, use the **latest release**):

* `Latest release <http://www.fatiando.org/choclo/latest>`__
* `Development <http://www.fatiando.org/choclo/dev>`__
* `Latest release <https://www.fatiando.org/choclo/latest>`__
* `Development <https://www.fatiando.org/choclo/dev>`__
(reflects the current development branch on GitHub)
* `v0.0.1 <http://www.fatiando.org/choclo/v0.0.1>`__
* `v0.1.0 <https://www.fatiando.org/choclo/v0.1.0>`__
* `v0.0.1 <https://www.fatiando.org/choclo/v0.0.1>`__

0 comments on commit 45948da

Please sign in to comment.