Skip to content

Tags: leehyunuk/quandl-python

Tags

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump to 3.4.2 (quandl#115)

Updated changeling.

Minor version test fix.

Allow testing against python 3.7

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing date types (quandl#110)

* Fixing date types

* CP-6050: Extra space

* CP-6050: Testing

* CP-6050: conditional with some debug

* CP-6050: More testing

* CP-6050: Try to figure out why order is not correct

* CP-6050: Try to figure out why order is not correct

* CP-6050: Try to figure out why order is not correct

* CP-6050: Trying to fix order

* CP-6050: Try with objects

* CP-6050: Try with string

* CP-6050: Cleaned up code

* CP-6050: Numpy no longer supports Python v3.3

* CP-6050: Removed py3.3 from tests, bumbed version in tests

* CP-6050: Bumped minor version

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
unlock the version of requests (quandl#99)

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update the data size exceeded message (quandl#95)

* update the data size exceeded message

* fix style issues

* update test

* change email to connect

v3.2.0

Toggle v3.2.0's commit message
Add test support for python 3.6. (quandl#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.