Skip to content

Commit 8bd17ea

Browse files
committed
Update CHANGELOG.md
1 parent 8480553 commit 8bd17ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Code freeze date: YYYY-MM-DD
1313
Removed:
1414

1515
- `pandas-datareader`
16+
- `fiona`
1617

1718
### Added
1819
- Added optional parameter to `geo_im_from_array`, `plot_from_gdf`, `plot_rp_imp`, `plot_rp_intensity`,
@@ -24,6 +25,7 @@ Removed:
2425
- `Hazard.local_exceedance_intensity`, `Hazard.local_return_period` and `Impact.local_exceedance_impact`, `Impact.local_return_period`, using the `climada.util.interpolation` module: New default (no binning), binning on decimals, and faster implementation [#1012](https://github.com/CLIMADA-project/climada_python/pull/1012)
2526
- 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)
2627
- `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)
28+
- CLIMADA does not make explicit use of `fiona` anymore [#1057](https://github.com/CLIMADA-project/climada_python/pull/1057)
2729

2830
### Fixed
2931

0 commit comments

Comments
 (0)