Skip to content

Releases: EMMC-ASBL/tripper

v0.4.0

10 Feb 11:36
Compare
Choose a tag to compare

What's Changed

Added:

  • Added the datadoc module dedicated to documentation of datasets.
  • Added the TableDoc class which is a tabular representation of datasets and makes it easier to ducment data in tabular format, including a csv parser.
  • Added cli-tool to the datadoc module
  • Enable checking and label lookup by default for the EMMO namespace.
  • Add query to SPARQLwrapper backend.
  • Add username/password support to SPARQLwrapper backend

Fixed:

  • Update endpoint in sparqlwrapper is often different from quert endpoint.

Enhancements:

  • Updated underlying requirement (Pint) so that Numpy2 can be used
  • Now officially supports Python3.13
  • Support for Python3.7 droppped

New Contributors

Full Changelog: v0.3.4...v0.4.0

Changelog

v0.4.0 (2025-02-10)

Full Changelog

Closed issues:

  • Clean up documentation #302
  • Make datadoc windows compatible #301

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.3.4

17 Oct 18:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

Changelog

v0.3.4 (2024-10-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.3.3

26 Aug 14:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

Changelog

v0.3.3 (2024-08-26)

Full Changelog

Implemented enhancements:

  • Use Trusted Publishers for PyPI #242

Closed issues:

  • Add instructions of how to release a new version #47
  • Update Python API references in README #22

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.3.2

19 Aug 09:40
0fb53ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Aug 14:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

Changelog

v0.3.1 (2024-08-16)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.3.0

24 Jun 10:07
Compare
Choose a tag to compare

Main changes:

  • Updated the tutorial
  • Corrected comparisons of string literals
  • Improved testing
  • Improved the Triplestore.add_restriction() and Triplestore.restrictions() methods. Changed argument of Triplestore.restrictions() from return_dicts=False to asdict=True.

Because of the later change in argument name and default behaviour, we bump the version number to v0.3.0.

What's Changed

Full Changelog: v0.2.16...v0.3.0

Changelog

v0.3.0 (2024-06-24)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.2.16

16 May 08:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.15...v0.2.16

Changelog

v0.2.16 (2024-05-16)

Full Changelog

Fixed bugs:

  • cannot release #211

Closed issues:

  • Add caching and extension to tripper.Namespace #194
  • Add support for adding and searching for restrictions #189

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.2.15

12 Mar 16:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.14...v0.2.15

Changelog

v0.2.15 (2024-03-12)

Full Changelog

Closed issues:

  • Documentation CD (still) fails due to old python version #193
  • Publish workflow fails because it uses python 3.7 #191
  • Allow untyped literals #182
  • Search with ts.triples() doesn't recognise literals #179
  • PyBackTrip - external tripper backends available #177
  • Surprising literal comparisons #161
  • Retain literal types in collection backend #160
  • Document implemented backends #157

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.2.14

25 Jan 15:27
Compare
Choose a tag to compare

What's Changed

The main change in this release is that is now is possible to use mapping functions from specified PyPI packages.

Other changes:

Full Changelog: v0.2.13...v0.2.14

Changelog

v0.2.14 (2024-01-25)

Full Changelog

Closed issues:

  • Literals are lost when listing triples with rdflib #162
  • dependencies are too strict, at least for pint #149
  • Function repo plugin system #128

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.2.13

14 Nov 09:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.12...v0.2.13

Changelog

v0.2.13 (2023-11-14)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator