Skip to content

Releases: cognitedata/neat

v0.39.1

08 Nov 12:24
679dc0b
Compare
Choose a tag to compare

[0.39.1] - 08-11-23

Fixed

  • Changed attributes, edges_one_to_one, edges_one_to_many instance to class property methods

v0.39.0

07 Nov 17:23
42bd667
Compare
Choose a tag to compare

[0.39.0] - 03-11-23

Fixed

  • Not allowing DMS non-compliant Rules to be turned into pydantic models

Added

  • class property methods to the generated pydantic models accessing descriptions and names of models and fields
  • controlling whether neat specific fields should be added or not to pydantic models using arg add_extra_fields
  • OntologyToRules step added to the step library

Improves

  • Documentation of rules_to_pydantic_models

[0.38.3] - 03-11-23

Fixed

[0.38.2] - 03-11-23

Fixed

  • Added type mapping for data type Date

[0.38.1] - 01-11-23

Fixed

  • Proper min_count for DMSImporter base on CDF View implementation

v0.38.0

02 Nov 11:46
6cfcecb
Compare
Choose a tag to compare

[0.38.0] - 31-10-23

Added

  • Ability to partially validate Rules
  • Description and name of fields added to rules generated pydantic models

v0.37.0

31 Oct 19:33
b0fb624
Compare
Choose a tag to compare

[0.37.0] - 31-10-23

Added

  • Configurable assets cleanup in GenerateCDFAssetsFromGraph step. Now user can specify if he/she wants to delete all ophan or circular assets or keep them.

Fixed

[0.36.0] - 30-10-23

Added

  • Added DMSImporter

[0.35.0] - 27-10-23

Improved

  • Improved stability and resource usage of Oxigraph when working with large graphs.

Added

  • Added InstancesFromAvevaPiAF step.

Fixed

  • UI bug fixes and improvements.

v0.34.0

30 Oct 09:24
dbd5750
Compare
Choose a tag to compare

[0.34.0] - 27-10-23

Improved

  • Bug fix: Removed condition not allowing an asset to change its parent asset.

[0.33.0] - 22-10-23

Improved

  • Implementation of class prefix to external ids for edges

[0.32.0] - 22-10-23

Improved

  • Refactor importers
  • Simplified data modeling flow by introducing RawRules as a first class citizen
  • Fix small bugs
  • Initiated refactor of exporters

[0.31.0] - 18-10-23

Added

  • Importer GraphImporter

Improved

  • Base importer with generic, yet configurable, exceptions

[0.30.0] - 11-10-23

Added

  • Three importers JSONImporter, YAMLImporter, and DictImporter.

[0.29.0] - 07-10-23

Changed

  • The importer owl2excel is written as a class OWLImporter. Note this is a breaking change, but
    since we are on 0. version, we can do this.

[0.28.0] - 07-10-23

Added

  • Classes for extractors MockGraphGenerator and GraphCapturingSheet available at cognite.neat.graph.extractors.

[0.27.1] - 07-10-23

Improved

  • Introduced container classes for Classes and Properties in TransformationRules. Implemented .to_pandas()
    methods for both classes.

[0.27.0] - 07-10-23

Added

  • neat support Python 3.10.

v0.26.1

05 Oct 09:05
d3bb284
Compare
Choose a tag to compare

Bug fix release

v0.26.0

03 Oct 17:18
e152ea7
Compare
Choose a tag to compare

[0.26.0] - 29-10-23
Added
Added rules2excel rules exporter. Now users can export rules from TransformationRules object to excel file.
Added rules generator step from arbitrary object (must be in json or yaml formats)
Added experimental rules parser from OpenApi/Swagger specification. It generates rules based on schema that is part of OpenApi specification.
Added version , source and docs_url metadata fields to Steps class.
[0.25.9] - 30-09-23
Fixed
Loading neat from environment variables, the variable NEAT_LOAD_EXAMPLES would always return true even if it was set to false. This is now fixed.

v0.25.8

21 Sep 10:18
516f0bc
Compare
Choose a tag to compare
  • Many UI improvements and bug fixes.
  • Improved data exploration capabilities.
  • Added functional code/text editor with capability to upload new resources (custom step , data dumps )
  • Added universal JSON to Graph extractor step.

v0.25.7

14 Sep 08:35
a7be9a7
Compare
Choose a tag to compare

[0.25.7] - 14-09-23

Added

  • Drop down menu for selection of property which hold value for nodes in Data Explorer

v0.25.6

12 Sep 19:24
bd16c9a
Compare
Choose a tag to compare

[0.25.6] - 12-09-23

Fixed

  • Fixed Nodes and Edges step
  • Fixed issues with regex

Added

  • Mock Graph Generation Step
  • Regex paterns from CDF API documentation