This repository has been archived by the owner on Jan 7, 2021. It is now read-only.
Releases: datadesk/python-documentcloud
Releases · datadesk/python-documentcloud
v1.0.4
- 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
v1.0.1
1.0.0
- 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.