Fixed
Added
- Added
__version__
- We use GitHub Actions for CI
- We use
pre-commit
for code formatting
Changed
- The package can be used with Python 3.7 to 3.12
Improvements
- Added a new
proxies
argument in theget_*
functions, and a globalproxies
option (#2) - Return an explicit error message when an indicator is not found (#7)
- Package tested with Python 3.8
BugFixes
- Fix Unable to download the data in full error on
get_indicators
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)
Initial release