Releases: aolieman/pyspotlight
Releases · aolieman/pyspotlight
Version 0.7.2 -- Surface forms fix and updated documentation
v0.7.2 (2017-12-02)
-
Updated README instructions and links. [Alex Olieman]
-
Ensure that
candidatesreturns surface forms as strings. [Alex Olieman] -
Ensure that surface forms are always strings (merge PR #1). [ShomyLiu & Alex Olieman]
Version 0.7.1 -- Refactored internals and updated documentation
v0.7.1 (2016-07-25)
- Moved the shared request logic in
annotateandcandidatesto a helper function. [Alex Olieman] - Updated setup/package files [Alex Olieman]
- Updated README. [Luis Nell & Alex Olieman]
Version 0.7.0 -- Python 3 and Spotlight v0.7 compatibility
This release has been tested with Python 3.5 and DBpedia Spotlight v0.7.
v0.7.0 (2016-07-18)
API Changes
- Changed default spotter to
'Default'for 0.7 compatibility. [Alex Olieman] - Moved filter parameters into a
filtersargument. [Alex Olieman]- Removed the
policyargument fromannotateandcandidates. - Added a types parameter, which enables server-side filtering of resources.
It also makes for a nice addition to the policy parameter.
- Removed the
Additions
- Python 3 compatibility. [Alex Olieman]
- Moved to nose2 for tests. [Alex Olieman]
Fixes
- Updated required version of the requests package. [Alex Olieman]
- Remove mutable default arguments. [Luis Nell]