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
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Code freeze date: YYYY-MM-DD
11
11
### Dependency Changes
12
12
13
13
### Added
14
+
14
15
-`climada.util.interpolation` module for inter- and extrapolation util functions used in local exceedance intensity and return period functions [#930](https://github.com/CLIMADA-project/climada_python/pull/930)
15
16
16
17
### Changed
@@ -56,6 +57,19 @@ Updated:
56
57
57
58
- GitHub actions workflow for CLIMADA Petals compatibility tests [#855](https://github.com/CLIMADA-project/climada_python/pull/855)
58
59
-`climada.util.calibrate` module for calibrating impact functions [#692](https://github.com/CLIMADA-project/climada_python/pull/692)
60
+
- Method `Hazard.check_matrices` for bringing the stored CSR matrices into "canonical format" [#893](https://github.com/CLIMADA-project/climada_python/pull/893)
61
+
- Generic s-shaped impact function via `ImpactFunc.from_poly_s_shape`[#878](https://github.com/CLIMADA-project/climada_python/pull/878)
- Fix broken links in `CONTRIBUTING.md`[#900](https://github.com/CLIMADA-project/climada_python/pull/900)
81
95
- When writing `TCTracks` to NetCDF, only apply compression to `float` or `int` data types. This fixes a downstream issue, see [climada_petals#135](https://github.com/CLIMADA-project/climada_petals/issues/135)[#911](https://github.com/CLIMADA-project/climada_python/pull/911)
82
96
83
-
### Added
84
-
85
-
- Method `Hazard.check_matrices` for bringing the stored CSR matrices into "canonical format" [#893](https://github.com/CLIMADA-project/climada_python/pull/893)
86
-
- Generic s-shaped impact function via `ImpactFunc.from_poly_s_shape`[#878](https://github.com/CLIMADA-project/climada_python/pull/878)
0 commit comments