Skip to content

Commit b3b8a9d

Browse files
author
ci
committed
prepare release v0.1.0
1 parent fd4bcce commit b3b8a9d

File tree

2 files changed

+128
-1
lines changed

2 files changed

+128
-1
lines changed

CHANGELOG.md

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,132 @@
11
# Changelog
22

3+
## v0.1.0 (2020-02-12)
4+
5+
### Features
6+
7+
* Add release to PyPI. Change package name to sagemaker-tensorflow-training.
8+
9+
### Bug Fixes and Other Changes
10+
11+
* pin awscli to latest version
12+
* Pin awscli to latest
13+
* bump smdebug version to 0.5.0.post0
14+
* update: Update awscli version and remove related pins
15+
* update: Update buildspec for TF 1.15.0
16+
* update copyright year in license header
17+
* update: Release TF 1.15.0 dockerfiles
18+
* use regional endpoint for STS in builds
19+
* update documentation link in warning message
20+
* update instance type region availability.
21+
* license file was missing from root of repo.
22+
* install tensorflow<2.0
23+
* merge dockerfiles
24+
* move script mode branch to master
25+
* use last legacy mode version for --framework-version test arg default
26+
* Pin pytest and pluggy to work around configparser error
27+
* Use multiprocessing.Process to launch parameter server
28+
* increase grpc message size limit to 2gb
29+
* Fix typo in serving method name
30+
* restore python-dev package in image
31+
* Add default tag to functional tests
32+
* update link to correct docs
33+
* Add EI Dockerfile for 1.11
34+
* Add EI documentation within README
35+
* add Dockerfile for EI
36+
* Use get_closest_marker instead of get_marker
37+
* Add docker files of TF 1.12
38+
* Default GRPC timeout for EI & Allow timeout to be configurable
39+
* remove requests from test dependencies
40+
* catch RpcError due to change in GRPC
41+
* Icywang86rui gpu fix
42+
* Read port range from container support for TFS port
43+
* Unfreeze requests version
44+
* export_saved_model: copy asset files
45+
* add port to dockerfile
46+
* Updated TF Pipe Mode Version
47+
* Fix MKL setting
48+
* Set MKL vars plus tests
49+
* increase test timeout
50+
* Add back https to S3
51+
* Add 1.11.0 CPU and GPU Dockerfile
52+
* pin requests version
53+
* fix memory leak in serving
54+
* Update region in s3 boto client in serve
55+
* Update readme with instructions for 1.9.0 and above
56+
* Fix deserialization of dicts for json predict requests
57+
* Add dockerfile and update test for tensorflow 1.10.0
58+
* Support tensorflow 1.9.0
59+
* Add integ tests to verify that tensorflow in gpu-image can access gpu-devices.
60+
* train on 3 epochs for pipe mode test
61+
* Change error classes used by _default_input_fn() and _default_output_fn()
62+
* Changing assertion to check only existence
63+
* Install sagemaker-tensorflow from pypi. Add MKL environment variables for TF 1.8
64+
* get most recent saved model to export
65+
* pip install tensorflow 1.8 in 1.8 cpu image
66+
* install tensorflow extensions
67+
* upgrade cpu binaries in docker build
68+
* Force upgrade of the framework binaries to make sure the right binaries are installed.
69+
* Add Pillow to pip install list
70+
* Increase train steps for cifar distributed test to mitigate race condition
71+
* Add TensorFlow 1.8 dockerfiles
72+
* Add TensorFlow 1.7 dockerfiles
73+
* Explain how to download tf binaries from PyPI
74+
* Allow training without S3
75+
* Fix hyperparameter name for detecting a tuning job
76+
* Checkout v1.4.1 tag instead of r1.4 branch
77+
* Move processing of requirements file in.
78+
* Generate checkpoint path using TRAINING_JOB_NAME environment variable if needed
79+
* Wrap user-provided model_fn to pass arguments positionally (maintains compatibility with existing behavior)
80+
* Add more unit tests for trainer, fix __all__ and rename train.py to avoid import conflict
81+
* Use regional endpoint for S3 client
82+
* Update README.rst
83+
* Pass input_channels to eval_input_fn if defined
84+
* Fix setup.py to refer to renamed README
85+
* Add test and build instructions
86+
* Fix year in license headers
87+
* Add TensorFlow 1.6
88+
* Add test instructions in README
89+
* Add container support to install_requires
90+
* Add Apache license headers
91+
* Use wget to install tensorflow-model-server
92+
* Fix file path for integ test
93+
* Fix s3_prefix path in integ test
94+
* Fix typo in path for integ test
95+
* Add input_channels to train_input_fn interface.
96+
* Update logging and make serving_input_fn optional.
97+
* remove pip install in tensorflow training
98+
* Modify integration tests to run nvidia-docker for gpu
99+
* add h5py for keras models
100+
* Add local integ tests & resources
101+
* Restructure repo to use a directory per TF version for dockerfiles
102+
* Rename "feature_map" variables to "feature_dict" to avoid overloading it with the ML term "feature map"
103+
* Copying in changes from internal repo:
104+
* Add functional test
105+
* Fix FROM image names for final build dockerfiles
106+
* Add dockerfiles for building our production images (TF 1.4)
107+
* GPU Dockerfile and setup.py fixes
108+
* Add base image Dockerfiles for 1.4
109+
* Merge pull request #1 from aws/mvs-first-commit
110+
* first commit
111+
* Updating initial README.md from template
112+
* Creating initial file from template
113+
* Creating initial file from template
114+
* Creating initial file from template
115+
* Creating initial file from template
116+
* Creating initial file from template
117+
* Initial commit
118+
119+
### Documentation Changes
120+
121+
* update README.rst
122+
* Add link to TF 2.0 branch
123+
124+
### Testing and Release Infrastructure
125+
126+
* Add twine check during PR.
127+
* properly fail build if has-matching-changes fails
128+
* properly fail build if has-matching-changes fails
129+
3130
## v0.1.0 (2019-05-22)
4131

5132
### Bug fixes and other changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.8.dev0
1+
0.1.0

0 commit comments

Comments
 (0)