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