Skip to content

Commit 30acaba

Browse files
authored
Changelog entry for v0.2.0 (#21)
Marks a breaking change with how we source the datasets and handle their versioning.
1 parent 87db21f commit 30acaba

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

doc/changes.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
Changelog
44
=========
55

6+
Version 0.2.0
7+
-------------
8+
9+
Released on: 2022/02/18
10+
11+
doi:`10.5281/zenodo.6143350 <https://doi.org/10.5281/zenodo.6143350>`__
12+
13+
**Breaking change**:
14+
15+
* Version datasets individually instead of using the entire data bundle and
16+
versioning all datasets based on the module name. This means that functions
17+
won't have to be repeated and updating one dataset doesn't mean copying all
18+
of the others along with it (since the collection would be new). Versions are
19+
now specified as a required ``version`` argument in all ``fetch_*``
20+
functions. (`#18 <https://github.com/fatiando/ensaio/pull/18>`__)
21+
22+
Maintenance:
23+
24+
* Replace Google Analytics for Plausible so our docs have a more privacy-friendly analytics solution (`#17 <https://github.com/fatiando/ensaio/pull/17>`__)
25+
* Use `Dependente <https://github.com/fatiando/dependente>`__ to capture dependencies on CI (`#16 <https://github.com/fatiando/ensaio/pull/16>`__)
26+
* Use `build <https://github.com/pypa/build/>`__ instead of ``setup.py`` (`#15 <https://github.com/fatiando/ensaio/pull/15>`__)
27+
* Remove unused files from the source distributions (`#14 <https://github.com/fatiando/ensaio/pull/14>`__)
28+
29+
This release contains contributions from:
30+
31+
* Santiago Soler
32+
* Leonardo Uieda
33+
634
Version 0.1.0
735
-------------
836

doc/versions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Use the links below to access documentation for specific versions
77
* `Latest release <https://www.fatiando.org/ensaio/latest>`__
88
* `Development <https://www.fatiando.org/ensaio/dev>`__
99
(reflects the current development branch on GitHub)
10+
* `v0.2.0 <https://www.fatiando.org/ensaio/v0.2.0>`__
11+
* `v0.1.0 <https://www.fatiando.org/ensaio/v0.1.0>`__

0 commit comments

Comments
 (0)