Skip to content

v0.90.2

Latest
Compare
Choose a tag to compare
@nikokaoja nikokaoja released this 09 Sep 08:29
· 21 commits to main since this release
0fa38e3

Changes from 0.88.3 until and including 0.90.2

  • Added:

    • DMSExtractor to extract instances from CDF into NeatStore.
    • Support for edges with properties, explicit node types, and units on fload64 and float32 in DMS Rules.
    • Support for enums in DMS Rules.
  • Improved:

    • Data model visualization reduced to export-only in the Knowledge Acquisition tutorial.
    • New video added for the Export Semantic Data Model chapter.
    • Default handling for connections and unknown value types in DMS rules.
    • Improved handling of properties pointing to non-existing nodes in data model inference.
    • Improved handling of cardinality for attribute properties and multiple predicates in concept definitions.
  • Changed:

    • Workflow renamed from Visualize_Semantic_Data_Model to Export_Semantic_Data_Model.
    • Breaking change: Removed InformationRules.as_dms_rules() method, use cognite.neat.rules.transformers and transform method instead.
  • Removed:

    • Visualize_Data_Model_Using_Mock_Graph removed from UI, leaving only the workflow builder and executor features.
  • Fixed:

    • File upload issue causing blank screens in UI.
    • Graph store step config issue preventing triple loading.
    • Circular dependency issue.
    • DMSLoader now correctly identifies edges and sets node types.
    • IMF rules importer issue with non-compliant identifiers.
    • Duplicate generation of properties.