Skip to content

Releases: cognitedata/neat

0.116.0

07 Mar 13:38
aab4753
Compare
Choose a tag to compare

Added

  • Core Data Model transformer that produces data model version that can
    be extended/edited by users
  • Convenience method for extension of core data model via subsetting of
    concepts ..read.cdf.core_data_model in NeatSession

Changed

  • Rename alpha to experimental flags
  • Update Extending Core Data Model tutorial in documentation

0.115.1

06 Mar 08:16
42d0f17
Compare
Choose a tag to compare

Improved

  • Give appropriate error messages if the user execute the NeatSessoin
    methods in the wrong order.

0.115.0

06 Mar 08:12
eda5a13
Compare
Choose a tag to compare

Added

  • Properties Min Count and Max Count to DMS sheet.

Removed

  • The properties Is List and Nullable are now deprecated in the DMS
    sheet, and instead derived from the Min CountandMax Count`.

0.114.0

05 Mar 13:45
3af1cbf
Compare
Choose a tag to compare

Changed

  • When running neat.to.cdf.data_models(existing='update') neat
    combines the data models/views/containers with the existing. For
    example, if you have a data model with 3 views and then you deploy a
    data model with 2 new views, the resulting model will have 5 views.

0.113.4

04 Mar 17:03
d3b11d0
Compare
Choose a tag to compare

Fixed

  • The neat.show.data_model() now supports visualization of multiple
    connections in the same directions between two views/classes.

0.113.3

04 Mar 15:11
a3a4785
Compare
Choose a tag to compare

Fixed

  • The neat.read.cdf() and neat.read.yaml(..., format="toolkit") no
    longer give a ResourceNotFoundError for containers that are required
    by the containers in the model and exists in CDF.

0.113.2

04 Mar 15:07
133fc63
Compare
Choose a tag to compare

Fixed

  • Reading the CogniteCore model,
    neat.read.examples.core_data_model(), no longer give warnings.

0.113.1

03 Mar 16:00
225a0b2
Compare
Choose a tag to compare

Fixed

  • The neat.to.cdf.instances() now removes the CogniteSourceSystem_
    prefix if it can if the data was read using the
    neat.read.cdf.classic.graph(...) method.

0.113.0

03 Mar 11:50
0a214eb
Compare
Choose a tag to compare

Added

  • NeatSession state checks prior execution of NeatSession methods.
    Checks are currently performed for existence of client, whether data
    model and instance store are empty or not

0.112.1

03 Mar 10:05
563ac41
Compare
Choose a tag to compare

Fixed

  • Reading a data model with a view with an equals filter on a property
    no longer raises a AttributeError: 'str' object has no attribute 'get'
    error.