Releases: RDFLib/sparqlwrapper
Releases · RDFLib/sparqlwrapper
1.7.3
1.7.2
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
- 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 implyresetQuery()
anymore- Deprecated
addCustomParameter()
,addParameter()
andclearParameter()
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