Skip to content

Releases: openvinotoolkit/geti-sdk

Geti SDK v1.16.1

22 Apr 09:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.16.1

Geti SDK v1.16.0

19 Apr 07:29
fb10784
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.0...v1.16.0

Geti SDK v1.15.0

12 Mar 11:08
Compare
Choose a tag to compare

This release makes the SDK compatible for Intel® Geti™ v1.15. The majority of the changes is focused on that, but below is a list of other changes that are worth mentioning.

Release Highlights

  • Add compatibility for Intel® Geti™ v1.15. Note that we maintain backwards compatibility for models created in Intel® Geti™ v1.8: This means that the SDK can run inference on deployments from both the latest Intel® Geti™ on-prem and Intel® Geti™ cloud-based release.
  • Add benchmarking functionality for deployments through the Benchmarker class, as well as a new notebook to demonstrate this feature.
  • Improve the job monitoring feature, job progression is now displayed via progress bars.
  • Image and annotation upload and download now uses multithreading, greatly speeding up the process.
  • A new notebook demonstrating an end-to-end workflow, from model creation to deployment, was added to notebooks/use_cases.
  • Multiple dependency updates, minor bug fixes and documentation improvements.

What's Changed

New Contributors

Full Changelog: v.1.8.2...v1.15.0

Geti SDK v1.8.2

22 Feb 13:01
Compare
Choose a tag to compare

v1.8.2 Intel® Geti™ SDK (22-02-2024)

What's Changed

  • Update opencv-python requirement to 4.9.*
  • Update Pillow requirement to 10.2.*
  • Update otx requirement to 4.4.4
  • Add backwards compatibility for anomaly model deployment

Full Changelog: v.1.8.1...v.1.8.2

Geti SDK v1.8.1

20 Nov 11:36
Compare
Choose a tag to compare

What's Changed

  • Update pytest requirement from ==7.3.* to ==7.4.* in /requirements by @dependabot in #261
  • Update pytest-env requirement from ==0.8.* to ==1.0.* in /requirements by @dependabot in #275
  • Update various dependencies by @ljcornel in #288

Full Changelog: v.1.8.0...v.1.8.1

Geti SDK v1.8.0

20 Oct 11:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.8...v.1.8.0

Geti SDK v1.8.0rc3

04 Sep 08:59
Compare
Choose a tag to compare
Geti SDK v1.8.0rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.8rc2...v1.8rc3

[pre-release] Geti SDK v1.8.0rc2

09 Aug 07:08
b8e5574
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Enable using pre-production dependencies in test builds by @ljcornel in #258
  • Update the list of third party programs by @ljcornel in #259
  • Require cryptography>=41.0.2 for security reasons by @ljcornel in #260
  • Fix for responding to Project Key values in the REST API by @harimkang in #264

Full Changelog: v1.8rc1...v1.8rc2

[pre-release] Geti SDK v1.8.0rc1

19 Jul 10:20
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.5.8...v1.8.0rc1

Geti SDK v1.5.8

19 Jun 10:06
Compare
Choose a tag to compare

What's Changed

  • Update vcrpy requirement from ==4.2.* to ==4.3.* in /requirements by @dependabot in #227
  • Specify correct project name in notebook 009 by @ljcornel in #229
  • Fix name of project to download in notebook 009 by @ljcornel in #233
  • Update pytest-cov requirement from ==4.0.* to ==4.1.* in /requirements by @dependabot in #231
  • upgrate isort to 5.12.0 to avoid runtime error in pre-commit in python 3.8 by @jihyeonyi in #235
  • Update all pre-commit hooks to latest versions by @ljcornel in #237
  • Add step_size field to configurable floats by @ljcornel in #241
  • Handle re-authentication during media upload robustly by @ljcornel in #244

New Contributors

Full Changelog: v1.5.7...v1.5.8