Skip to content

v0.2.0 Release

Compare
Choose a tag to compare
@davidastephens davidastephens released this 09 Oct 03:37

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

  • Update Fama-French URL #53
  • Fixed bug where get_quote_yahoo would fail if a company name had a comma #85