Releases: cognitedata/neat
Releases · cognitedata/neat
0.116.0
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
inNeatSession
Changed
- Rename alpha to experimental flags
- Update Extending Core Data Model tutorial in documentation
0.115.1
Improved
- Give appropriate error messages if the user execute the
NeatSessoin
methods in the wrong order.
0.115.0
Added
- Properties
Min Count
andMax Count
to DMS sheet.
Removed
- The properties
Is List
andNullable
are now deprecated in the DMS
sheet, and instead derived from the Min Countand
Max Count`.
0.114.0
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
Fixed
- The
neat.show.data_model()
now supports visualization of multiple
connections in the same directions between two views/classes.
0.113.3
Fixed
- The
neat.read.cdf()
andneat.read.yaml(..., format="toolkit")
no
longer give aResourceNotFoundError
for containers that are required
by the containers in the model and exists in CDF.
0.113.2
Fixed
- Reading the
CogniteCore
model,
neat.read.examples.core_data_model()
, no longer give warnings.
0.113.1
Fixed
- The
neat.to.cdf.instances()
now removes theCogniteSourceSystem_
prefix if it can if the data was read using the
neat.read.cdf.classic.graph(...)
method.
0.113.0
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
Fixed
- Reading a data model with a view with an equals filter on a property
no longer raises aAttributeError: 'str' object has no attribute 'get'
error.