Skip to content

Commit 2cffe2f

Browse files
author
ci
committed
prepare release v1.55.4
1 parent 818f43a commit 2cffe2f

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

3+
## v1.55.4 (2020-04-17)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* use valid encryption key arg for S3 downloads
8+
* update sagemaker pytorch containers to external link
9+
* allow specifying model name when creating a Transformer from an Estimator
10+
* allow specifying model name in create_model() for TensorFlow, SKLearn, and XGBoost
11+
* allow specifying model name in create_model() for Chainer, MXNet, PyTorch, and RL
12+
13+
### Documentation Changes
14+
15+
* fix wget endpoints
16+
* add Adobe Analytics; upgrade Sphinx and docs environment
17+
* Explain why default model_fn loads PyTorch-EI models to CPU by default
18+
* Set theme in conf.py
19+
* correct transform()'s wait default value to "False"
20+
21+
### Testing and Release Infrastructure
22+
23+
* move unit tests for updating an endpoint to test_deploy.py
24+
* move Neo unit tests to a new file and directly use the Model class
25+
* move Model.deploy unit tests to separate file
26+
* add Model unit tests for delete_model and enable_network_isolation
27+
* skip integ tests in PR build if only unit tests are modified
28+
* add Model unit tests for prepare_container_def and _create_sagemaker_model
29+
* use Model class for model deployment unit tests
30+
* split model unit tests by Model, FrameworkModel, and ModelPackage
31+
* add Model unit tests for all transformer() params
32+
* add TF batch transform integ test with KMS and network isolation
33+
* use pytest fixtures in batch transform integ tests to train and upload to S3 only once
34+
* improve unit tests for creating Transformers and transform jobs
35+
* add PyTorch + custom model bucket batch transform integ test
36+
337
## v1.55.3 (2020-04-08)
438

539
### Bug Fixes and Other Changes

VERSION

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

0 commit comments

Comments
 (0)