diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2fa38e4d50..fc8b4c9882 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 ===== @@ -24,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 @@ -51,4 +57,3 @@ CHANGELOG ===== * Initial commit -