Skip to content

Releases: SPARQL-Anything/PySPARQL-Anything

v1.0.0.0

23 Jun 00:35
Compare
Choose a tag to compare

New with version v1.0.0.0:

  1. Introduced a SPARQLAnythingException that captures SPARQL errors to aid the user when debugging queries, see #9, #26, #27.
  2. -c --configuration option now added for API users, #24.
  3. Modified uninstallation procedure.
  4. Coupled to SPARQL Anything v1.0.0 query engine.

v0.9.0.3

11 Sep 12:30
f1edb42
Compare
Choose a tag to compare

New with this version

  1. #18 Dependencies have been set up more flexibly
  2. #19 The explain, output-pattern and configuration flags have been added to the CLI
  3. #22 SparqlAnything() is now a Singleton constructor.

v0.9.0.2

07 Mar 19:05
Compare
Choose a tag to compare

New with this version:

  1. #13 A PySPARQL Anything CLI has been added.
  2. #17 The select method can now also return a pandas.DataFrame.
  3. #14 The construct method can now also return a networkx.MultiDiGraph graph object.
  4. #16 The keyword arguments have been modified to a more explicative version.
  5. #12 The documentation has been updated and rendered consistent using the Python Google stylesheet.

v0.9.0.1

18 Dec 16:00
Compare
Choose a tag to compare

New with this release:

  1. SPARQL Anything updated to 0.9.0.

v0.8.2.1

17 Dec 17:32
Compare
Choose a tag to compare

New with this release:

  1. SPARQL Anything updated to v0.8.2
  2. #11 A development and maintenance guide has been added to an extended documentation.

v0.8.1.2

17 Dec 01:27
ed4449b
Compare
Choose a tag to compare

As part of this release, the following issues have been addressed:

  1. #6 JVM Configuration options have been added.
  2. #8 Build dependencies have been given fixed versions
  3. #10 Each PySPARQL Anything release is now tied to a corresponding SPARQL Anything one.

v0.8.1.1

31 Jan 12:57
Compare
Choose a tag to compare

First release of PySPARQL Anything, a Python based CLI and API for the SPARQL Anything technology.