v0.2.0 Release
v0.2.0 (October 9, 2015)
This is a major release from 0.1.1 and includes new features and a number of bug fixes.
Highlights include:
New features
- Added latitude and longitude to output of wb.get_countries #47
- Extended DataReader to fetch dividends and stock splits from Yahoo #45.
- Added get_available_datasets to famafrench #56.
DataReader
now supports OECD data sources #101.
Backwards incompatible API changes
- Fama French indexes are not Pandas.PeriodIndex for annual and montly data, and
pandas.DatetimeIndex otherwise #56.
Bug Fixes