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 57 of 80

2.53.1

Fixed
- Fixed destination type decoding of `transformation.destination`

2.53.0

Added
- Annotations implementation, providing access to the corresponding [Annotations API](https://docs.cognite.com/api/v1/#tag/Annotations).
- Added `Annotation`, `AnnotationFilter`, `AnnotationUpdate` dataclasses to `cognite.client.data_classes`
- Added `annotations` API to `cognite.client.CogniteClient`
- **Create** annotations with `client.annotations.create` passing `Annotation` instance(s)
- **Suggest** annotations with `client.annotations.suggest` passing `Annotation` instance(s)
- **Delete** annotations with `client.annotations.delete` passing the id(s) of annotation(s) to delete
- **Filter** annotations with `client.annotations.list` passing a `AnnotationFilter `dataclass instance or a filter `dict`
- **Update** annotations with `client.annotations.update` passing updated `Annotation` or `AnnotationUpdate` instance(s)
- **Get single** annotation with `client.annotations.retrieve` passing the id
- **Get multiple** annotations with `client.annotations.retrieve_multiple` passing the ids

Changed
- Reverted the optimizations introduced to datapoints fetching in 2.47.0 due to buggy implementation.

2.51.0

Added
- added the new geo_location field to the Asset resource

2.50.2

Fixed
- Geospatial: fix FeatureList.from_geopandas issue with optional properties

2.50.1

Fixed
- Geospatial: keep feature properties as is

2.50.0

Changed
- Geospatial: deprecate update_feature_types and add patch_feature_types

Page 57 of 80

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.