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
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,30 @@ Code freeze date: YYYY-MM-DD
12
12
13
13
Added:
14
14
15
+
-`bayesian-optimization` >=1.5,<2.0
16
+
-`deprecation` >=2.1
15
17
-`fiona` >=1.10
18
+
-`peewee` >=3.17
19
+
-`pyarrow` >=20.0
16
20
17
21
Updated:
18
22
19
-
-`geopandas` >=0.14,<1.0 → >=0.14
20
-
-`pandas` >=2.1,<2.2 → >=2.1
23
+
-`bayesian-optimization` =1.5 → nan
24
+
-`bottleneck` >=1.4 → >=1.5
25
+
-`dask` >=2025.2 → >=2025.5
26
+
-`deprecation` =2.1 → nan
27
+
-`eccodes` >=2.40 → >=2.41
28
+
-`geopandas` >=0.14,<1.0 → >=0.14
29
+
-`h5py` >=3.12 → >=3.13
30
+
-`openpyxl` >=3.1 → >=3.0
31
+
-`pandas` >=2.1,<2.2 → >=2.1
32
+
-`peewee` =3.17 → nan
33
+
-`pillow` =11.1 → =11.3
34
+
-`rtree` >=1.3,<1.4 → >=1.3
35
+
-`scikit-learn` >=1.6 → >=1.7
36
+
-`scipy` >=1.14,<1.15 → >=1.14
37
+
-`sparse` >=0.15 → >=0.17
38
+
-`xarray` >=2025.1 → >=2025.6
21
39
22
40
Removed:
23
41
@@ -30,8 +48,11 @@ Removed:
30
48
- Added instructions to install Climada petals on Euler cluster in `doc.guide.Guide_Euler.ipynb`[#1029](https://github.com/CLIMADA-project/climada_python/pull/1029)
31
49
- Added util methods to handle crs coordinates consistently: `is_geo_coords`, `check_if_geo_coords`, `get_crs_unit`, `estimate_matching_threshold`, `degree_to_km`, and `km_to_degree`[#1080](https://github.com/CLIMADA-project/climada_python/pull/1080)
32
50
-`ImpactFunc` and `ImpactFuncSet` now support equality comparisons via `==`[#1027](https://github.com/CLIMADA-project/climada_python/pull/1027)
51
+
- Calibration of impact function ensembles in `climada.util.calibrate`[#1048](https://github.com/CLIMADA-project/climada_python/pull/1048)
52
+
- Added optional `attrs` parameter to `Exposures.from_raster` method to set additional object properties through the method's `Exposures.__init__` call.
33
53
34
54
### Changed
55
+
35
56
- Changed default distance threshold for nearest neighbor matching in `util.coordinates.match_coordinates` from a fixed value of 100km to twice the highest resolution of the coords_to_assign [#1080](https://github.com/CLIMADA-project/climada_python/pull/1080).
36
57
- Changed the default mask_distance in `util.plot.geo_im_from_array` to 0.03 to avoid white gaps in gridded hazard data with comparably low resolution (>80 centroids per axis) [#1073](https://github.com/CLIMADA-project/climada_python/pull/1073)
37
58
- Increased speed of `util.plot.add_shapes` by avoiding for loops, substantially speeding up `Hazard.plot_intensity` and other functions. [#1073](https://github.com/CLIMADA-project/climada_python/pull/1073)
- World Bank indicator data is now downloaded directly from their API via the function `download_world_bank_indicator`, instead of relying on the `pandas-datareader` package [#1033](https://github.com/CLIMADA-project/climada_python/pull/1033)
44
65
-`Exposures.write_hdf5` pickles geometry data in WKB format, which is faster and more sustainable. [#1051](https://github.com/CLIMADA-project/climada_python/pull/1051)
45
66
- The online documentation has been completely overhauled, now uses PyData theme: [#977](https://github.com/CLIMADA-project/climada_python/pull/977)
67
+
-`Input` to impact function calibration tasks now supports adding weights to the data [#1048](https://github.com/CLIMADA-project/climada_python/pull/1048)
46
68
- Add `climada.hazard.xarray` module with helper structures for reading Hazard objects from `xarray` data [#1063](https://github.com/CLIMADA-project/climada_python/pull/1063)
47
69
- The output of the `impact_yearset` was changed to only contain attributes corresponding to the yearly impact set. The application of the correction factor and the frequency of the resulting yearly impact object are corrected. [#1075](https://github.com/CLIMADA-project/climada_python/pull/1075)
70
+
-`util.coordinates.get_resolution` always returns positive values, regardless of how the input coordinates' order [#1080](https://github.com/CLIMADA-project/climada_python/pull/1080).
0 commit comments