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
+22-15Lines changed: 22 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,19 @@ Code freeze date: YYYY-MM-DD
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)
16
+
15
17
### Changed
16
18
19
+
- Improved scaling factors implemented in `climada.hazard.trop_cyclone.apply_climate_scenario_knu` to model the impact of climate changes to tropical cyclones [#734](https://github.com/CLIMADA-project/climada_python/pull/734)
20
+
- In `climada.util.plot.geo_im_from_array`, NaNs are plotted in gray while cells with no centroid are not plotted [#929](https://github.com/CLIMADA-project/climada_python/pull/929)
21
+
- Renamed `climada.util.plot.subplots_from_gdf` to `climada.util.plot.plot_from_gdf`[#929](https://github.com/CLIMADA-project/climada_python/pull/929)
22
+
17
23
### Fixed
18
24
25
+
- File handles are being closed after reading netcdf files with `climada.hazard` modules [#953](https://github.com/CLIMADA-project/climada_python/pull/953)
26
+
- Avoids a ValueError in the impact calculation for cases with a single exposure point and MDR values of 0, by explicitly removing zeros in `climada.hazard.Hazard.get_mdr`[#933](https://github.com/CLIMADA-project/climada_python/pull/948)
27
+
19
28
### Deprecated
20
29
21
30
### Removed
@@ -52,6 +61,19 @@ Updated:
52
61
53
62
- GitHub actions workflow for CLIMADA Petals compatibility tests [#855](https://github.com/CLIMADA-project/climada_python/pull/855)
54
63
-`climada.util.calibrate` module for calibrating impact functions [#692](https://github.com/CLIMADA-project/climada_python/pull/692)
64
+
- Method `Hazard.check_matrices` for bringing the stored CSR matrices into "canonical format" [#893](https://github.com/CLIMADA-project/climada_python/pull/893)
65
+
- 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)
77
99
- 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)
78
100
79
-
### Added
80
-
81
-
- Method `Hazard.check_matrices` for bringing the stored CSR matrices into "canonical format" [#893](https://github.com/CLIMADA-project/climada_python/pull/893)
82
-
- Generic s-shaped impact function via `ImpactFunc.from_poly_s_shape`[#878](https://github.com/CLIMADA-project/climada_python/pull/878)
0 commit comments