Skip to content

Commit 64eee1d

Browse files
Merge branch 'master' into master
2 parents 80b71e2 + 5d65e84 commit 64eee1d

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _Put an `x` in the boxes that apply. You can also fill these out after creating
1111
#### General
1212

1313
- [ ] I have read the [CONTRIBUTING](https://github.com/aws/sagemaker-python-sdk/blob/master/CONTRIBUTING.md) doc
14-
- [ ] I certify that the changes I am introducing will be backword compatible, and I have discussed concerns about this, if any, with the Python SDK team
14+
- [ ] I certify that the changes I am introducing will be backward compatible, and I have discussed concerns about this, if any, with the Python SDK team
1515
- [ ] I used the commit message format described in [CONTRIBUTING](https://github.com/aws/sagemaker-python-sdk/blob/master/CONTRIBUTING.md#committing-your-change)
1616
- [ ] I have passed the region in to all S3 and STS clients that I've initialized as part of this change.
1717
- [ ] I have updated any necessary documentation, including [READMEs](https://github.com/aws/sagemaker-python-sdk/blob/master/README.rst) and [API docs](https://github.com/aws/sagemaker-python-sdk/tree/master/doc) (if appropriate)

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.112.1 (2022-10-10)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* fix(local-mode): loosen docker requirement to allow 6.0.0
8+
* CreateModelPackage API error for Scikit-learn and XGBoost frameworkss
9+
310
## v2.112.0 (2022-10-09)
411

512
### Features

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.112.1.dev0
1+
2.112.2.dev0

src/sagemaker/image_uri_config/neo-tensorflow.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
"1.12.0": "1.15.3",
1414
"1.13.0": "1.15.3",
1515
"1.14.0": "1.15.3",
16-
"2.4": "2.4.2",
17-
"2.4.0": "2.4.2",
18-
"2.4.1": "2.4.2",
19-
"2.4.2": "2.4.2"
16+
"2.4": "2.9.2",
17+
"2.4.0": "2.9.2",
18+
"2.4.1": "2.9.2",
19+
"2.4.2": "2.9.2",
20+
"2.9": "2.9.2",
21+
"2.9.0": "2.9.2",
22+
"2.9.2": "2.9.2"
2023
},
2124
"versions": {
2225
"1.15.3": {
@@ -49,7 +52,7 @@
4952
},
5053
"repository": "sagemaker-inference-tensorflow"
5154
},
52-
"2.4.2": {
55+
"2.9.2": {
5356
"py_versions": ["py3"],
5457
"registries": {
5558
"af-south-1": "774647643957",

0 commit comments

Comments
 (0)