Skip to content

Commit 40d2779

Browse files
changelog cosmetics
1 parent b0f3a14 commit 40d2779

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

CHANGELOG.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Code freeze date: YYYY-MM-DD
1111
### Dependency Changes
1212

1313
### Added
14+
1415
- `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)
1516

1617
### Changed
@@ -56,6 +57,19 @@ Updated:
5657

5758
- GitHub actions workflow for CLIMADA Petals compatibility tests [#855](https://github.com/CLIMADA-project/climada_python/pull/855)
5859
- `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)
62+
- climada.hazard.centroids.centr.Centroids.get_area_pixel
63+
- climada.hazard.centroids.centr.Centroids.get_dist_coast
64+
- climada.hazard.centroids.centr.Centroids.get_elevation
65+
- climada.hazard.centroids.centr.Centroids.get_meta
66+
- climada.hazard.centroids.centr.Centroids.get_pixel_shapes
67+
- climada.hazard.centroids.centr.Centroids.to_crs
68+
- climada.hazard.centroids.centr.Centroids.to_default_crs
69+
- climada.hazard.centroids.centr.Centroids.write_csv
70+
- climada.hazard.centroids.centr.Centroids.write_excel
71+
- climada.hazard.local_return_period [#898](https://github.com/CLIMADA-project/climada_python/pull/898)
72+
- climada.util.plot.subplots_from_gdf [#898](https://github.com/CLIMADA-project/climada_python/pull/898)
5973

6074
### Changed
6175

@@ -80,22 +94,6 @@ CLIMADA tutorials. [#872](https://github.com/CLIMADA-project/climada_python/pull
8094
- Fix broken links in `CONTRIBUTING.md` [#900](https://github.com/CLIMADA-project/climada_python/pull/900)
8195
- 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)
8296

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)
87-
- climada.hazard.centroids.centr.Centroids.get_area_pixel
88-
- climada.hazard.centroids.centr.Centroids.get_dist_coast
89-
- climada.hazard.centroids.centr.Centroids.get_elevation
90-
- climada.hazard.centroids.centr.Centroids.get_meta
91-
- climada.hazard.centroids.centr.Centroids.get_pixel_shapes
92-
- climada.hazard.centroids.centr.Centroids.to_crs
93-
- climada.hazard.centroids.centr.Centroids.to_default_crs
94-
- climada.hazard.centroids.centr.Centroids.write_csv
95-
- climada.hazard.centroids.centr.Centroids.write_excel
96-
- climada.hazard.local_return_period [#898](https://github.com/CLIMADA-project/climada_python/pull/898)
97-
- climada.util.plot.subplots_from_gdf [#898](https://github.com/CLIMADA-project/climada_python/pull/898)
98-
9997
### Deprecated
10098

10199
- climada.hazard.centroids.centr.Centroids.from_lat_lon

0 commit comments

Comments
 (0)