Releases: CLIMADA-project/climada_petals
Releases · CLIMADA-project/climada_petals
v5.0.0
What's Changed
- tc_rainfield: tests for tracks crossing the antimeridian by @tovogt in #105
- Add module for computing river flood footprints from GloFAS river discharge data by @peanutfun in #64
- Add GitHub actions for unit testing in Petals by @peanutfun in #114
- Remove content tables and update tutorial files by @luseverin in #125
- Feature/centroids as gdf by @emanuel-schmid in #122
- Only assign csr matrices to Hazard objects by @peanutfun in #129
- Follow-up to #129: Ensure csr matrix assignment by @peanutfun in #131
- Rename GitHub CI Pipeline by @peanutfun in #130
- Add version pin for
esmpy
by @peanutfun in #133 - Add link to Climada Core citation guide by @peanutfun in #137
New Contributors
- @luseverin made their first contribution in #125
Full Changelog: v4.1.0...v5.0.0
v4.1.0
What's Changed
- patch pr by @emanuel-schmid in #71
- Complete restructuring of the SupplyChain module by @aleeciu in #66
- Add Mamba install instructions to README.md by @peanutfun in #101
- Outsource OpenStreetMap data dump access to osm-flex by @Evelyn-M in #103
- Implement a new tropical cyclone rain model by @tovogt in #85
- Fix test_surge_from_track after change in Holland 2008 implementation… by @ThomasRoosli in #107
- Avoid default Anaconda channel for environment by @peanutfun in #110
Full Changelog: v4.0.2...v4.1.0
v4.0.2
What's Changed
- Upgrade to Pandas 2.x by @emanuel-schmid in #94
- implicit casting for dt.datetime by @emanuel-schmid in #95
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- TC track forecast missing time period handling by @ThomasRoosli in #91
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Replace MultiPolygon with MultiPolygon.geoms for Iterability by @emanuel-schmid in #80
- Tag-Refactoring by @emanuel-schmid in #82
- Adapt tc_forecast to climada_python improved hdf5 IO by @emanuel-schmid in #83
- Feature/tc forecast max radius by @ThomasRoosli in #68
- TCForecast release bufr message by @ThomasRoosli in #87
- remove tags from hazard classes by @emanuel-schmid in #88
- remove tag from Exposures by @emanuel-schmid in #89
Full Changelog: v3.3.2...v4.0.0
v3.3.2
What's Changed
- Use version matching for climada dependency by @peanutfun in #92
Full Changelog: v3.3.1...v3.3.2
v3.3.1
v3.3.0
update version number
v3.2.0
changed environment:
- cartopy : >=0.20.0,<0.20.3
- contextily : >=1.0
<1.2 - gdal : !=3.4.1
- proj : !=9.0.0
- scikit-learn : >=1.0
- scikit-image : >=0.18
new features:
- Cyclone XML (cxml) reader for TC forecast products
- New module:
climada.engine.warn
minor changes:
- tutorials: overhaul and consolidation
v3.1.1
minor changes
- fix readthedocs configuration