Skip to content

Commit f7eaa3d

Browse files
author
ci
committed
prepare release v1.50.2
1 parent 95014ba commit f7eaa3d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## v1.50.2 (2020-01-14)
4+
5+
### Bug fixes and other changes
6+
7+
* add tests to quick canary
8+
* honor 'wait' flag when updating endpoint
9+
* add default framework version warning message in Model classes
10+
* Adding role arn explanation for sagemaker role
11+
* allow predictor to be returned from AutoML.deploy()
12+
* add PR checklist item about unique_name_from_base()
13+
* use unique_name_from_base for multi-algo tuning test
14+
* update copyright year in license header
15+
16+
### Documentation changes
17+
18+
* add version requirement for using "requirement.txt" when serving a PyTorch model
19+
* add SageMaker Debugger overview
20+
* clarify requirements.txt usage for Chainer, MXNet, and Scikit-learn
21+
* change "associate" to "create" for OpenID connector
22+
* fix typo and improve clarity on installing packages via "requirements.txt"
23+
324
## v1.50.1 (2020-01-07)
425

526
### Bug fixes and other changes

VERSION

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

0 commit comments

Comments
 (0)