File tree 2 files changed +39
-1
lines changed
2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
41
## v1.0.5 (2019-08-05)
4
42
5
43
### Bug fixes and other changes
Original file line number Diff line number Diff line change 1
- 1.0.6.dev0
1
+ 1.1.0
You can’t perform that action at this time.
0 commit comments