Skip to content

Releases: EMMC-ASBL/tripper

v0.5.0

22 Nov 22:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

19 Aug 15:56

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

Changelog

v0.4.3 (2025-08-19)

Full Changelog

Closed issues:

  • inconsistent usage when filtering searches #396
  • correct criterias to criteria #392
  • Add hasCurator and hasCurationDate properties to resources #390
  • Support for documenting not (yet) existing resources #369
  • Make the generated keywords documentation look better #365
  • Speed up tripper.dataset.save_data() #337
  • Example in documentation of search_iris iw wrong. #323
  • get_jsonld_context does not support PosixPath #322
  • Set up a triplestore on the PhysMet Portal #315
  • Make converting a large table of datasets to RDF faster #305
  • Ensure dataset is TEM schema compliant #293
  • Define schema for TEM dataset queries #292

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.4.2

23 Apr 13:37

Choose a tag to compare

What's Changed

Fixed CI/CD workflow such that the updates in v0.4.1 are published

Full Changelog: v0.4.1...v0.4.2

Changelog

v0.4.2 (2025-04-23)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.4.1

22 Apr 10:00
51258ad

Choose a tag to compare

What's Changed

A new units sub-package has been added.
The datadoc sub-package has been improved.

Detailed list of merged pull requests:

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Feb 11:36

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

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

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

Choose a tag to compare

What's Changed

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

v0.3.1

16 Aug 14:46

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

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