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-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,22 @@ Code freeze date: YYYY-MM-DD
10
10
11
11
### Dependency Changes
12
12
13
+
### Added
14
+
15
+
### Changed
16
+
17
+
### Fixed
18
+
19
+
### Deprecated
20
+
21
+
### Removed
22
+
23
+
## 6.0.0
24
+
25
+
Release date: 2025-03-03
26
+
27
+
### Dependency Changes
28
+
13
29
Added:
14
30
15
31
-`osm-flex` >=1.1
@@ -75,13 +91,13 @@ Removed:
75
91
- elements of `event_name` are now explicitly converted to `str` in `from_raster`, `from_xarray_raster`, `from_excel` and `from_csv`. [#951](https://github.com/CLIMADA-project/climada_python/pull/951), [#910](https://github.com/CLIMADA-project/climada_python/issues/910)
76
92
-`event_id` and `event_name` are now explicitly converted to respectively a `np.ndarray` (`event_id`), a `list` (`event_name`) in readers. [#951](https://github.com/CLIMADA-project/climada_python/pull/951), [#950](https://github.com/CLIMADA-project/climada_python/issues/950)
77
93
- Exposures complete overhaul. Notably
78
-
- the _geometry_ column of the inherent `GeoDataFrame` is set up at initialization
79
-
- latitude and longitude column are no longer present there (the according arrays can be retrieved as properties of the Exposures object: `exp.latitude` instead of `exp.gdf.latitude.values`).
80
-
-`Exposures.gdf` has been renamed to `Exposures.data` (it still works though, as it is a property now pointing to the latter)
81
-
- the `check` method does not add a default "IMPF_" column to the GeoDataFrame anymore
94
+
- the _geometry_ column of the inherent `GeoDataFrame` is set up at initialization
95
+
- latitude and longitude column are no longer present there (the according arrays can be retrieved as properties of the Exposures object: `exp.latitude` instead of `exp.gdf.latitude.values`).
96
+
-`Exposures.gdf` has been renamed to `Exposures.data` (it still works though, as it is a property now pointing to the latter)
97
+
- the `check` method does not add a default "IMPF_" column to the GeoDataFrame anymore
82
98
- Updated IBTrACS version from v4.0 to v4.1 ([#976](https://github.com/CLIMADA-project/climada_python/pull/976)
83
-
- Fix xarray future warning in TCTracks for .dims to .sizes
84
-
- Fix hazard.concatenate type test for pathos pools
99
+
- Fix xarray future warning in TCTracks for .dims to .sizes
100
+
- Fix hazard.concatenate type test for pathos pools
0 commit comments