Skip to content

Commit 9c7c8ae

Browse files
author
ci
committed
prepare release v2.153.0
1 parent 3a8a2e7 commit 9c7c8ae

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## v2.153.0 (2023-05-09)
4+
5+
### Features
6+
7+
* Support npz archives in NumpyDeserializer
8+
* Add FasterTransformer DJL support
9+
* support for Sample Weights for SageMaker Autopilot
10+
11+
### Bug Fixes and Other Changes
12+
13+
* retry is_run assertion
14+
* Avoid 'AttributeError' for endpoint_name, if deploy() is not yet called
15+
* Fix LambdaStep Creation
16+
* Fix error when instance_count>1 in remote_function
17+
* Remove deprecated update_endpoint from deploy() args in TensorFlowModel
18+
* Update DJL deepspeed and fastertransformer DLC image uris
19+
* remote_function python version mismatch issue
20+
321
## v2.152.0 (2023-05-04)
422

523
### Features

VERSION

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

0 commit comments

Comments
 (0)