Skip to content

Commit 07fd6a6

Browse files
authored
Merge branch 'master' into patch-1
2 parents ef4c941 + 9dabdcb commit 07fd6a6

File tree

460 files changed

+7039
-1149
lines changed

Some content is hidden

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

460 files changed

+7039
-1149
lines changed

CHANGELOG.md

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

3+
## v2.50.0 (2021-07-28)
4+
5+
### Features
6+
7+
* add KIX region to image_uris
8+
9+
### Bug Fixes and Other Changes
10+
11+
* Rename `PredictorBase.delete_endpoint` as `PredictorBase.delete_predictor`
12+
* incorrect default argument for callback output parameter
13+
14+
### Documentation Changes
15+
16+
* Remove years from copyright boilerplate
17+
* Fix documentation formatting for PySpark and SparkJar processors
18+
19+
### Testing and Release Infrastructure
20+
21+
* enable py38 tox env
22+
23+
## v2.49.2 (2021-07-21)
24+
25+
### Bug Fixes and Other Changes
26+
27+
* order of populating container list
28+
* upgrade Adobe Analytics cookie to 3.0
29+
30+
## v2.49.1 (2021-07-19)
31+
32+
### Bug Fixes and Other Changes
33+
34+
* Set flag when debugger is disabled
35+
* KMS Key fix for kwargs
36+
* Update BiasConfig to accept multiple facet params
37+
38+
### Documentation Changes
39+
40+
* Update huggingface estimator documentation
41+
42+
## v2.49.0 (2021-07-15)
43+
44+
### Features
45+
46+
* Adding serial inference pipeline support to RegisterModel Step
47+
48+
### Documentation Changes
49+
50+
* add tuning step get_top_model_s3_uri and callback step to doc
51+
* links for HF in sdk
52+
* Add Clarify module to Model Monitoring API docs
53+
54+
## v2.48.2 (2021-07-12)
55+
56+
### Bug Fixes and Other Changes
57+
58+
* default time for compilation jobs
59+
* skip hf inference test
60+
61+
## v2.48.1 (2021-07-08)
62+
63+
### Bug Fixes and Other Changes
64+
65+
* skip HF inference test
66+
* remove upsert from test_workflow
67+
68+
### Documentation Changes
69+
70+
* Add Hugging Face docs
71+
* add tuning step to doc
72+
73+
## v2.48.0 (2021-07-07)
74+
75+
### Features
76+
77+
* HuggingFace Inference
78+
79+
### Bug Fixes and Other Changes
80+
81+
* add support for SageMaker workflow tuning step
82+
83+
## v2.47.2.post0 (2021-07-01)
84+
85+
### Documentation Changes
86+
87+
* smddp 1.2.1 release note / convert md to rst
88+
* add smd model parallel 1.4.0 release note / restructure doc files
89+
90+
## v2.47.2 (2021-06-30)
91+
92+
### Bug Fixes and Other Changes
93+
94+
* handle tags when upsert pipeine
95+
96+
## v2.47.1 (2021-06-27)
97+
98+
### Bug Fixes and Other Changes
99+
100+
* revert "fix: jsonGet interpolation issue 2426 + allow step depends on pass in step instance (#2477)"
101+
102+
## v2.47.0 (2021-06-25)
103+
104+
### Features
105+
106+
* support job_name_prefix for Clarify
107+
108+
### Bug Fixes and Other Changes
109+
110+
* Add configuration option with headers for Clarify Explainability
111+
* jsonGet interpolation issue 2426 + allow step depends on pass in step instance
112+
* add default retries to feature group ingestion.
113+
* Update using_pytorch.rst
114+
* kms key does not propapate in register model step
115+
* Correctly interpolate Callback output parameters
116+
117+
## v2.46.1 (2021-06-22)
118+
119+
### Bug Fixes and Other Changes
120+
121+
* Register model step tags
122+
123+
### Documentation Changes
124+
125+
* update to include new batch_get_record api call
126+
* Correct type annotation for TrainingStep inputs
127+
* introduce input mode FastFile
128+
* update hf transformer version
129+
130+
## v2.46.0 (2021-06-15)
131+
132+
### Features
133+
134+
* Add HF transformer version 4.6.1
135+
136+
### Bug Fixes and Other Changes
137+
138+
* encode localmode payload to UTF-8
139+
* call DescribeDomain as fallback in get_execution_role
140+
* parameterize PT and TF version for HuggingFace tests
141+
142+
### Documentation Changes
143+
144+
* Add import statement in Batch Transform Overview doc
145+
3146
## v2.45.0 (2021-06-07)
4147

