Skip to content

Commit 5904a4b

Browse files
authored
Bump version to v2.6.1 and update changelog
1 parent 3ccae29 commit 5904a4b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
# v2.6.0 Intel® Geti™ SDK (03-12-2024)
1+
# v2.6.1 Intel® Geti™ SDK (02-01-2024)
2+
## What's Changed
3+
* CVS-159908 - Fix empty label ID in configuration [develop] by @maxxgx in https://github.com/openvinotoolkit/geti-sdk/pull/534
4+
5+
## New Contributors
6+
* @maxxgx made their first contribution in https://github.com/openvinotoolkit/geti-sdk/pull/534
7+
8+
**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v2.6.0...v2.6.1
9+
10+
11+
# v2.6.0 Intel® Geti™ SDK (26-12-2024)
212
## What's Changed
313
* Updated model representation to that of Geti V2.6 by @Daankrol in https://github.com/openvinotoolkit/geti-sdk/pull/523
14+
* Mark model response fields as deprecated in 2.6 instead of removed by @leoll2 in https://github.com/openvinotoolkit/geti-sdk/pull/528
15+
* Fix VCR config for unset proxy by @leoll2 in https://github.com/openvinotoolkit/geti-sdk/pull/527
16+
* Tolerate extra keys when deserializing HTTP response by @leoll2 in https://github.com/openvinotoolkit/geti-sdk/pull/529
17+
* CVS-154056 Update training/optimization endpoint paths by @leoll2 in https://github.com/openvinotoolkit/geti-sdk/pull/530
418

519
**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v2.5.0...v2.6.0
620

geti_sdk/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions
1313
# and limitations under the License.
1414

15-
__version__ = "2.6.0"
15+
__version__ = "2.6.1"

0 commit comments

Comments
 (0)