Skip to content

Commit 1e5363a

Browse files
authored
Merge branch 'master' into smdmp-1.10.0-doc
2 parents b1c4a10 + b4f05b8 commit 1e5363a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v2.100.0 (2022-07-18)
4+
5+
### Features
6+
7+
* upgrade to support python 3.10
8+
* Add target_model to support multi-model endpoints
9+
* Added support for feature group schema change and feature parameters
10+
11+
### Bug Fixes and Other Changes
12+
13+
* enable model.register without 'inference' & 'transform' instances
14+
* rename RegisterModel inner steps to prevent duplicate step names
15+
* remove primitive_or_expr() from conditions
16+
* support pipeline variables for spark processors run arguments
17+
* make 'ModelInput' field optional for inference recommendation
18+
* Fix processing image uri param
19+
* fix: neo inferentia as compilation target not using framework ver
20+
21+
### Documentation Changes
22+
23+
* SageMaker model parallel library v1.10.0 documentation
24+
* add detail & links to clarify docstrings
25+
326
## v2.99.0 (2022-07-08)
427

528
### Features

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.99.1.dev0
1+
2.100.1.dev0

0 commit comments

Comments
 (0)