Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
36ccd9e
update ignored
MuellerSeb Mar 25, 2020
39f7097
CI, Build and DOC updates (#142)
MuellerSeb Mar 27, 2020
5c63a64
blacken the code base
MuellerSeb Mar 27, 2020
93e4e9a
concatenate strings after blackening
MuellerSeb Mar 27, 2020
2c54ca5
formatting: rerun black v19.10b0
MuellerSeb Mar 27, 2020
f4cbfa2
blacken tests
MuellerSeb Mar 27, 2020
d09eccc
examples: keep format in kriging_1D.py
MuellerSeb Mar 27, 2020
51f7bbb
add coveralls and gstools to test reqs
MuellerSeb Mar 27, 2020
0014462
travis: add black-check stage; update coverage stage
MuellerSeb Mar 27, 2020
ea576c2
compat: set iid=False in GridSearchCV by default; iid will be depreca…
MuellerSeb Mar 27, 2020
4e4af11
tests: tackle warnings in testing
MuellerSeb Mar 27, 2020
c9ccb05
Merge pull request #144 from GeoStat-Framework/black
MuellerSeb Mar 27, 2020
40877bc
req: sklearn>=0.19
MuellerSeb Mar 28, 2020
736e417
travis: no shallow cloning
MuellerSeb Mar 28, 2020
1ca45d3
Changelog: add info about v1.5
MuellerSeb Mar 28, 2020
e3600c1
docs: gstools example reqs
MuellerSeb Mar 28, 2020
544b1d4
update tests: fix gstools import; remove os import
MuellerSeb Mar 28, 2020
bac9d65
Add zenodo meta file.
MuellerSeb Apr 3, 2020
5f69765
Readme: update badges
MuellerSeb Apr 3, 2020
18b5797
Readme: reorder badges
MuellerSeb Apr 3, 2020
c588d71
Tests: since test was written pre sklearn-v0.22, use the old gamma co…
MuellerSeb Apr 3, 2020
9f1eae1
Docs: add Zenodo link th RTD
MuellerSeb Apr 4, 2020
4a974fd
Changelog: add release date
MuellerSeb Apr 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changelog: add info about v1.5
  • Loading branch information
MuellerSeb committed Mar 28, 2020
commit 1ca45d35f61ff54be5f53a0902e129f2e6afe168
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@ Changelog
=========


Version 1.5.0
-------------
*April, 2020*

**New features**

* support for GSTools covariance models (#125)
* pre-build wheels for py35-py38 on Linux, Windows and MacOS (#142)
* GridSerachCV from the compat module sets iid=False by default (if present in sklearn)
to be future prove (iid will be deprecated) (#144)

**Changes**

* dropped py2* and py<3.5 support (#142)
* installation now requires cython (#142)
* codebase was formatted with black (#144)
* internally use of scipys lapack/blas bindings (#142)
* PyKrige is now part of the GeoStat-Framework


Version 1.4.1
-------------
*January 13, 2019*
Expand All @@ -25,7 +45,7 @@ Version 1.4.0
* Regression kriging algotithm. PR [#27](https://github.com/GeoStat-Framework/PyKrige/pull/27) by [Sudipta Basaks](https://github.com/basaks).
* Support for spherical coordinates. PR [#23](https://github.com/GeoStat-Framework/PyKrige/pull/23) by [Malte Ziebarth](https://github.com/mjziebarth)
* Kriging parameter tuning with scikit-learn. PR [#24](https://github.com/GeoStat-Framework/PyKrige/pull/24) by [Sudipta Basaks](https://github.com/basaks).
* Variogram model parameters can be specified using a list or a dict. Allows for directly feeding in the partial sill rather than the full sill. PR [#47](https://github.com/GeoStat-Framework/PyKrige/pull/47) by [Benjamin Murphy](https://github.com/GeoStat-Framework).
* Variogram model parameters can be specified using a list or a dict. Allows for directly feeding in the partial sill rather than the full sill. PR [#47](https://github.com/GeoStat-Framework/PyKrige/pull/47) by [Benjamin Murphy](https://github.com/bsmurphy).

**Enhancements**

Expand All @@ -36,7 +56,7 @@ Version 1.4.0
**Bug fixes**

* Statistics calculations in 3D kriging. PR [#45](https://github.com/GeoStat-Framework/PyKrige/pull/45) by [Will Chang](https://github.com/whdc).
* Automatic variogram estimation robustified. PR [#47](https://github.com/GeoStat-Framework/PyKrige/pull/47) by [Benjamin Murphy](https://github.com/GeoStat-Framework).
* Automatic variogram estimation robustified. PR [#47](https://github.com/GeoStat-Framework/PyKrige/pull/47) by [Benjamin Murphy](https://github.com/bsmurphy).


Version 1.3.1
Expand Down