Changelog#
Unreleased#
Release date: YYYY-MM-DD
Code freeze date: YYYY-MM-DD
Description#
Dependency Changes#
Added#
Module to compute multi-country optimised CATBonds.
Changed#
Fixed#
Deprecated#
Removed#
6.1.0#
Release date: 2025-09-30
Dependency Changes#
Added:
lxml>=5 (was implicitly part of the dependency tree before)
Updated:
boario>=0.5,<0.6 → >=0.6.2 # Previous versions are not compatible anymore with the refactor.
Added#
Module
climada_petals.hazard.coastal_floodwith new Hazard classCoastalFloodand associated methodfrom_aqueduct_tifto read coastal flood data directly from the Aqueduct tif files #100
Changed#
Module
climada_petals.hazard.river_flood, class RiverFlood: New method from_aqueduct_tif to read river flood data directly from the online Aqueduct tif files, and renamed methods from_nc to from_isimip_nc and set_from_nc to set_from_isimip_nc [#108](CLIMADA-project/climada_petals#108)Complete refactor of the
supplychainmodule. See #159 for details.
Fixed#
Add
lxmlas explicit dependency #168
Removed#
Removed code of the copernicus interface module #142, including code added in #150, #151 and #156. The module has been moved to a separate repository.
6.0.1#
Release date: 2025-03-03
Dependency Changes#
climada>=5.0 → >=6.0
6.0.0#
Release date: 2025-03-03
Dependency Changes#
Added:
boario>=0.5,<0.6meson>=1.4,<1.5
Updated:
cdsapi>=0.6 → >=0.7esmpy!=8.4.* → >=8.4.2scikit-image>=0.22 → >=0.25
Removed:
gfortran: this conda package conflicts with, e.g.,esmf, at least on Windows. For using theclimada_petals.hazard.tc_surge_clawpackmodule fortran must be installed natively on the local machine.
Added#
5.0.0#
Release date: 2024-07-19
Dependency Changes#
Added:
cdsapi>=0.7importlib-metadata<8.0meson-python>=0.15,<0.16rioxarray>=0.13ruamel.yaml>=0.18seaborn>=0.13xesmf>=0.8
Changed#
Fixed#
Fix
climada.hazard.tc_rainfieldfor TC tracks crossing the antimeridian #105Update the table of content for the tutorials #125
Store all-zero fraction matrices in
LowFlowandWildFirehazards #129 #131eeioaapproach from the supply chain module. See associated discussion.
4.1.0#
Release date: 2024-02-19
Dependency Changes#
Updated:
climada>=4.0 → ==4.1
Added:
overpy>=0.7osm-flex>=1.1.1pymrio>=0.5
Changed#
Restructured
Supplychainmodule, which now usespymrioto download and handle multi-regional input output tables #66Restructured
openstreetmapmodule to draw functionalities from external package osm-flex #103As part of
climada_petals.hazard.tc_rainfield, implement a new, physics-based TC rain model (“TCR”) in addition to the existing implementation of the purely statistical R-CLIPER model (#85)Conda environment now avoids
defaultchannel packages, as these are incompatible to conda-forge #110
4.0.2#
Release date: 2023-09-27
Dependency Changes#
pandas>=1.5,<2.0 → >=1.5 (compatibility with pandas 2.x)
Changed#
improved integration tests for notebooks and external data apis
Fixed#
implicit casting from
DataArraytointin reading mehtods made explicit #95
4.0.1#
Release date: 2023-09-06
Fixed#
TCForecastnow skips “untrackable” TCs when reading multi-message.bufrfiles #91
4.0.0#
Release date: 2023-09-01
Dependency Changes#
Upgraded:
shapely
1.8->2.0(#80)
Changed#
Removed#
tagattribute from hazard classes #88
v3.3.2#
Release date: 2023-08-25
Description#
Patch release
v3.3.1#
Release date: 2023-08-24
Description#
Rearranged file-system structure: data subdirectory of climada_petals.
v3.3.0#
Release date: 2023-05-08
Description#
Release aligned with climada (core) 3.3.
Added#
Changelog and PR description template based on the Climada Core repository #72
Changed#
Rework docs and switch to Book theme #63
Fixed#
fix issue #69 Warn.zeropadding for islands ` <CLIMADA-project/climada_petals#70>`_