* bug-fix: get_execution_role no longer fails if user can't call get_role * bug-fix: Session: use existing model instead of failing during ``create_model()`` * enhancement: Estimator: allow for different role from the Estimator's when creating a Model or Transformer
1.7.0
Not secure
* feature: Transformer: add support for batch transform jobs * feature: Documentation: add instructions for using Pipe Mode with TensorFlow
1.6.1
Not secure
* feature: Added multiclass classification support for linear learner algorithm.
1.6.0
Not secure
* feature: Add Chainer 4.1.0 support
1.5.4
Not secure
* feature: Added Docker Registry for all 1p algorithms in amazon_estimator.py * feature: Added get_image_uri method for 1p algorithms in amazon_estimator.py * Support SageMaker algorithms in FRA and SYD regions
1.5.3
Not secure
* bug-fix: Can create TrainingJobAnalytics object without specifying metric_names. * bug-fix: Session: include role path in ``get_execution_role()`` result * bug-fix: Local Mode: fix RuntimeError handling