Skip to content

Commit 004b5b9

Browse files
authored
Merge branch 'master' into bump
2 parents 55d838d + c6dfcd2 commit 004b5b9

File tree

8 files changed

+912
-1
lines changed

8 files changed

+912
-1
lines changed

CHANGELOG.md

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

3+
## v2.146.0 (2023-04-13)
4+
5+
### Features
6+
7+
* Add support for JSON model inputs for Clarify Processor
8+
9+
### Bug Fixes and Other Changes
10+
11+
* Feature/list collection
12+
* improve reliability of Run integration test
13+
* Add a comment that smdataparallel lib excludes tf 2.12 support
14+
15+
### Documentation Changes
16+
17+
* Update reference to load run method in documentation
18+
319
## v2.145.0 (2023-04-06)
420

521
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.145.1.dev0
1+
2.146.1.dev0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Model Collection
2+
----------------
3+
4+
.. automodule:: sagemaker.collection
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+

0 commit comments

Comments
 (0)