Skip to content

Commit abe0a41

Browse files
author
ci
committed
prepare release v2.200.0
1 parent 45166be commit abe0a41

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## v2.200.0 (2023-12-13)
4+
5+
### Deprecations and Removals
6+
7+
* remove explicit `partitions` key requirement on pysdk side.
8+
9+
### Features
10+
11+
* add non-repeating config logger
12+
* Add SageMaker Geospatial verison 1.x images
13+
* TGI 1.2.0 Image Uri
14+
* support model.register() with triton model
15+
* Enable retrieving function step results for local mode
16+
17+
### Bug Fixes and Other Changes
18+
19+
* TGI 1.3.1
20+
* excessive jumpstart instance type logging
21+
* Support local mode for remote function
22+
* `Session.download_data` can not download nested objects
23+
* Fix writing into non-closed file with git clone command
24+
* mitigation of xgboost container incompatibility with new version
25+
* update image and hardware validation with inf and graviton
26+
* remove two setuptools deprecations
27+
* minor jumpstart dev ex improvements
28+
* save utils fix
29+
* Correct DJL neuronx regions
30+
* delete unused file inference-experience-dev-tester.sh
31+
* Fix Experiment Run integ test w.r.t unexpected boto3 version
32+
* Bump test dependencies versions
33+
* fast follow on js uncompressed support - ModelBuilder
34+
* Modify Region List for Neuron Images (HF neuron/neuronx, PT Neuron)
35+
36+
### Documentation Changes
37+
38+
* Mention for custom Docker Image
39+
340
## v2.199.0 (2023-11-30)
441

542
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.199.1.dev0
1+
2.200.0

0 commit comments

Comments
 (0)