Skip to content

Commit 8f322d4

Browse files
authored
Add changelog entry for v1.6.0 (#316)
1 parent 7a04d39 commit 8f322d4

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Documentation for other versions
159159
* `Development <http://www.fatiando.org/verde/dev>`__ (reflects the *master* branch on
160160
Github)
161161
* `Latest release <http://www.fatiando.org/verde/latest>`__
162+
* `v1.6.0 <http://www.fatiando.org/verde/v1.6.0>`__
162163
* `v1.5.0 <http://www.fatiando.org/verde/v1.5.0>`__
163164
* `v1.4.0 <http://www.fatiando.org/verde/v1.4.0>`__
164165
* `v1.3.0 <http://www.fatiando.org/verde/v1.3.0>`__

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.6.0
7+
-------------
8+
9+
*Released on: 2021/03/18*
10+
11+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4617252.svg
12+
:target: https://doi.org/10.5281/zenodo.4617252
13+
14+
New features:
15+
16+
* Allow specifing the scoring function in ``cross_val_score`` instead of always using the ``.score`` method of the gridder (`#273 <https://github.com/fatiando/verde/pull/273>`__)
17+
* New function ``verde.make_xarray_grid`` to simplify the creation of ``xarray.Dataset`` from individual numpy arrays that represent a 2D grid (`#282 <https://github.com/fatiando/verde/pull/282>`__ and `#300 <https://github.com/fatiando/verde/pull/300>`__)
18+
19+
Enhancements:
20+
21+
* Raise informative errors for invalid ``verde.rolling_window`` arguments, like missing ``spacing`` or ``shape`` and invalid window sizes (`#280 <https://github.com/fatiando/verde/pull/280>`__)
22+
* Replace ``DeprecationWarning`` with ``FutureWarning`` since these are intended for end-users, which allows us to avoid having to set ``warning.simplefilter`` (`#305 <https://github.com/fatiando/verde/pull/305>`__ and `#293 <https://github.com/fatiando/verde/pull/293>`__)
23+
24+
Documentation:
25+
26+
* Several typo fixes (`#306 <https://github.com/fatiando/verde/pull/306>`__ `#303 <https://github.com/fatiando/verde/pull/303>`__ `#281 <https://github.com/fatiando/verde/pull/281>`__)
27+
* Update link to the GMT website in the Baja bathymetry example (`#298 <https://github.com/fatiando/verde/pull/298>`__)
28+
* Fix issue with Cartopy 0.17 and require versions >= 0.18 for building the docs (`#283 <https://github.com/fatiando/verde/pull/283>`__)
29+
30+
Maintenance:
31+
32+
* Refactor internal function ``get_data_names`` and related check functions to simplify their logic and make them more useful (`#295 <https://github.com/fatiando/verde/pull/295>`__)
33+
* Require Black >=20.8b1 (`#284 <https://github.com/fatiando/verde/pull/284>`__)
34+
* Format the ``doc/conf.py`` sphinx configuration file with Black (`#275 <https://github.com/fatiando/verde/pull/275>`__)
35+
* Add a license and copyright notice to every source file (`#308 <https://github.com/fatiando/verde/pull/308>`__)
36+
* Replace versioneer for setuptools-scm (`#307 <https://github.com/fatiando/verde/pull/307>`__)
37+
* Replace Travis and Azure with GitHub Actions (`#309 <https://github.com/fatiando/verde/pull/309>`__)
38+
* Exclude Dask 2021.03.0 as a dependency. This release was causing the tests to fail under Python 3.8 on every OS. The problem seems to be originated in ``dask.distributed`` (`#311 <https://github.com/fatiando/verde/pull/311>`__)
39+
* Use the OSI version of item 3 in the license (`#299 <https://github.com/fatiando/verde/pull/299>`__)
40+
41+
This release contains contributions from:
42+
43+
* Santiago Soler
44+
* Leonardo Uieda
45+
* Federico Esteban
46+
* DC Slagel
47+
648
Version 1.5.0
749
-------------
850

0 commit comments

Comments
 (0)