Skip to content

Releases: RDFLib/sparqlwrapper

1.7.3

05 Nov 11:14
Compare
Choose a tag to compare
v1.7.3

1.7.2

03 Nov 13:17
Compare
Choose a tag to compare
released 1.7.2 with a hotfix for issue #63

1.7.1

30 Oct 08:04
Compare
Choose a tag to compare
v1.7.1

1.7.0

29 Oct 13:24
Compare
Choose a tag to compare
v1.7.0

1.6.4

26 Aug 12:59
Compare
Choose a tag to compare
  • Fixed unicode problems on setup (issue #42)

1.6.3

26 Aug 09:40
Compare
Choose a tag to compare
  • Fixed unicode problems with urllib in Python 3 (issue #35)
  • Restored SPARQLWrapper2 class (issue #36)
  • Enhanced warning for missing rdflib-jsonld (issue #38)
  • Fixed build system (issue #39)

1.6.2

24 Jul 15:38
Compare
Choose a tag to compare
  • Fixed query type detection with comments (issue #32)

1.6.1

24 Jul 15:39
Compare
Choose a tag to compare
  • Added missing query types (issue #17)
  • Added a new method to the API to select the request method to be fully SPARQL 1.1 Protocol compliant (issue #28)
  • Improved the test suite coverage, including support to run the tests under Python 3.x (issues #20, #24 and #31)

1.6.0

24 Jul 15:41
Compare
Choose a tag to compare
  • Returning raw response in case of unknown content type returned
  • Fixed some issues with the last version of the SPARQL 1.1 Update Protocol
  • setQuery() doesn't imply resetQuery() anymore
  • Deprecated addCustomParameter(), addParameter() and clearParameter() come to provide all required functionality
  • SPARQLWrapper, QueryResult, Value, Bindings (and classes inherited from them) are new-style classes now
  • POST queries are accompanied by full set of parameters now
  • Added rudimentary support for JSON-LD
  • Added proper unit tests without dependencies of external endpoints
  • Fixed Python 3 compatibility issues in SmartWrapper module