|
3 | 3 | Changelog |
4 | 4 | ========= |
5 | 5 |
|
| 6 | +Version 1.5.0 |
| 7 | +------------- |
| 8 | + |
| 9 | +*Released on: 2020/06/04* |
| 10 | + |
| 11 | +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3877060.svg |
| 12 | + :target: https://doi.org/10.5281/zenodo.3877060 |
| 13 | + |
| 14 | +Bug fixes: |
| 15 | + |
| 16 | +* Apply projections using only the first two coordinates instead all given |
| 17 | + coordinates. Projections only really involve the first two (horizontal) |
| 18 | + coordinates. Only affects users passing ``extra_coords`` to gridder methods. |
| 19 | + (`#264 <https://github.com/fatiando/verde/pull/264>`__) |
| 20 | + |
| 21 | +New features: |
| 22 | + |
| 23 | +* **New** blocked cross-validation classes ``BlockShuffleSplit`` and |
| 24 | + ``BlockKFold``. These are scikit-learn compatible cross-validators that split |
| 25 | + the data into spatial blocks before assigning them to folds. Blocked |
| 26 | + cross-validation can help avoid overestimation of prediction accuracy for |
| 27 | + spatial data (see [Roberts_etal2017]_). The classes work with |
| 28 | + ``verde.cross_val_score`` and any other function/method/class that accepts a |
| 29 | + scikit-learn cross-validator. |
| 30 | + (`#251 <https://github.com/fatiando/verde/pull/251>`__ and |
| 31 | + `#254 <https://github.com/fatiando/verde/pull/254>`__) |
| 32 | +* Add the option for block-wise splitting in ``verde.train_test_split`` by |
| 33 | + passing in a ``spacing`` or ``shape`` parameters. |
| 34 | + (`#253 <https://github.com/fatiando/verde/pull/253>`__ and |
| 35 | + `#257 <https://github.com/fatiando/verde/pull/257>`__) |
| 36 | + |
| 37 | +Base classes: |
| 38 | + |
| 39 | +* Add optional argument to ``verde.base.least_squares`` to copy Jacobian |
| 40 | + matrix. |
| 41 | + (`#255 <https://github.com/fatiando/verde/pull/255>`__) |
| 42 | +* Add extra coordinates (specified by the ``extra_coords`` keyword argument |
| 43 | + to outputs of ``BaseGridder`` methods. |
| 44 | + (`#265 <https://github.com/fatiando/verde/pull/265>`__) |
| 45 | + |
| 46 | +Maintenance: |
| 47 | + |
| 48 | +* Update tests to ``repr`` changes in scikit-learn 0.23.0. |
| 49 | + (`#267 <https://github.com/fatiando/verde/pull/267>`__) |
| 50 | + |
| 51 | +Documentation: |
| 52 | + |
| 53 | +* Fix typo in README contributing section. |
| 54 | + (`#258 <https://github.com/fatiando/verde/pull/258>`__) |
| 55 | + |
| 56 | +This release contains contributions from: |
| 57 | + |
| 58 | +* Leonardo Uieda |
| 59 | +* Santiago Soler |
| 60 | +* Rowan Cockett |
| 61 | + |
6 | 62 | Version 1.4.0 |
7 | 63 | ------------- |
8 | 64 |
|
|
0 commit comments