Releases: SPARQL-Anything/PySPARQL-Anything
Releases · SPARQL-Anything/PySPARQL-Anything
v1.0.0.0
New with version v1.0.0.0:
- Introduced a
SPARQLAnythingException
that captures SPARQL errors to aid the user when debugging queries, see #9, #26, #27.
-c --configuration
option now added for API users, #24.
- Modified uninstallation procedure.
- Coupled to SPARQL Anything v1.0.0 query engine.
v0.9.0.3
New with this version
- #18 Dependencies have been set up more flexibly
- #19 The
explain
, output-pattern
and configuration
flags have been added to the CLI
- #22
SparqlAnything()
is now a Singleton constructor.
v0.9.0.2
New with this version:
- #13 A PySPARQL Anything CLI has been added.
- #17 The select method can now also return a pandas.DataFrame.
- #14 The construct method can now also return a networkx.MultiDiGraph graph object.
- #16 The keyword arguments have been modified to a more explicative version.
- #12 The documentation has been updated and rendered consistent using the Python Google stylesheet.
v0.9.0.1
New with this release:
- SPARQL Anything updated to 0.9.0.
v0.8.2.1
New with this release:
- SPARQL Anything updated to v0.8.2
- #11 A development and maintenance guide has been added to an extended documentation.
v0.8.1.2
As part of this release, the following issues have been addressed:
- #6 JVM Configuration options have been added.
- #8 Build dependencies have been given fixed versions
- #10 Each PySPARQL Anything release is now tied to a corresponding SPARQL Anything one.
v0.8.1.1
First release of PySPARQL Anything, a Python based CLI and API for the SPARQL Anything technology.