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
+84-84Lines changed: 84 additions & 84 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,27 +42,27 @@ Added:
42
42
43
43
Updated:
44
44
45
-
-`cartopy` >=0.23 → >=0.24
46
-
-`cfgrib` >=0.9.9,<0.9.10 → >=0.9
47
-
-`dask` >=2024.2,<2024.3 → >=2025.2
48
-
-`eccodes` >=2.27,<2.28 → >=2.40
49
-
-`gdal` >=3.6 → >=3.10
50
-
-`geopandas` >=0.14 → >=0.14,<1.0
51
-
-`h5py` >=3.8 → >=3.12
52
-
-`haversine` >=2.8 → >=2.9
53
-
-`matplotlib-base` >=3.9 → >=3.10
54
-
-`netcdf4` >=1.6 → >=1.7
55
-
-`numba` >=0.60 → >=0.61
56
-
-`pillow` =9.4 → =11.1
57
-
-`pyproj` >=3.5 → >=3.7
58
-
-`pytables` >=3.7 → >=3.10
59
-
-`python` =3.9 → =3.11
60
-
-`rasterio` >=1.3 → >=1.4
61
-
-`scikit-learn` >=1.5 → >=1.6
62
-
-`scipy` >=1.13 → >=1.14,<1.15
63
-
-`tqdm` >=4.66 → >=4.67
64
-
-`xarray` >=2024.6 → >=2025.1
65
-
-`xlsxwriter` >=3.1 → >=3.2
45
+
-`cartopy` >=0.23 → >=0.24
46
+
-`cfgrib` >=0.9.9,<0.9.10 → >=0.9
47
+
-`dask` >=2024.2,<2024.3 → >=2025.2
48
+
-`eccodes` >=2.27,<2.28 → >=2.40
49
+
-`gdal` >=3.6 → >=3.10
50
+
-`geopandas` >=0.14 → >=0.14,<1.0
51
+
-`h5py` >=3.8 → >=3.12
52
+
-`haversine` >=2.8 → >=2.9
53
+
-`matplotlib-base` >=3.9 → >=3.10
54
+
-`netcdf4` >=1.6 → >=1.7
55
+
-`numba` >=0.60 → >=0.61
56
+
-`pillow` =9.4 → =11.1
57
+
-`pyproj` >=3.5 → >=3.7
58
+
-`pytables` >=3.7 → >=3.10
59
+
-`python` =3.9 → =3.11
60
+
-`rasterio` >=1.3 → >=1.4
61
+
-`scikit-learn` >=1.5 → >=1.6
62
+
-`scipy` >=1.13 → >=1.14,<1.15
63
+
-`tqdm` >=4.66 → >=4.67
64
+
-`xarray` >=2024.6 → >=2025.1
65
+
-`xlsxwriter` >=3.1 → >=3.2
66
66
67
67
Removed:
68
68
@@ -73,7 +73,7 @@ Removed:
73
73
-`climada.hazard.tc_tracks.TCTracks.subset_years` function [#1023](https://github.com/CLIMADA-project/climada_python/pull/1023)
74
74
-`climada.hazard.tc_tracks.TCTracks.from_FAST` function, add Australia basin (AU) [#993](https://github.com/CLIMADA-project/climada_python/pull/993)
75
75
- Add `osm-flex` package to CLIMADA core [#981](https://github.com/CLIMADA-project/climada_python/pull/981)
76
-
-`doc.tutorial.climada_entity_Exposures_osm.ipynb` tutorial explaining how to use `osm-flex`with CLIMADA
76
+
-`doc.tutorial.climada_entity_Exposures_osm.ipynb` tutorial explaining how to use `osm-flex`with CLIMADA
77
77
-`climada.util.coordinates.bounding_box_global` function [#980](https://github.com/CLIMADA-project/climada_python/pull/980)
78
78
-`climada.util.coordinates.bounding_box_from_countries` function [#980](https://github.com/CLIMADA-project/climada_python/pull/980)
79
79
-`climada.util.coordinates.bounding_box_from_cardinal_bounds` function [#980](https://github.com/CLIMADA-project/climada_python/pull/980)
@@ -105,8 +105,8 @@ Removed:
105
105
- the _geometry_ column of the inherent `GeoDataFrame` is set up at initialization
106
106
- 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`).
107
107
-`Exposures.gdf` has been renamed to `Exposures.data` (it still works though, as it is a property now pointing to the latter)
108
-
- the `check` method does not add a default "IMPF_" column to the GeoDataFrame anymore
109
-
- Updated IBTrACS version from v4.0 to v4.1 ([#976](https://github.com/CLIMADA-project/climada_python/pull/976)
108
+
- the `check` method does not add a default `'IMPF_'` column to the GeoDataFrame anymore
109
+
- Updated IBTrACS version from v4.0 to v4.1 [#976](https://github.com/CLIMADA-project/climada_python/pull/976)
110
110
- Fix xarray future warning in TCTracks for .dims to .sizes
111
111
- Fix hazard.concatenate type test for pathos pools
0 commit comments