Skip to content

Releases: aolieman/pyspotlight

Version 0.7.2 -- Surface forms fix and updated documentation

02 Dec 21:01

Choose a tag to compare

v0.7.2 (2017-12-02)

  • Updated README instructions and links. [Alex Olieman]

  • Ensure that candidates returns 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

28 Jul 11:57

Choose a tag to compare

v0.7.1 (2016-07-25)

  • Moved the shared request logic in annotate and candidates to 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

18 Jul 14:02

Choose a tag to compare

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 filters argument. [Alex Olieman]
    • Removed the policy argument from annotate and candidates.
    • Added a types parameter, which enables server-side filtering of resources.
      It also makes for a nice addition to the policy parameter.

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]