You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
All notable changes to **GSTools** will be documented in this file.
4
4
5
-
## [Unreleased] - ? - 2023-?
5
+
## [1.5.0] - Nifty Neon - 2023-06
6
6
7
7
### Enhancements
8
8
- added `temporal` flag to `CovModel` to explicitly specify spatio-temporal models [#308](https://github.com/GeoStat-Framework/GSTools/pull/308)
@@ -22,10 +22,14 @@ All notable changes to **GSTools** will be documented in this file.
22
22
- yadrenko variogram respects this and assumes the great circle distances is given in the respective unit
23
23
-`vario_estimate` also has `geo_scale` now to control the units of the bins
24
24
-`vario_estimate` now forwards additional kwargs to `standard_bins` (`bin_no`, `max_dist`) [#308](https://github.com/GeoStat-Framework/GSTools/pull/308)
25
+
- added `low` and `high` arguments to `uniform` transformation [#310](https://github.com/GeoStat-Framework/GSTools/pull/310)
25
26
26
27
### Changes
27
28
-`CovModel`s expect special arguments by keyword now [#308](https://github.com/GeoStat-Framework/GSTools/pull/308)
28
29
- always use f-strings internally [#283](https://github.com/GeoStat-Framework/GSTools/pull/283)
30
+
- removed `verbose` attribute from `RandMeth` classes [#309](https://github.com/GeoStat-Framework/GSTools/pull/309)
31
+
- all arguments for `RandMeth` classes key-word-only now except `model`[#309](https://github.com/GeoStat-Framework/GSTools/pull/309)
32
+
- rename "package" to "api" in doc structure [#290](https://github.com/GeoStat-Framework/GSTools/pull/290)
29
33
30
34
### Bugfixes
31
35
- latex equations were not rendered correctly in docs [#290](https://github.com/GeoStat-Framework/GSTools/pull/290)
0 commit comments