|
3 | 3 | All notable changes to **GSTools** will be documented in this file.
|
4 | 4 |
|
5 | 5 |
|
| 6 | +## [1.4.0] - Sassy Sapphire - 2022-08 |
| 7 | + |
| 8 | +### Enhancements |
| 9 | +- added Youtube tutorial to documentation [#239](https://github.com/GeoStat-Framework/GSTools/pull/239) |
| 10 | +- better support for custom generators [#250](https://github.com/GeoStat-Framework/GSTools/pull/250) [#259](https://github.com/GeoStat-Framework/GSTools/pull/259) |
| 11 | +- add `valid_value_types` class variable to all field classes [#250](https://github.com/GeoStat-Framework/GSTools/pull/250) |
| 12 | +- PyKrige: fix passed variogram in case of latlon models [#254](https://github.com/GeoStat-Framework/GSTools/pull/254) |
| 13 | +- add bounds checks for optional arguments of CovModel when resetting by class attribute [#255](https://github.com/GeoStat-Framework/GSTools/pull/255) |
| 14 | +- minor coverage improvements [#255](https://github.com/GeoStat-Framework/GSTools/pull/255) |
| 15 | +- documentation: readability improvements [#257](https://github.com/GeoStat-Framework/GSTools/pull/257) |
| 16 | + |
| 17 | +### Changes |
| 18 | +- drop Python 3.6 support (setuptools>60 needs py>3.7) [#241](https://github.com/GeoStat-Framework/GSTools/pull/241) |
| 19 | +- move `setup.cfg` content to `pyproject.toml` ([PEP 621](https://peps.python.org/pep-0621/)) [#241](https://github.com/GeoStat-Framework/GSTools/pull/241) |
| 20 | +- move to `src/` based package structure (better testing, building and structure) [#241](https://github.com/GeoStat-Framework/GSTools/pull/241) |
| 21 | +- use [extension-helpers](https://pypi.org/project/extension-helpers/) for openmp support in `setup.py` [#241](https://github.com/GeoStat-Framework/GSTools/pull/241) |
| 22 | +- increase minimal version of meshio to v5.1 [#241](https://github.com/GeoStat-Framework/GSTools/pull/241) |
| 23 | + |
| 24 | +### Bugfixes |
| 25 | +- Pyvista v0.32 deprecation warning: use point_data instead of point_arrays [#237](https://github.com/GeoStat-Framework/GSTools/pull/237) |
| 26 | +- remove deprecated scipy (v1.9) method pinv2 [#247](https://github.com/GeoStat-Framework/GSTools/pull/247) |
| 27 | +- change float comparison in tests [#248](https://github.com/GeoStat-Framework/GSTools/pull/248) |
| 28 | +- Cython: solve `-Wsometimes-uninitialized` warning [#255](https://github.com/GeoStat-Framework/GSTools/pull/255) |
| 29 | + |
| 30 | + |
6 | 31 | ## [1.3.5] - Pure Pink - 2022-01
|
7 | 32 |
|
8 | 33 | ### Changes
|
@@ -56,7 +81,7 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197)
|
56 | 81 | ## [1.3.2] - Pure Pink - 2021-07
|
57 | 82 |
|
58 | 83 | ### Bugfixes
|
59 |
| -- `vario_estimate` was altering the input field unter certain circumstances [#180](https://github.com/GeoStat-Framework/GSTools/issues/180) |
| 84 | +- `vario_estimate` was altering the input field under certain circumstances [#180](https://github.com/GeoStat-Framework/GSTools/issues/180) |
60 | 85 | - `emcee` v3.1 now requires `nsteps` in `run_mcmc()` to be integer (called in `RNG.sample_ln_pdf`) [#184](https://github.com/GeoStat-Framework/GSTools/pull/184)
|
61 | 86 |
|
62 | 87 |
|
@@ -211,6 +236,7 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197)
|
211 | 236 | - CovModel.fit: check if weights are given as a string (numpy comparison error) [#111](https://github.com/GeoStat-Framework/GSTools/issues/111)
|
212 | 237 | - several pylint fixes ([#159](https://github.com/GeoStat-Framework/GSTools/pull/159))
|
213 | 238 |
|
| 239 | + |
214 | 240 | ## [1.2.1] - Volatile Violet - 2020-04-14
|
215 | 241 |
|
216 | 242 | ### Bugfixes
|
@@ -331,7 +357,8 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197)
|
331 | 357 | First release of GSTools.
|
332 | 358 |
|
333 | 359 |
|
334 |
| -[Unreleased]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.5...HEAD |
| 360 | +[Unreleased]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.0...HEAD |
| 361 | +[1.4.0]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.5...v1.4.0 |
335 | 362 | [1.3.5]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.4...v1.3.5
|
336 | 363 | [1.3.4]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.3...v1.3.4
|
337 | 364 | [1.3.3]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.2...v1.3.3
|
|
0 commit comments