Skip to content

Commit

Permalink
build: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Jan 6, 2025
1 parent 05c49e4 commit cf54e9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ Changes are grouped as follows:
values types that are not part of the data model. This ensures that the data model is self-contained. This is solved
by dropping all properties that have a value type that is not part of the data model.
- The `neat.to.cdf.instances(...)` now correctly ignores read-only properties when creating instances in CDF.
- The `neat.mapping.data_model.classic_to_core(...)` now automatically includes the `path`and `root` properties
when mapping to `CogniteAsset`
- Reading sequences from CDF using `read.cdf.classic.graph(...)` now includes `rows`. In addition, the `columns` are
now created as a list and not a blob.

### Changed
- The `neat.mapping.data_model.classic_to_core(...)` now includes all connection properties from the view that
it is implementing.

## [0.104.0] - 20-12-**2024**
### Improved
- When using a `NeatSession` object in a notebook. The return issues now has context for what actions they
Expand Down

0 comments on commit cf54e9b

Please sign in to comment.