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

Releases: datadesk/python-documentcloud

v1.0.4

Choose a tag to compare

@palewire palewire released this 22 Nov 06:27
  • 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

Choose a tag to compare

@palewire palewire released this 28 Jul 22:09
  • URLs to PDFs can now be submitted for upload
  • Refactored setup.py and tests to be less complex

v1.0.1

Choose a tag to compare

@palewire palewire released this 02 Feb 20:34
  • Python 3.4 testing
  • 400MB upload limit to match DocumentCloud's API restrictions

1.0.0

Choose a tag to compare

@palewire palewire released this 24 Mar 05:05
  • 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

0.2

Choose a tag to compare

@palewire palewire released this 15 Mar 23:12
  • Python 3 support
  • PEP8 and PyFlakes compliance
  • Coverage reports on testing via coveralls.io