Geti-sdk

Latest version: v1.16.1

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

Scan your dependencies

Page 3 of 6

1.5.2

Not secure
What's Changed
* Add score NoneType check in summary function of ProjectStatus by harimkang in https://github.com/openvinotoolkit/geti-sdk/pull/208
* Update `OptimizedModel` data model by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/209
* Update datumaro requirement from ==1.1.* to ==1.2.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/206

New Contributors
* harimkang made their first contribution in https://github.com/openvinotoolkit/geti-sdk/pull/208

**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.1...v1.5.2

1.5.1

Not secure
What's Changed
* Update hashing algorithm to `sha3_512` by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/204
* Bump otx from 1.1.2 to 1.2.0 in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/203
* Update ipython requirement from ==8.11.* to ==8.12.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/202


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.0...v1.5.1

1.5.0

Not secure
What's Changed
* Pin orjson version to 3.8.8 to avoid installation error by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/178
* Fix nightly tests for classification project by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/179
* Add workaround to set output blob name if not set by model adapter by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/180
* Add workflow to publish to TestPyPI by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/185
* Filter on polygons when setting Datum segmentation dataset by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/184
* Add `explain` method for deployment by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/183
* Remove duplicate annotations for datumaro dataset items by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/186
* Remove specific geti version tests by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/187
* Add python version compatibility table to README by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/189
* Add test for python 3.10 by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/188
* Use absolute URLs for links in readme by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/190
* Fix explain for segmentation and anomaly models by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/191
* Replace the deprecated `DatasetItem.image()` in DatumAnnotationReader by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/192
* Update datumaro requirement from ==1.0.* to ==1.1.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/175
* Update pillow requirement from ==9.4.* to ==9.5.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/182
* Pagination for project fetching by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/197
* Use pagination when fetching all the projects by leoll2 in https://github.com/openvinotoolkit/geti-sdk/pull/193
* Fix dataset filtering issue for Datumaro annotation reader by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/194
* Update simplejson requirement from ==3.18.* to ==3.19.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/196
* Bump otx from 1.1.0 to 1.1.2 in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/195
* Update omegaconf requirement from ==2.1.* to ==2.3.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/120
* Add finalizer to remove demo project after nightly test by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/198
* Add support for additional datasets in project by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/199

New Contributors
* leoll2 made their first contribution in https://github.com/openvinotoolkit/geti-sdk/pull/193

**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.4.1...v1.5.0

[Pre-release] v1.4.1 Intel® Geti™ SDK (28-03-2023)
What's Changed
* Update otx requirement to `otx==1.1.0` by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/176
* Make model wrapper module namespace unique by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/177


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.4.0...v1.4.1

[Pre-release] v1.4.0 Intel® Geti™ SDK (27-03-2023)
What's Changed
* Migrate from `ote_sdk` to `otx.api` by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/166

Caution: Backwards incompatibility for project `Deployments`
This release breaks backwards compatibility with `deployments` created by earlier versions of the Intel® Geti™ platform. Please only update to this version of the Geti SDK if you are sure that your Intel® Geti™ server is also on version 1.4 or later.

**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.2.4...v1.4.0

1.2.4

What's Changed
* Update ipython requirement from ==8.10.* to ==8.11.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/172
* Fix `upload_and_predict_from_numpy.py` example by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/173
* Improve error handling for OVMS deployment by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/174


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.2.3...v1.2.4

1.2.3

What's Changed
* Fix saving images and annotations with non-ascii characters in their filename by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/160
* Update tqdm requirement from ==4.64.* to ==4.65.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/161
* Cvs-96625 Update image display method in `show_image_with_annotation_scene` by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/164
* Enable uploading data from nested subsets in DatumAnnotationReader by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/163
* Update datumaro requirement from ==0.4.* to ==1.0.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/155
* Update OptimizedModel and TaskStatus data models by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/165
* Formatting images and cell - Notebook 102 suggestions by paularamo in https://github.com/openvinotoolkit/geti-sdk/pull/167
* Add notebook `102_from_zero_to_hero` by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/159
* Demo Zero to Hero in 9 steps by paularamo in https://github.com/openvinotoolkit/geti-sdk/pull/154
* Fix deployment saving mechanism and handle errors by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/170
* Add ovmsclient to base requirements by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/169
* Issue 168: Fix tempdir cleanup in `DeployedModel` by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/171

New Contributors
* paularamo made their first contribution in https://github.com/openvinotoolkit/geti-sdk/pull/167

**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.2.2...v1.2.3

1.2.2

What's Changed
* Enable OVMS deployment by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/148
* Minor fixes for notebook 010 by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/149
* Update ipython requirement from ==8.9.* to ==8.10.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/151
* Add performance hint to the ovms config by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/152
* Fix bug in deployment resource clean up method by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/153
* Update python-dotenv requirement from ==0.21.* to ==1.0.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/156
* Add a short sleep in `Geti.upload_project` after media upload by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/157
* Add OVMS deployment resources to manifest by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/158


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.2.1...v1.2.2

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.