Skip to content

Commit

Permalink
changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Sep 16, 2024
1 parent 88ebfbc commit 5b3e071
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ Code freeze date: YYYY-MM-DD
### Added

- `climada.util.interpolation` module for inter- and extrapolation util functions used in local exceedance intensity and return period functions [#930](https://github.com/CLIMADA-project/climada_python/pull/930)
- climada.exposures.exposures.Exposures.geometry
- climada.exposures.exposures.Exposures.latitude
- climada.exposures.exposures.Exposures.longitude
- climada.exposures.exposures.Exposures.value

- `climada.exposures.exposures.Exposures.geometry` property
- `climada.exposures.exposures.Exposures.latitude` property
- `climada.exposures.exposures.Exposures.longitude` property
- `climada.exposures.exposures.Exposures.value` property
- `climada.exposures.exposures.Exposures.region_id` property
- `climada.exposures.exposures.Exposures.category_id` property
- `climada.exposures.exposures.Exposures.cover` property
- `climada.exposures.exposures.Exposures.hazard_impf` method
- `climada.exposures.exposures.Exposures.hazard_centroids` method


### Changed

- In `climada.util.plot.geo_im_from_array`, NaNs are plotted in gray while cells with no centroid are not plotted [#929](https://github.com/CLIMADA-project/climada_python/pull/929)
Expand All @@ -28,8 +34,9 @@ Code freeze date: YYYY-MM-DD

### Deprecated

- climada.entity.exposures.Exposures.set_lat_lon
- climada.entity.exposures.Exposures.set_geometry_points
- `climada.entity.exposures.Exposures.meta` attribute
- `climada.entity.exposures.Exposures.set_lat_lon` method
- `climada.entity.exposures.Exposures.set_geometry_points` method

### Removed

Expand Down

0 comments on commit 5b3e071

Please sign in to comment.