Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Releases: datadesk/python-documentcloud

v1.0.4

22 Nov 06:27
Compare
Choose a tag to compare
  • Throw an error when integers or other non-strings are included in Document metadata dictionaries
  • Added a number of keyword arguments to documents searches to pull a single page, change page size and request document metadata in result
  • Temporarily removed SSL from image and text URLs to workaround bugs in underlying dependencies

v1.0.2

28 Jul 22:09
Compare
Choose a tag to compare
  • URLs to PDFs can now be submitted for upload
  • Refactored setup.py and tests to be less complex

v1.0.1

02 Feb 20:34
Compare
Choose a tag to compare
  • Python 3.4 testing
  • 400MB upload limit to match DocumentCloud's API restrictions

1.0.0

24 Mar 05:05
Compare
Choose a tag to compare
  • Adopted semantic versioning without breaking existing packages on PyPI
  • Fixed bugs with get_page_text
  • Added keyword argument during initialization that allows you to override the BASE_URI and connect with independent clones of DocumentCloud. Contributed by @adieyal.
  • Refactored unit tests to run more quickly and require fewer web requests
  • Documentation moved from the gh-pages branch to master and refactored to be published via ReadTheDocs.

0.2

15 Mar 23:12
Compare
Choose a tag to compare
0.2
  • Python 3 support
  • PEP8 and PyFlakes compliance
  • Coverage reports on testing via coveralls.io