Skip to content

Commit 859d6de

Browse files
author
ci
committed
prepare release v1.1.0
1 parent ad802d0 commit 859d6de

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## v1.1.0 (2020-02-13)
4+
5+
### Features
6+
7+
* Add release to PyPI. Change package name to sagemaker-pytorch-inference.
8+
9+
### Bug Fixes and Other Changes
10+
11+
* Fix version.
12+
* Fix py2 test environment.
13+
* Adding changes for PyTorch 1.4.0 DLC
14+
* Update artifacts
15+
* Create __init__.py
16+
* run local GPU tests for Python 3
17+
* update: Update buildspec for PyTorch 1.3.1
18+
* update copyright year in license header
19+
* fix year in copyright license header
20+
* update gitignore
21+
* remove unused test files
22+
* add flake8 check to PR build
23+
* upgrade sagemaker to 1.48.0 for test dependencies
24+
* Updated Pillow version to 6.2.1
25+
* Add LABEL for port bind to 1.2.0 and 1.3.1 dockerfiles
26+
* Updated awscli version
27+
* Added license file
28+
* Disabling logs in deep_learning_container.py
29+
* Wheel name typo fix
30+
* Bump inference-toolkit version and add mme label
31+
32+
### Documentation Changes
33+
34+
* Fix README.
35+
36+
### Testing and Release Infrastructure
37+
38+
* properly fail build if has-matching-changes fails
39+
* properly fail build if has-matching-changes fails
40+
341
## v1.0.5 (2019-08-05)
442

543
### Bug fixes and other changes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.6.dev0
1+
1.1.0

0 commit comments

Comments
 (0)