Skip to content

Tags: jjmar/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.

v3.1.0

Toggle v3.1.0's commit message
add support for 'code' column in datatables (quandl#87)

v3.0.1

Toggle v3.0.1's commit message
Merge pull request quandl#70 from quandl/AP-1808/handle-bad-error-res…

…ponse

handle non-json non quandl error responses

v3.0.0

Toggle v3.0.0's commit message
Feature ap 243/v3 client (quandl#37)

* new quandl client using v3 api

* send up request source and version

* allow passing in file name, and allow passing in download type as query param

* Update readme docs for upgrading and data tables.

* Increase the versions of python we test against on CI and tox. Remove .get from models to avoid 2x call to the api.

Fix some issues where _raw_data was not named correctly.

Remove version 3.2 from travis as it fails even though it should not.

* data tables for developers

* Fix a few flake8 issues and run it locally with tox.

* Improve the connection error handling code based on suggestion from community member femtotrader.

* fix file format

* Improve upgrade documentation to take into account pickled versions of api_key.

* Notes based on feedback.

* analysts get and bulkdownload methods

* refactoring get_table

* using python bool and remove returns options

* remove user warning

* Update README.md

* Reduce memory usage and processing time by not using ordered-dictionaries for the data.

Update the way nested dates are detected and converted into real dates. Also update tests to match.

Add jsondate to tox dependencies.

Ensure that tox installs same dependencies as setup.py

* Updates based on feedback.

* MergedDataset: dont make metadata calls when getting data

* Update FOR_ANALYSTS.md

add bulkdownload description

some updates

* Missing package in setup.

* release setup

* messages

* Update 2_SERIES_UPGRADE.md

* ready and message updates

* Update README.md

minor change to test branch

* add changelog

v2.8.9

Toggle v2.8.9's commit message
Push is no longer supported

v2.8.7

Toggle v2.8.7's commit message
Merge pull request quandl#36 from brianrisk/master

made modifying version in request_version easier