Tags: jjmar/quandl-python
Tags
version bump to 3.4.2 (quandl#115) Updated changeling. Minor version test fix. Allow testing against python 3.7
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
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.
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