Skip to content

Latest commit

 

History

History
354 lines (271 loc) · 26.4 KB

CHANGELOG.md

File metadata and controls

354 lines (271 loc) · 26.4 KB

v1.5.7 Intel® Geti™ SDK (30-05-2023)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.6...v1.5.7

v1.5.6 Intel® Geti™ SDK (23-05-2023)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.5...v1.5.6

v1.5.5 Intel® Geti™ SDK (15-05-2023)

What's Changed

  • Add param to disable certificate validation for data download helpers by @ljcornel in open-edge-platform#218

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.4...v1.5.5

v1.5.4 Intel® Geti™ SDK (11-05-2023)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.5.3...v1.5.4

v1.5.3 Intel® Geti™ SDK (10-05-2023)

What's Changed

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

v1.5.2 Intel® Geti™ SDK (08-05-2023)

What's Changed

New Contributors

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

v1.5.1 Intel® Geti™ SDK (26-04-2023)

What's Changed

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

v1.5.0 Intel® Geti™ SDK (24-04-2023)

What's Changed

New Contributors

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

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

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

v1.2.4 Intel® Geti™ SDK (27-03-2023)

What's Changed

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

v1.2.3 Intel® Geti™ SDK (13-03-2023)

What's Changed

New Contributors

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

v1.2.2 Intel® Geti™ SDK (28-02-2023)

What's Changed

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

v1.2.1 Intel® Geti™ SDK (02-02-2023)

What's Changed

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

v1.2 Intel® Geti™ SDK (24-01-2023)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.1.1...v1.2.0

v1.1.1 Intel® Geti™ SDK (20-12-2022)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.1.0...v1.1.1

v1.1.0 Intel® Geti™ SDK (15-12-2022)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.0.4...v1.1.0

v1.0.4 Intel® Geti™ SDK (08-12-2022)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.0.3...v1.0.4

v1.0.3 Intel® Geti™ SDK (25-11-2022)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.0.2...v1.0.3

v1.0.2 Intel® Geti™ SDK (17-11-2022)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.0.1...v1.0.2

v1.0.1 Intel® Geti™ SDK (11-11-2022)

What's Changed

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v1.0.0...v1.0.1

v1.0.0 Intel® Geti™ SDK (04-11-2022)

What's Changed

Breaking Changes

  • The Geti class now has SSL certificate validation enabled by default. This will result in an error when connecting to a server with a certificate that can't be validated. Note that it is still possible to disable certificate validation by passing verify_certificate = False when initializing the Geti instance. Please note that disabling certificate validation is unsafe and should only be considered in a secure network environment.

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v0.2.4...v1.0.0rc1

v0.2.4 Intel® Geti™ SDK (25-10-2022)

What's Changed

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

v0.2.3 Intel® Geti™ SDK (06-10-2022)

What's Changed

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

v0.2.2 Intel® Geti™ SDK (04-10-2022)

What's Changed

  • Add coverage report to pre-merge and nightly test artifacts by @ljcornel in open-edge-platform#47
  • Correctly set permissions on extracted files for anomaly dataset by @ljcornel in open-edge-platform#51
  • Update pytest-cov requirement from ==3.0.* to ==4.0.* in /requirements by @dependabot in open-edge-platform#50
  • Update pillow requirement from ==9.1.* to ==9.2.* in /requirements by @dependabot in open-edge-platform#48
  • Workflow update: Run nightly and integration tests in one step and get coverage by @ljcornel in open-edge-platform#53

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

v0.2.1 Intel® Geti™ SDK (30-09-2022)

What's Changed

New Contributors

Full Changelog: https://github.com/openvinotoolkit/geti-sdk/compare/v0.2.0...v0.2.1

v0.2.0 Intel® Geti™ SDK (27-09-2022)

This is the first official release of the Intel® Geti™ Software Development Kit (SDK).

The purpose of this SDK is twofold:

  1. Provide an easy-to-use interface to the Intel® Geti™ platform, to manipulate Intel® Geti™ projects and other entities or automate tasks on the platform. All of this from a Python script or Jupyter notebook.

  2. Provide an API to deploy and run models trained on the Intel® Geti™ server on your local machine. The SDK Deployment module provides a straightforward route to create a deployment for your Intel® Geti™ project, save it to a local disk and run it offline.

This SDK includes various example scripts and Jupyter notebooks which illustrate a range of use cases for the SDK. Make sure to check them out if you're getting started!