Skip to content

Releases: opencitations/time-agnostic-library

5.0.5

31 Aug 11:30

Choose a tag to compare

5.0.5 (2025-08-31)

Bug Fixes

  • sparql: [release] preserve original literal representation without explicit datatype (b6915a8)

5.0.4

26 Jul 09:40

Choose a tag to compare

5.0.4 (2025-07-26)

Bug Fixes

  • agnostic_entity: [release] add prov:specializationOf triples for targeted entity removal (7c562f1)

5.0.3

07 Jul 14:57

Choose a tag to compare

5.0.3 (2025-07-07)

Bug Fixes

  • agnostic_entity: improve literal matching logic in query processing (9f26506)

5.0.2

30 May 16:11

Choose a tag to compare

5.0.2 (2025-05-30)

Performance Improvements

  • upgrade RDFLib to v7.1.4 and remove query locks (d25fa38)

5.0.1

29 May 20:02

Choose a tag to compare

5.0.1 (2025-05-29)

Bug Fixes

  • agnostic_entity: isolate recursive collection methods (b51686d)

5.0.0

29 May 14:29

Choose a tag to compare

5.0.0 (2025-05-29)

Features

  • Add script to find representative entities for benchmarking (c457cee)
  • agnostic_entity: remove cache and enhance entity relationships (b9258b7)
  • Enhance entity selection script with local file analysis and improved SPARQL querying (bd5d871)

BREAKING CHANGES

  • agnostic_entity: - Added new parameters to AgnosticEntity:
    • include_related_objects: Enables inclusion of related objects
    • include_merged_entities: Controls inclusion of merged entities
    • include_reverse_relations: Manages reverse relationship inclusion
  • Removed all caching functionality as it was deemed obsolete and non-functional
  • Increased test coverage for new features
  • Removed untested and deprecated features

This change requires updates to all code that instantiates or interacts with AgnosticEntity objects.

[release]

4.7.1

17 Apr 19:40

Choose a tag to compare

4.7.1 (2025-04-17)

Bug Fixes

  • updated the metadata structure to initialize wasDerivedFrom as an empty list and populate it with derived entity URIs. (f5ac68f)

4.7.0

17 Apr 14:50

Choose a tag to compare

4.7.0 (2025-04-17)

Features

  • [release] include merged entities in history retrieval (a2f186a)

4.6.15

12 Mar 08:16

Choose a tag to compare

4.6.15 (2025-03-12)

Bug Fixes

  • [release] removed unnecessary dependencies (5d5313a)

4.6.14

28 Feb 17:29

Choose a tag to compare

4.6.14 (2025-02-28)

Bug Fixes

  • [release] (7d7c30d)
  • Added workflow for automatic releases and removed dependency on rdflib-ocdm. (8d01a82)
  • ci: I have updated the version of the action "upload artifact" to version 4 because version 3 was deprecated. (65fdcef)
  • ci: remove Python 3.8 support due to Poetry incompatibility (54a2754)
  • ci: use BYOB for coverage badge generation (c47da23)
  • update tagFormat in .releaserc to match existing version tags (25bb1ae)