This repository has been archived by the owner on Apr 30, 2022. It is now read-only.
Releases: quandl/quandl-python
Releases · quandl/quandl-python
v3.4.8
v3.4.6
v3.4.5
v3.4.4
v3.4.3
v3.4.2
v3.4.0
- When returning a list of data, in a Python friendly format, convert datetime64 to datetime
- Numpy no longer supports Python v3.3, thus we are removing support for it
V3.3.0
- Unlock the version of requests to allow use with other modern packages
V3.2.1
- Provide a more actionable warning when asking for data over 1M rows
v3.2.0: Add test support for python 3.6. (#90)
* Add test support for python 3.6. Raise error when over 1000000 rows when fetching tables with paginate Pandas fix for newer pandas version. Bump package version 3.2.0 * The newest version of requests breaks the package. * casing * minor correction. * Don’t need this step.