Skip to content

Commit 3d8ac3f

Browse files
authored
Add a changelog entry for v0.7.0 (#95)
Minor release because it adds a new dataset and some maintenance work.
1 parent 6dd6169 commit 3d8ac3f

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

doc/changes.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,45 @@
33
Changelog
44
=========
55

6+
Version 0.7.0
7+
-------------
8+
9+
Released on: 2025/02/19
10+
11+
DOI: https://doi.org/10.5281/zenodo.14894937
12+
13+
New data:
14+
15+
- QDM magnetic microscopy data of a speleothem from Morroco (`#86 <https://github.com/fatiando/ensaio/pull/86>`__)
16+
17+
Documentation:
18+
19+
- Add a link to the Fatiando Forum in the README (`#91 <https://github.com/fatiando/ensaio/pull/91>`__)
20+
21+
Maintenance:
22+
23+
- Drop support for Python 3.7 + 3.8, add for 3.13 (`#88 <https://github.com/fatiando/ensaio/pull/88>`__)
24+
- Move package config from setup.cfg to pyproject.toml (`#70 <https://github.com/fatiando/ensaio/pull/70>`__)
25+
- Use Burocrata to check license notices in code (`#69 <https://github.com/fatiando/ensaio/pull/69>`__)
26+
27+
This release contains contributions from:
28+
29+
- Yago Moreira Castro
30+
- Santiago Soler
31+
- Leonardo Uieda
32+
633
Version 0.6.0
734
-------------
835

936
Released on: 2024/02/07
1037

1138
DOI: https://doi.org/10.5281/zenodo.10632724
1239

40+
.. warning::
41+
42+
**Ensaio v0.6.0 is the last release that is compatible with Python 3.7 and
43+
3.8.**
44+
1345
Updated data:
1446

1547
* Update the Caribbean bathymetry data to v2. The new version has fewer points (smaller area), removed the very dense surveys, removed the surveys with systematic errors (`#54 <https://github.com/fatiando/ensaio/pull/54>`__)

doc/versions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ 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.7.0 <https://www.fatiando.org/ensaio/v0.7.0>`__
1011
* `v0.6.0 <https://www.fatiando.org/ensaio/v0.6.0>`__
1112
* `v0.5.0 <https://www.fatiando.org/ensaio/v0.5.0>`__
1213
* `v0.4.0 <https://www.fatiando.org/ensaio/v0.4.0>`__

0 commit comments

Comments
 (0)