- Remove dependency on unittest2, use unittest instead (#113)
- Use POST requests for some datatable calls quandl#126
- Add functionality to automatically retry failed API calls quandl#124
- Allow for exporting of datatables quandl#120
- Fix typos in our warning messages quandl#114
- Include all documentation and test file in source distribution (sdist) tarballs
- 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
- Unlock the version of requests to allow use with other modern packages
- Provide a more actionable warning when asking for data over 1M rows
-
Add test support for python 3.6.
-
Raise error when over 1000000 rows when fetching tables with paginate
-
Pandas fix for newer pandas version.
-
Bug fixes
- Bug: support column with a name 'code'
- Handle unexpected errors
- Datatables for developers
- Datatables for analysts
- Backwards compatibility
- Documentation updates