5148
### Features

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Amazon SageMaker Python SDK
2-
Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ However, if you are using an IAM role with a path in it, you should grant permis
103103

104104
Licensing
105105
~~~~~~~~~
106-
SageMaker Python SDK is licensed under the Apache 2.0 License. It is copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. The license is available at:
106+
SageMaker Python SDK is licensed under the Apache 2.0 License. It is copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. The license is available at:
107107
http://aws.amazon.com/apache2.0/
108108

109109
Running tests

VERSION

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

ci-scripts/displaytime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License"). You
55
# may not use this file except in compliance with the License. A copy of

ci-scripts/queue_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2019-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"). You
44
# may not use this file except in compliance with the License. A copy of

doc/_static/aws-ux-shortbread/index.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/_static/aws-ux-shortbread/init.js

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
(function (w) {
2+
w.URLSearchParams = w.URLSearchParams || function (searchString) {
3+
var self = this;
4+
self.searchString = searchString;
5+
self.get = function (name) {
6+
var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(self.searchString);
7+
if (results === null) {
8+
return null;
9+
}
10+
else {
11+
return decodeURI(results[1]) || 0;
12+
}
13+
};
14+
}
15+
})(window);
16+
17+
const queryString = window.location.search;
18+
const urlParams = new URLSearchParams(queryString);
19+
const lang = urlParams.get('lang')
20+
window.onload = function () {
21+
var domainName = window.location.hostname;
22+
23+
// remove an instance of shortbread if already exists
24+
var existingShortbreadEl = document.getElementById("awsccc-sb-ux-c");
25+
existingShortbreadEl && existingShortbreadEl.remove();
26+
27+
var shortbread = AWSCShortbread({
28+
domain: domainName,
29+
language: lang,
30+
//queryGeolocation: function (geolocatedIn) { geolocatedIn("EU") },
31+
});
32+
33+
shortbread.checkForCookieConsent();
34+
}

doc/amazon_sagemaker_featurestore.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,13 @@ example identifier to retrieve the record.
291291
record_identifier_value = str(2990130)
292292
featurestore_runtime.get_record(FeatureGroupName=transaction_feature_group_name, RecordIdentifierValueAsString=record_identifier_value)
293293
294+
You can use the ``batch_get_record`` function to retrieve multiple records simultaneously from your feature store. The following example uses this API to retrieve a batch of records.
295+
296+
.. code:: python
297+
298+
record_identifier_values = ["573291", "109382", "828400", "124013"]
299+
featurestore_runtime.batch_get_record(Identifiers=[{"FeatureGroupName": transaction_feature_group_name, "RecordIdentifiersValueAsString": record_identifier_values}])
300+
294301
An example response from the fraud detection example:
295302
296303
.. code:: python

doc/api/inference/model_monitor.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ Model Monitor
2626
:members:
2727
:undoc-members:
2828
:show-inheritance:
29+
30+
.. automodule:: sagemaker.model_monitor.clarify_model_monitoring
31+
:members:
32+
:undoc-members:
33+
:show-inheritance:

doc/api/training/sdp_versions/latest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Version 1.2.0 (Latest)
2+
Version 1.2.x (Latest)
33
======================
44

55
.. toctree::

doc/api/training/sdp_versions/latest/smd_data_parallel_tensorflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ TensorFlow API
157157

158158
.. rubric:: Supported versions
159159

160-
**TensorFlow 2.3.1, 2.4.1**
160+
**TensorFlow 2.3.1, 2.4.1, 2.5.0**
161161

162162
.. function:: smdistributed.dataparallel.tensorflow.init()
163163

doc/api/training/smd_data_parallel.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ Select a version to see the API documentation for version.
101101
Release Notes
102102
=============
103103

104-
New features, bug fixes, and improvements are regularly made to the SageMaker distributed data parallel library.
104+
New features, bug fixes, and improvements are regularly made to the SageMaker
105+
distributed data parallel library.
105106

106-
To see the the latest changes made to the library, refer to the library
107-
`Release Notes
108-
<https://github.com/aws/sagemaker-python-sdk/blob/master/doc/api/training/smd_data_parallel_release_notes/>`_.
107+
.. toctree::
108+
:maxdepth: 1
109+
110+
smd_data_parallel_release_notes/smd_data_parallel_change_log

doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)