Cognite-sdk

Latest version: v7.43.3

Safety actively analyzes 629765 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 80

7.30.0

Added
- `Properties` class, as used on e.g. `Node` and `Edge`, now renders in Jupyter Notebooks (`_repr_html_` added).

7.29.0

Added
- Direct access to the columns/data stored on raw rows have been added (alongside a `.get` method). Example usage:
`row["my_col"]` (short-cut for: `row.columns["my_col"]`).

7.28.2

Fixed
- Retrieving more than 100 containers, views, data models, or spaces no longer raises a `CogniteAPIError`.

7.28.1

Fixed
- Fixed issue causing multipart file upload to fail when mime-type was set.

7.28.0

Added
- Added support for advanced filter query in the `list()` (and `__call__()`) method of `assets`, `events`, `sequences`,
and `time_series` APIs. Now you are able to use advanced filter (like in `filter()`) at the same time as the simple
filter properties, allowing for more complex requests.
- Added missing `sort` parameter to `list()` and `__call__()` methods for `AssetsAPI`.
- Added missing `sort` parameter to `list()` and `__call__()` methods for `TimeSeriesAPI`.
- Added missing `sort` and `partitions` parameters to `list()` and `__call__()` methods for `SequencesAPI`.
Deprecated
- Added a deprecation warning on the `filter()` method of `assets`, `events`, `sequences`, and `time_series` APIs as
its functionality is fully covered by the `list()` method.

7.27.2

Added
- Retry 429s on graphql endpoints

Page 7 of 80

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.