Skip to content

Commit 7fb9f48

Browse files
authored
Merge branch 'master' into feature-3563-add-lambda-func-parameters
2 parents f92782d + 0473a8e commit 7fb9f48

File tree

173 files changed

+8270
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+8270
-406
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
concurrency = threading
33
omit = sagemaker/tests/*
44
timid = True
5+
disable_warnings = module-not-measured

CHANGELOG.md

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

3+
## v2.142.0 (2023-03-27)
4+
5+
### Features
6+
7+
* combined model + script artifact
8+
9+
## v2.141.0 (2023-03-24)
10+
11+
### Features
12+
13+
* AutoGluon 0.7.0 image_uris update
14+
* Add DJL FasterTransformer image uris
15+
* EMR step runtime role support
16+
* locations for EMR configuration and Spark dependencies
17+
* Adding support for 1P Algorithms in ZAZ, ZRH, HYD, MEL
18+
19+
### Documentation Changes
20+
21+
* Update FeatureGroup kms key id documentation
22+
23+
## v2.140.1 (2023-03-21)
24+
25+
### Bug Fixes and Other Changes
26+
27+
* Fix cross account register model
28+
* Handle instance support for Hugging Face tests
29+
* Upgrade apache-airflow-providers-amazon version
30+
* build(deps): bump apache-airflow from 2.4.1 to 2.5.1
31+
* Mark test_create_model_package test for xfail
32+
* Disable module-not-measured warnings to avoid clutter in build logs
33+
34+
## v2.140.0 (2023-03-17)
35+
36+
### Features
37+
38+
* SDK changes for TRCOMP support
39+
40+
### Bug Fixes and Other Changes
41+
42+
* [Feature - Hugging Face] Update Transformers 4.26 - PyTorch 1.13.1 Image uri
43+
44+
## v2.139.0 (2023-03-15)
45+
46+
### Features
47+
48+
* Add XGBoost framework 1.7-1 version
49+
50+
### Bug Fixes and Other Changes
51+
52+
* Fix image_uris.retrieve() function to return ValueError when framework is not allowed for an instance_type
53+
354
## v2.138.0 (2023-03-13)
455

556
### Features

VERSION

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

doc/api/utility/config.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Config
2+
-------
3+
4+
.. automodule:: sagemaker.config.config
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)