Skip to content

Commit 32cf61b

Browse files
committed
Changelog
1 parent 1e2be96 commit 32cf61b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,25 @@ Code freeze date: YYYY-MM-DD
1717

1818
### Changed
1919
- Updated Impact Calculation Tutorial (`doc.climada_engine_Impact.ipynb`) [#1095](https://github.com/CLIMADA-project/climada_python/pull/1095).
20+
- `climada.util.finance`: `world_bank_wealth_account` now fetches data via the
21+
World Bank Indicators API instead of downloading a ZIP/CSV file.
22+
Updated available year range from 1995–2014 to 1995–2020. [#1292](https://github.com/CLIMADA-project/climada_python/pull/1292)
2023

2124
### Fixed
2225

2326
- Fixed asset count in impact logging message [#1195](https://github.com/CLIMADA-project/climada_python/pull/1195).
2427
- `Hazard.from_raster_xarray` now returns a sparse matrix instead of a sparse array [#1261](https://github.com/CLIMADA-project/climada_python/pull/1261).
28+
- `climada.util.finance`: Fixed broken `WORLD_BANK_INC_GRP` download URL
29+
(`databank.worldbank.org`) whose SSL certificate had expired. [#1292](https://github.com/CLIMADA-project/climada_python/pull/1292)
2530

2631
### Deprecated
2732
- `Impact.calc_freq_curve()` should not be given the parameter `return_per`. Use the parameter `return_periods` in `Impact.calc_freq_curve().interpolate()` instead.
2833

2934
### Removed
3035
- `climada.util.earth_engine.py` Google Earth Engine methods did not facilitate direct use of GEE data in CLIMADA. Code was relocated to [climada-snippets](https://github.com/CLIMADA-project/climada-snippets). [#1109](https://github.com/CLIMADA-project/climada_python/pull/1109)
3136
- `doc.climada_util_earth_engine.ipynb` Tutorial about GEE not relevant to CLIMADA Core. Tutorial notebook was relocated to [climada-snippets](https://github.com/CLIMADA-project/climada-snippets). [#1109](https://github.com/CLIMADA-project/climada_python/pull/1109)
37+
- `climada.util.finance`: Removed constants `WORLD_BANK_WEALTH_ACC` and
38+
`FILE_WORLD_BANK_WEALTH_ACC`. [#1292](https://github.com/CLIMADA-project/climada_python/pull/1292)
3239

3340
## 6.1.0
3441

0 commit comments

Comments
 (0)