mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-18 12:24:18 +01:00
11
HISTORY.rst
11
HISTORY.rst
@@ -2,6 +2,17 @@
|
|||||||
History
|
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)
|
0.7.0 (2018-06-14)
|
||||||
------------------
|
------------------
|
||||||
* Major: Provide functions for returning data as pandas Dataframes or Series (@dcwtx #112)
|
* Major: Provide functions for returning data as pandas Dataframes or Series (@dcwtx #112)
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = '0.7.0'
|
__version__ = '0.8.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user