Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Releases: quandl/quandl-python

v3.4.8

25 Nov 17:25
d2db903
Compare
Choose a tag to compare
  • Add config to verify SSL certs. Verification on by default. (#135)

v3.4.6

25 Nov 17:25
36d9abf
Compare
Choose a tag to compare
  • Fix typo in invalid database code message (#128)
  • Use six.moves instead of try/catch on imports (#129)
  • Add classifiers metadata to setup.py (#132)
  • Update how we find local api key file (#131)

v3.4.5

25 Nov 17:25
bf21b56
Compare
Choose a tag to compare
  • Make POST requests for some endpoints with whose request body is large (#126)

v3.4.4

25 Nov 17:24
3314981
Compare
Choose a tag to compare
  • Automatically retry API calls which 500 (#124)

v3.4.3

25 Nov 17:23
c6a354b
Compare
Choose a tag to compare
  • Add support to save/read api key from file (#117)
  • Remove dependency on unittest2 (#118)
  • Add ability to export tables (#120)

v3.4.2

21 Aug 15:53
9b54403
Compare
Choose a tag to compare
  • Fix typos in our warning messages #114

v3.4.0

03 Jul 20:00
fff2adc
Compare
Choose a tag to compare
  • 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

20 Dec 19:43
cd98f18
Compare
Choose a tag to compare
  • Unlock the version of requests to allow use with other modern packages

V3.2.1

02 Nov 14:45
233bb63
Compare
Choose a tag to compare
  • Provide a more actionable warning when asking for data over 1M rows

v3.2.0: Add test support for python 3.6. (#90)

23 Oct 19:26
Compare
Choose a tag to compare
* 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.