Skip to content

Commit

Permalink
Add tentative changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chahan Kropf committed Dec 12, 2023
1 parent adce3c1 commit 9653e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Code freeze date: YYYY-MM-DD
- Update `CONTRIBUTING.md` to better explain types of contributions to this repository [#797](https://github.com/CLIMADA-project/climada_python/pull/797)
- The default tile layer in Exposures maps is not Stamen Terrain anymore, but [CartoDB Positron](https://github.com/CartoDB/basemap-styles). Affected methods are `climada.engine.Impact.plot_basemap_eai_exposure`,`climada.engine.Impact.plot_basemap_impact_exposure` and `climada.entity.Exposures.plot_basemap`. [#798](https://github.com/CLIMADA-project/climada_python/pull/798)
- Recommend using Mamba instead of Conda for installing CLIMADA [#809](https://github.com/CLIMADA-project/climada_python/pull/809)
- Centroids complete overhaul. Most function should be backward compatible. Internal data is stored in a geodataframe attribute. Raster are now stored as points, and the meta attribute is removed. The methods to read matlab files were removed. [#787](https://github.com/CLIMADA-project/climada_python/pull/787)

### Fixed

Expand All @@ -27,6 +28,7 @@ Code freeze date: YYYY-MM-DD
### Deprecated

### Removed
- Read/write matlab file methods for Centroids and Hazard objects. [#787](https://github.com/CLIMADA-project/climada_python/pull/787)

## 4.0.1

Expand Down

0 comments on commit 9653e98

Please sign in to comment.