Releases: EMMC-ASBL/tripper
v0.2.1
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 fromtriplestore_url
in rdflib backend by @jesper-friis in #49
Full Changelog: v0.2.0...v0.2.1
Changelog
v0.2.1 (2022-12-18)
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 fromtriplestore_url
in rdflib backend #49 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.2.0
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)
Fixed bugs:
- Deploy docs failing due to wrong dependency installation #53
Closed issues:
Merged pull requests:
- Update
docs
extra #54 (CasperWA) - Remove backend packages from requirements #52 (jesper-friis)
- Fix utils.parse_object() #46 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.1.2
What's Changed
- Added support for simple persistent storage in the rdflib backend by @jesper-friis in #15
- Documented return value of the Triplestore.query() and added a test for it by @jesper-friis in #9
- Add a useful description to README file. by @jesper-friis in #19
- refactor triplestore by @jesper-friis in #27
- Updated import statements in the tutorial by @jesper-friis in #40
- Added create_database() and remove_database() methods. by @jesper-friis in #39
- sparqlwrapper backend by @jesper-friis in #11
- Fix return types by @CasperWA in #43
- Added collection backend by @jesper-friis in #44
Full Changelog: v0.1.1...v0.1.2
Changelog
v0.1.2 (2022-12-11)
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:
- Added collection backend #44 (jesper-friis)
- Fix return types #43 (CasperWA)
- Updated import statements in the tutorial #40 (jesper-friis)
- Added create_database() and remove_database() methods. #39 (jesper-friis)
- Use the proper version of SINTEF/ci-cd #36 (CasperWA)
- bumped ci-cd version to remove --strict mkdocs command #32 (daniel-sintef)
- 3 refactor triplestorepy triplestore module api #31 (daniel-sintef)
- 3 refactor triplestore #27 (jesper-friis)
- Corrected copyright #21 (jesper-friis)
- Add a useful description to README file. #19 (jesper-friis)
- Added support for simple persistent storage in the rdflib backend #15 (jesper-friis)
- sparqlwrapper backend #11 (jesper-friis)
- Documented return value of the Triplestore.query() and added a test for it #9 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.1.1
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)
Implemented enhancements:
Fixed bugs:
Merged pull requests:
- Use the package name
tripper
(nottripperpy
) #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