From 506feab646cd642aeea6684b0bc485f3074ff0e0 Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Tue, 27 Feb 2018 18:27:42 +0000 Subject: [PATCH 1/2] Update changelog for 1.1.0 --- CHANGELOG.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2fa38e4d50..f12d41b689 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,11 @@ CHANGELOG * feature: Estimators: add support for TensorFlow-1.5.0 * feature: Estimators: add support for MXNet-1.0.0 +* feature: Tests: use ``sagemaker_timestamp`` when creating endpoint names in integration tests +* feature: Session: print out billable seconds after training completes +* bug-fix: Estimators: fix LinearLearner and add unit tests +* bug-fix: Tests: fix timeouts for PCA async integration test +* feature: Predictors: allow ``predictor.predict()`` in the JSON serializer to accept dictionaries 1.0.4 ===== @@ -51,4 +56,3 @@ CHANGELOG ===== * Initial commit - From 7d43ca5bb1cf3fdbd44178ec82c72bea5d7a2eaa Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Tue, 27 Feb 2018 19:09:35 +0000 Subject: [PATCH 2/2] Add CLI to changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f12d41b689..fc8b4c9882 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -29,6 +29,7 @@ CHANGELOG * feature: Hyperparameters: add data_type to hyperparameters * feature: Documentation: update TensorFlow examples following API change * feature: Session: support multi-part uploads +* feature: add new SageMaker CLI 1.0.2