Skip to content

Commit

Permalink
Changelog entry for v0.2.0 (#21)
Browse files Browse the repository at this point in the history
Marks a breaking change with how we source the datasets and 
handle their versioning.
  • Loading branch information
leouieda authored Feb 18, 2022
1 parent 87db21f commit 30acaba
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
Changelog
=========

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

Released on: 2022/02/18

doi:`10.5281/zenodo.6143350 <https://doi.org/10.5281/zenodo.6143350>`__

**Breaking change**:

* Version datasets individually instead of using the entire data bundle and
versioning all datasets based on the module name. This means that functions
won't have to be repeated and updating one dataset doesn't mean copying all
of the others along with it (since the collection would be new). Versions are
now specified as a required ``version`` argument in all ``fetch_*``
functions. (`#18 <https://github.com/fatiando/ensaio/pull/18>`__)

Maintenance:

* Replace Google Analytics for Plausible so our docs have a more privacy-friendly analytics solution (`#17 <https://github.com/fatiando/ensaio/pull/17>`__)
* Use `Dependente <https://github.com/fatiando/dependente>`__ to capture dependencies on CI (`#16 <https://github.com/fatiando/ensaio/pull/16>`__)
* Use `build <https://github.com/pypa/build/>`__ instead of ``setup.py`` (`#15 <https://github.com/fatiando/ensaio/pull/15>`__)
* Remove unused files from the source distributions (`#14 <https://github.com/fatiando/ensaio/pull/14>`__)

This release contains contributions from:

* Santiago Soler
* Leonardo Uieda

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

Expand Down
2 changes: 2 additions & 0 deletions doc/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Use the links below to access documentation for specific versions
* `Latest release <https://www.fatiando.org/ensaio/latest>`__
* `Development <https://www.fatiando.org/ensaio/dev>`__
(reflects the current development branch on GitHub)
* `v0.2.0 <https://www.fatiando.org/ensaio/v0.2.0>`__
* `v0.1.0 <https://www.fatiando.org/ensaio/v0.1.0>`__

0 comments on commit 30acaba

Please sign in to comment.