Skip to content

Releases: cognitedata/neat

v0.67.4

14 Mar 11:19
4bfa506
Compare
Choose a tag to compare

[0.67.4] - 14-03-24

Fixed

  • Upgrade to cognite-sdk 7.28.2 which has fixed bug for retrieving more than 100 data models, containers,
    views, and spaces.

v0.67.0

07 Mar 10:42
de9efb2
Compare
Choose a tag to compare

[0.67.0] - 07-03-24

Fixed

  • Fixed issue with prefixes not being updated during GraphStore (oxi) reinitialization
  • Fixed graph store reset issue for JSON loader
  • Small UI adjustments and bug fixes

Added

  • Added rules browser to the UI. Now user can browse all rules in UI from local store .
  • Added configurable HTTP headers for DownloadDataFromRestApiToFile step. The feature is useful when the API requires specific headers to be set (has been requested by Cognite customer).

v0.66.1

06 Mar 16:50
392242c
Compare
Choose a tag to compare

v0.66.1

Fixed

  • Import DMS fails for data models without description. This is now fixed.

What's Changed

Full Changelog: v0.66.0...v0.66.1

v0.66.0

06 Mar 16:24
45ea072
Compare
Choose a tag to compare

v0.66.0

Added

  • Multiple experimental workflows Export DMS, Import DMS, Validate Solution Model, and Validate Rules

What's Changed

Full Changelog: v0.65.0...v0.66.0

v0.65.0

04 Mar 15:26
2281c7c
Compare
Choose a tag to compare

Added

  • Added support for scheduling on given weekdays for time trigger

PR Changed

Full Changelog: v0.64.0...v0.65.0

v0.64.0

21 Feb 17:37
a342ae6
Compare
Choose a tag to compare

Added

  • Added functionality to import and export global configuration file to and from CDF
  • Added "latest" flag for workflows in CDF and spreadsheets.
  • Added well formatted context viewer

Changed

  • Changed the way how workflows and rules loaded to CDF. Labels has been removed and replaced with additional metadata.

Improved

  • Improved UI around files upload and download. Improved File Uploader step.

v0.63.0

20 Feb 13:40
f7c5eb2
Compare
Choose a tag to compare

[0.63.0] - 20-02-24

Added

  • Added option to map edges as temporal solution prior shifting to Rules profiling

v0.62.1

14 Feb 11:53
b0ddd08
Compare
Choose a tag to compare

[0.62.1] - 14-02-24

Fixed

  • Issue of DeleteDMSSchemaComponents deleting components in all spaces
  • Issue of ExportRulesToOntology and ExportRulesToSHACL not creating missing folder

v0.62.0

08 Feb 15:33
07fd3dd
Compare
Choose a tag to compare

[0.62.0] - 08-02-24

Added

  • Added export_rules_to_ontology workflow
  • LoadGraphToRdfFile step to load graph to rdf file

Fixed

  • Issue of resetting graph for MemoryStore when loading graph from file
  • Issue of not respecting add_base_prefix == False

v0.61.0

08 Feb 11:20
2fab9fe
Compare
Choose a tag to compare

[0.61.0] - 06-02-24

Added

  • Ability to upload of all spaces components or only ones that are in space defined by Rules.metadata.space
  • Ability to remove of all spaces components or only ones that are in space defined by Rules.metadata.space

Improved

  • DMS Schema components upload report add to step ExportDMSSchemaComponentsToCDF
  • DMS Schema components removal report add to step DeleteDMSSchemaComponents
  • Handling of multiple steps

Removed

  • DataModelFromRulesToSourceGraph it is confusing step and needs more work to be useful
  • Workflows:
    • json_to_data_model_rules
    • sheet2cdf
    • skos2cdf

Changed

  • Renamed steps:

    • LoadTransformationRules to ImportExcelToRules
    • InstancesFromRdfFileToSourceGraph to ExtractGraphFromRdfFile
    • InstancesFromRulesToSolutionGraph to ExtractGraphFromRulesInstanceSheet
    • GraphCapturingSheetToGraph to ExtractGraphFromGraphCapturingSheet
    • GenerateMockGraph to ExtractGraphFromMockGraph
    • InstancesFromJsonToGraph to ExtractGraphFromJsonFile
    • InstancesFromAvevaPiAF to ExtractGraphFromAvevaPiAssetFramework
    • DexpiToGraph to ExtractGraphFromDexpiFile
    • GenerateCDFAssetsFromGraph to GenerateAssetsFromGraph
    • GenerateCDFRelationshipsFromGraph to GenerateRelationshipsFromGraph
    • GenerateCDFNodesAndEdgesFromGraph to GenerateNodesAndEdgesFromGraph
    • UploadCDFAssets to LoadAssetsToCDF
    • UploadCDFRelationships to LoadRelationshipsToCDF
    • UploadCDFNodes to LoadNodesToCDF
    • UploadCDFEdges to LoadEdgesToCDF
    • CreateCDFLabels to LoadLabelsToCDF
    • OpenApiToRules to `ImportOpenApiToRules
    • ArbitraryJsonYamlToRules to ImportArbitraryJsonYamlToRules
    • GraphToRules to ImportGraphToRules
    • OntologyToRules to ImportOntologyToRules
    • GraphQLSchemaFromRules to ExportGraphQLSchemaFromRules
    • OntologyFromRules to ExportOntologyFromRules
    • SHACLFromRules to ExportSHACLFromRules
    • GraphCaptureSpreadsheetFromRules to ExportRulesToGraphCapturingSheet
    • ExcelFromRules to ExportRulesToExcel
  • Renamed workflows:

    • graph_to_asset_hierarchy to extract_rdf_graph_generate_assets
    • dexpi2graph to extract_dexpi_graph_and_export_rules
    • ontology2data_model to import_ontology
  • Note this is a breaking change, but since we are on 0. version, we can do this.