Skip to content

Commit bfeacb8

Browse files
committed
Changelog
1 parent 5a578c0 commit bfeacb8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Code freeze date: YYYY-MM-DD
2121
World Bank Indicators API instead of downloading a ZIP/CSV file.
2222
Updated available year range from 1995–2014 to 1995–2020. [#1292](https://github.com/CLIMADA-project/climada_python/pull/1292)
2323
- Makes current `measure` module a legacy module, moving it to `_legacy_measure`, to retain compatibility with `CostBenefit` class and various tests. [#1274](https://github.com/CLIMADA-project/climada_python/pull/1274)
24+
- `climada.util.finance`: `world_bank_wealth_account` now fetches data via the
25+
World Bank Indicators API instead of downloading a ZIP/CSV file.
26+
Updated available year range from 1995–2014 to 1995–2020. [#1292](https://github.com/CLIMADA-project/climada_python/pull/1292)
2427

2528
### Fixed
2629

@@ -30,6 +33,8 @@ Code freeze date: YYYY-MM-DD
3033
(`databank.worldbank.org`) whose SSL certificate had expired. [#1292](https://github.com/CLIMADA-project/climada_python/pull/1292)
3134
=======
3235
- Fix TCTracks.from_FAST duplicate loading from year loop [#1269](github.com/CLIMADA-project/climada_python/pull/1269)
36+
- `climada.util.finance`: Fixed broken `WORLD_BANK_INC_GRP` download URL
37+
(`databank.worldbank.org`) whose SSL certificate had expired. [#1292](https://github.com/CLIMADA-project/climada_python/pull/1292)
3338

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

0 commit comments

Comments
 (0)