diff --git a/doc/changes.rst b/doc/changes.rst index 6a7b55567..c04248ed9 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -3,6 +3,48 @@ Changelog ========= +Version 1.7.0 +------------- + +*Released on: 2022/03/25* + +DOI: https://doi.org/10.5281/zenodo.6384887 + +Deprecation: + +* Move the ``CheckerBoard`` class to ``verde.synthetic`` (`#353 `__) +* Deprecate the ``verde.test`` function which will be removed in v2.0.0 (`#344 `__) +* Deprecate the ``datasets`` module, which will be replaced by `Ensaio `__ in the future (`#277 `__) +* Warn that the default score will change from R² to negative RMSE in v2.0 (`#352 `__) + +New features: + +* Add option to pass coordinates to the ``grid`` method instead of just ``region`` and ``spacing`` (`#326 `__) +* Add support for Python 3.9 (`#323 `__) and 3.10 (`#346 `__) + +Documentation: + +* Modernize the front page of the docs (`#356 `__) +* Modernize the Installing page (`#355 `__) +* Update the contact link in the docs (`#347 `__) +* Switch the docs theme to the sphinx-book-theme (`#343 `__) +* Update ``dims`` in example of ``make_xarray_grid`` (`#329 `__) +* Explicitly pass default arguments with their corresponding keywords on tests and examples (`#327 `__) + +Maintenance: + +* Replace Google Analytics for Plausible one to make our docs more privacy-friendly (`#358 `__) +* Move configuration from ``setup.py`` to ``setup.cfg`` (`#348 `__) +* Link CoC, Authorship, Contributing, and Maintainers guides back to the Fatiando-wide pages (`#338 `__) +* Replace pylint with more flake8 plugins (`#337 `__) +* Rename the main branch from "master" to "main" (`#335 `__) +* Remove ``normalize`` argument when creating scikit-learn solvers (`#333 `__) + +This release contains contributions from: + +* Santiago Soler +* Leonardo Uieda + Version 1.6.1 ------------- diff --git a/doc/versions.rst b/doc/versions.rst index a7191c274..88ff67017 100644 --- a/doc/versions.rst +++ b/doc/versions.rst @@ -7,6 +7,7 @@ Use the links below to access documentation for specific versions * `Latest release `__ * `Development `__ (reflects the *main* branch on GitHub) +* `v1.7.0 `__ * `v1.6.1 `__ * `v1.6.0 `__ * `v1.5.0 `__