Skip to content

v0.80.1

Compare
Choose a tag to compare
@nikokaoja nikokaoja released this 11 Jun 08:58
· 359 commits to main since this release
1a48556

Changes introduced are compound:

[0.80.1] - 11-06-24

Fixed

  • Fixed issues with duplicated edges when different properties are referring to the same target node.

[0.80.0] - 10-06-24

Improved

  • Single NeatGraphStore instantiated via three options:
    • from_memory_store
    • from_oxi_store
    • from_sparql_store

Removed

  • Removed various superclassing of NeatGraphStore
  • Remove Prometheus reminisce in code base
  • Remove logging

Added

  • RdfFileExtractor graph extractor added.

[0.79.0] - 10-06-24

Added

  • TimeSeriesExtractor graph extractor added.
  • SequencesExtractor graph extractor added.
  • EventsExtractor graph extractor added.
  • FilesExtractor graph extractor added.
  • LabelsExtractor graph extractor added.
  • Dedicate test data for Classic CDF data model created
  • Tracking of graph provenance added to NeatGraphStore

[0.78.5] - 05-06-24

Changed

  • Increased upper bound on fastapi dependency.

[0.78.4] - 05-06-24

Added

  • AssetsExtractor graph extractor added.

[0.78.3] - 03-06-24

Added

  • MultiValueType for the Information Architect rules, allowing multiple value types for a property.

Improved

  • InferenceImporter is retaining information on multi value type for properties.

[0.78.2] - 31-05-24

Improved

  • OWLImporter is now opinionated and will attempt to make the imported ontology compliant with the rules.

[0.78.1] - 30-05-24

Added

  • Added RulesInferenceFromRdfFile to the step library

[0.78.0] - 30-05-24

Added

  • make_compliant feature added to InferenceImporter producing compliant rules from a knowledge graph.

[0.77.10] - 23-05-30

Changed

  • Increased upper bound on uvicorn dependency.

[0.77.9] - 23-05-24

Added

  • InferenceImporter added to the core library enabling inference of rules from a graph.

[0.77.8] - 23-05-24

Fixed

  • In the conversion form Information to DMS Rules, when referencing a class in reference rules, the implements
    was not set correctly. This is now fixed.
  • In the new implementation of the conversion between Information and DMS rules, containers that already exist
    in a last or reference rule object were recreated. This is now fixed.

[0.77.7] - 23-05-24

Fixed

  • In the DMSImporter, if you imported a data model with multiple views referencing the same direct property
    in a container, it would return an error. This is allowed and thus no longer return an error.
  • There was an edge case that could cause the conversion between Information and DMS rules to fail with
    MissingContainerError. The conversion is now reimplemented to ensure that Information rules always
    will create the necessary containers in the conversion to DMS rules.

[0.77.6] - 23-05-24

Improves

  • Documentation on how to use raw filter
  • Added a simple example of Rules with raw filter
  • Added new test for raw filter

[0.77.5] - 23-05-24

Fixed

  • DMSExporter creates the schema depending on extension in metadata field as defined in the
    documentation.