Files
tiingo-python/HISTORY.rst
2018-07-07 13:39:03 -04:00

62 lines
1.5 KiB
ReStructuredText

=======
History
=======
0.8.x (2018-XX-XX)
------------------
* New changes go here!
0.8.0 (2018-07-06)
------------------
* Major: Add IEX Endpoint to retrieve data with intraday frequencies (@dcwtx #125)
* Minor: update documentation for contributing/releasing new versions
* Speed up Travis build process with pip cache
0.7.0 (2018-06-14)
------------------
* Major: Provide functions for returning data as pandas Dataframes or Series (@dcwtx #112)
* Minor documentation edits
0.6.0 (2018-04-30)
------------------
* Fix bug in resample argument name (@dcwtx #82)
* Add tool for removing API Keys from test fixtures (@dcwtx #107)
* Remove official support for Python 3.3
0.5.0 (2018-03-11)
------------------
* Updated examples in docs for getting historical prices
* Add interfaces to obtain mutual fund and ETF tickers (@savagesmc #62)
* Raise explicit error when API key is missing (#44)
* Update development dependencies
0.4.0 (2017-10-22)
------------------
* Make tests run in 1/10th the time with ``vcr.py`` (@condemil #32)
* Add support for returning python objects instead of dictionaries (@BharatKalluri #33)
0.3.0 (2017-09-17)
------------------
* Add support for listing all tickers + date ranges
* Add support for interacting with the ``/news`` API
* Improve logging of REST client errors
0.2.0 (2017-09-01)
------------------
* Improve test coverage of tickers endpoint
* Deprecate the Mutual Funds endpoint
0.1.0 (2017-08-24)
------------------
* First release on PyPI.