Skip to content

Commit 01bd6fa

Browse files
authored
Add changelog entry for v1.7.0 (#361)
Minor version that introduces some deprecations and couple of new features.
1 parent af4714f commit 01bd6fa

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

doc/changes.rst

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

6+
Version 1.7.0
7+
-------------
8+
9+
*Released on: 2022/03/25*
10+
11+
DOI: https://doi.org/10.5281/zenodo.6384887
12+
13+
Deprecation:
14+
15+
* Move the ``CheckerBoard`` class to ``verde.synthetic`` (`#353 <https://github.com/fatiando/verde/pull/353>`__)
16+
* Deprecate the ``verde.test`` function which will be removed in v2.0.0 (`#344 <https://github.com/fatiando/verde/pull/344>`__)
17+
* Deprecate the ``datasets`` module, which will be replaced by `Ensaio <https://github.com/fatiando/ensaio>`__ in the future (`#277 <https://github.com/fatiando/verde/pull/277>`__)
18+
* Warn that the default score will change from R² to negative RMSE in v2.0 (`#352 <https://github.com/fatiando/verde/pull/352>`__)
19+
20+
New features:
21+
22+
* Add option to pass coordinates to the ``grid`` method instead of just ``region`` and ``spacing`` (`#326 <https://github.com/fatiando/verde/pull/326>`__)
23+
* Add support for Python 3.9 (`#323 <https://github.com/fatiando/verde/pull/323>`__) and 3.10 (`#346 <https://github.com/fatiando/verde/pull/346>`__)
24+
25+
Documentation:
26+
27+
* Modernize the front page of the docs (`#356 <https://github.com/fatiando/verde/pull/356>`__)
28+
* Modernize the Installing page (`#355 <https://github.com/fatiando/verde/pull/355>`__)
29+
* Update the contact link in the docs (`#347 <https://github.com/fatiando/verde/pull/347>`__)
30+
* Switch the docs theme to the sphinx-book-theme (`#343 <https://github.com/fatiando/verde/pull/343>`__)
31+
* Update ``dims`` in example of ``make_xarray_grid`` (`#329 <https://github.com/fatiando/verde/pull/329>`__)
32+
* Explicitly pass default arguments with their corresponding keywords on tests and examples (`#327 <https://github.com/fatiando/verde/pull/327>`__)
33+
34+
Maintenance:
35+
36+
* Replace Google Analytics for Plausible one to make our docs more privacy-friendly (`#358 <https://github.com/fatiando/verde/pull/358>`__)
37+
* Move configuration from ``setup.py`` to ``setup.cfg`` (`#348 <https://github.com/fatiando/verde/pull/348>`__)
38+
* Link CoC, Authorship, Contributing, and Maintainers guides back to the Fatiando-wide pages (`#338 <https://github.com/fatiando/verde/pull/338>`__)
39+
* Replace pylint with more flake8 plugins (`#337 <https://github.com/fatiando/verde/pull/337>`__)
40+
* Rename the main branch from "master" to "main" (`#335 <https://github.com/fatiando/verde/pull/335>`__)
41+
* Remove ``normalize`` argument when creating scikit-learn solvers (`#333 <https://github.com/fatiando/verde/pull/333>`__)
42+
43+
This release contains contributions from:
44+
45+
* Santiago Soler
46+
* Leonardo Uieda
47+
648
Version 1.6.1
749
-------------
850

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 <http://www.fatiando.org/verde/latest>`__
88
* `Development <http://www.fatiando.org/verde/dev>`__
99
(reflects the *main* branch on GitHub)
10+
* `v1.7.0 <http://www.fatiando.org/verde/v1.7.0>`__
1011
* `v1.6.1 <http://www.fatiando.org/verde/v1.6.1>`__
1112
* `v1.6.0 <http://www.fatiando.org/verde/v1.6.0>`__
1213
* `v1.5.0 <http://www.fatiando.org/verde/v1.5.0>`__

0 commit comments

Comments
 (0)