Skip to content

Commit f9577f1

Browse files
committed
finalize changelog for v1.5
1 parent 0bfefc1 commit f9577f1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to **GSTools** will be documented in this file.
44

5-
## [Unreleased] - ? - 2023-?
5+
## [1.5.0] - Nifty Neon - 2023-06
66

77
### Enhancements
88
- 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.
2222
- yadrenko variogram respects this and assumes the great circle distances is given in the respective unit
2323
- `vario_estimate` also has `geo_scale` now to control the units of the bins
2424
- `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)
2526

2627
### Changes
2728
- `CovModel`s expect special arguments by keyword now [#308](https://github.com/GeoStat-Framework/GSTools/pull/308)
2829
- 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)
2933

3034
### Bugfixes
3135
- latex equations were not rendered correctly in docs [#290](https://github.com/GeoStat-Framework/GSTools/pull/290)
@@ -400,7 +404,8 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197)
400404
First release of GSTools.
401405

402406

403-
[Unreleased]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.1...HEAD
407+
[Unreleased]: https://github.com/GeoStat-Framework/gstools/compare/v1.5.0...HEAD
408+
[1.5.0]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.1...v1.5.0
404409
[1.4.1]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.0...v1.4.1
405410
[1.4.0]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.5...v1.4.0
406411
[1.3.5]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.4...v1.3.5

0 commit comments

Comments
 (0)