Skip to content

Releases: civisanalytics/civis-python

v1.2.0

09 Feb 15:42
Compare
Choose a tag to compare

1.2.0 - 2017-02-08

Added

  • support for multifile csv exports
  • support for subscription based polling

Changed

  • civis.io functions use the "hidden" API option to keep jobs out of the UI. Deprecate the "archive" parameter in favor of "hidden".
  • civis.io.query_civis now has a "hidden" parameter which defaults to True
  • expose poller and poller_args as public attributes in PollableResults
  • update to default_credential to handle pagination in credentials.list endpoint.

Fixed

  • miscellaneous documentation fixes
  • unexpected keyword arguments passed to APIClient methods now raise appropriate TypeError

Performance Enhancements

  • Decrease time required to create client objects from ~0.6 seconds to ~150 us for all objects after the first in a session

v1.1.0

09 Dec 21:46
Compare
Choose a tag to compare

Changed

  • civis.io reads/writes to/from memory instead of disk where appropriate
  • Minor documentation corrections

Fixed

  • 204/205 responses now return valid Response object

v1.0.0

16 Nov 17:53
Compare
Choose a tag to compare

Initial (non pre-release) Release.

v0.9.9-beta

10 Nov 20:57
Compare
Choose a tag to compare
v0.9.9-beta Pre-release
Pre-release

initial release