Skip to content

v0.3.0 Release

Compare
Choose a tag to compare
@davidastephens davidastephens released this 14 Jan 23:28

v0.3.0 (January 14, 2017)

This is a major release from 0.2.1 and includes new features and a number of bug fixes.

Highlights include:

New features

  • DataReader now supports dividend only pulls from Yahoo! Finance (#138).
  • DataReader now supports downloading mutual fund prices from the Thrift Savings Plan (#157).
  • DataReader now supports Google options data source (#148).
  • DataReader now supports Google quotes (#188).
  • DataReader now supports Enigma dataset. (#245).
  • DataReader now supports downloading a full list of NASDAQ listed symbols. (#254).

Other enhancements

  • Eurostat reader now supports larger data returned from API via zip format. (#205)
  • Added support for Python 3.6.
  • Added support for pandas 19.2

Bug Fixes

  • Fixed bug that caused DataReader to fail if company name has a comma. (#85).
  • Fixed bug in YahooOptions caused as a result of change in yahoo website format. (#244).