Quandl Python Versions Save

v3.4.8

4 years ago
  • Add config to verify SSL certs. Verification on by default. (#135)

v3.4.6

4 years ago
  • 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

4 years ago
  • Make POST requests for some endpoints with whose request body is large (#126)

v3.4.4

4 years ago
  • Automatically retry API calls which 500 (#124)

v3.4.3

4 years ago
  • Add support to save/read api key from file (#117)
  • Remove dependency on unittest2 (#118)
  • Add ability to export tables (#120)

v3.4.2

5 years ago

v3.4.0

5 years ago
  • 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

6 years ago
  • Unlock the version of requests to allow use with other modern packages

v3.2.1

6 years ago
  • Provide a more actionable warning when asking for data over 1M rows

v3.2.0

6 years ago