|
3 | 3 | Changelog |
4 | 4 | ========= |
5 | 5 |
|
| 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 | + |
6 | 48 | Version 1.6.1 |
7 | 49 | ------------- |
8 | 50 |
|
|
0 commit comments