Skip to content

Releases: EMMC-ASBL/tripper

v0.2.1

18 Dec 19:36
Compare
Choose a tag to compare

What's Changed

  • Commented out hash() and eq() methods from Literal. by @jesper-friis in #55
  • Simplify use of the Triplestore triples() and remove() methods by @jesper-friis in #51
  • Separated base_iri argument from triplestore_url in rdflib backend by @jesper-friis in #49

Full Changelog: v0.2.0...v0.2.1

Changelog

v0.2.1 (2022-12-18)

Full Changelog

Closed issues:

  • Simplify use of the Triplestore triples() and remove() methods #50

Merged pull requests:

  • Commented out __hash__() and __eq__() methods from Literal. #55 (jesper-friis)
  • Simplify use of the Triplestore triples() and remove() methods #51 (jesper-friis)
  • Separated base_iri argument from triplestore_url in rdflib backend #49 (jesper-friis)

* This Changelog was automatically generated by github_changelog_generator

v0.2.0

13 Dec 14:17
Compare
Choose a tag to compare

Compartmentalize dependencies

Move backend dependencies to the dev extra.
Eventually this should probably be moved to dedicated extras.

Changelog

v0.2.0 (2022-12-13)

Full Changelog

Fixed bugs:

  • Deploy docs failing due to wrong dependency installation #53

Closed issues:

  • Remove backend packages from requirements #48
  • Fix utils.parse_object() #45

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.1.2

11 Dec 09:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

Changelog

v0.1.2 (2022-12-11)

Full Changelog

Implemented enhancements:

  • The return value of query() depends on the query #42
  • Add DLite collection backend #41
  • Implement create_database() and remove_database() methods #34
  • SPARQLWrapper backend #10
  • Refactor triplestore.py (triplestore module API) #3

Closed issues:

  • Revert to using the proper general version for SINTEF/ci-cd #35
  • Write in type annotations #33
  • Improve README file #18
  • Add support for simple persistent storage in the rdflib backend #14

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.1.1

13 Oct 10:06
Compare
Choose a tag to compare

First release from GitHub

This is the first release from GitHub. The version 0.1.0 was released manually.
It is releasing the package to the tripper package name - not the original (temporary) tripperpy name.

Changelog

v0.1.1 (2022-10-13)

Full Changelog

Implemented enhancements:

  • Change package name to tripper on PyPI #13
  • Clean up newly initialized Python API #1

Fixed bugs:

  • Enable proper release workflow #8
  • Fix workflows so they succeed #2

Merged pull requests:

  • Use the package name tripper (not tripperpy) #16 (CasperWA)
  • Clean up repository & fix workflows #5 (CasperWA)
  • Added version number in __init__ to enable local pip install #4 (quaat)

* This Changelog was automatically generated by github_changelog_generator