Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 819 Bytes

3.4.0 - 2018-07-03

  • 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

3.3.0 - 2017-12-20

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

3.2.1 - 2017-10-23

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

3.2.0 - 2017-06-14

  • 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

3.1.0 - 2017-03-07

  • Bug: support column with a name 'code'

3.0.1 - 2016-05-25

  • Handle unexpected errors

3.0.0 - 2016-04-22

  • Datatables for developers
  • Datatables for analysts
  • Backwards compatibility
  • Documentation updates