Skip to content

Releases: mwouts/world_bank_data

Version 0.1.3

09 Jul 23:26
Compare
Choose a tag to compare

Improvements

  • Added a new proxies argument in the get_* functions, and a global proxies option (#2)
  • Return an explicit error message when an indicator is not found (#7)
  • Package tested with Python 3.8

Version 0.1.2

14 Apr 15:49
ea40541
Compare
Choose a tag to compare

BugFixes

  • Fix Unable to download the data in full error on get_indicators

Version 0.1.1

09 Apr 00:23
5f2a872
Compare
Choose a tag to compare

BugFixes

  • Fixed simplify_index when the data is a scalar
  • Non-WDI indicators can now be loaded (#4)
  • Package also works under Python 2.7 (#1)

Version 0.1.0

06 Apr 18:05
Compare
Choose a tag to compare
  • Initial release