-
Notifications
You must be signed in to change notification settings - Fork 1.6k
1.8.5rc2 version bump #518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nge are used to prevent updating requirements all the time.
# Conflicts: # .style.yapf # example/tutorial_atari_pong.py # example/tutorial_binarynet_cifar10_tfrecord.py # example/tutorial_bipedalwalker_a3c_continuous_action.py # example/tutorial_cartpole_ac.py # example/tutorial_cifar10.py # example/tutorial_cifar10_tfrecord.py # example/tutorial_dorefanet_cifar10_tfrecord.py # example/tutorial_frozenlake_dqn.py # example/tutorial_frozenlake_q_table.py # example/tutorial_generate_text.py # example/tutorial_imagenet_inceptionV3_distributed.py # example/tutorial_keras.py # example/tutorial_mlp_dropout2.py # example/tutorial_mnist.py # example/tutorial_mnist_distributed.py # example/tutorial_mnist_float16.py # example/tutorial_mnist_simple.py # example/tutorial_ptb_lstm.py # example/tutorial_ptb_lstm_state_is_tuple.py # example/tutorial_ternaryweight_cifar10_tfrecord.py # example/tutorial_tfrecord.py # example/tutorial_tfrecord2.py # example/tutorial_tfrecord3.py # example/tutorial_vgg16.py # example/tutorial_vgg19.py # example/tutorial_word2vec_basic.py # setup.cfg # tensorlayer/cost.py # tensorlayer/db.py # tensorlayer/deprecation.py # tensorlayer/distributed.py # tensorlayer/files.py # tensorlayer/iterate.py # tensorlayer/layers/binary.py # tensorlayer/layers/convolution.py # tensorlayer/layers/core.py # tensorlayer/layers/normalization.py # tensorlayer/layers/pooling.py # tensorlayer/layers/recurrent.py # tensorlayer/layers/spatial_transformer.py # tensorlayer/layers/special_activation.py # tensorlayer/models/mobilenetv1.py # tensorlayer/models/squeezenetv1.py # tensorlayer/models/vgg16.py # tensorlayer/nlp.py # tensorlayer/prepro.py # tensorlayer/utils.py # tensorlayer/visualize.py # tests/test_layers_convolution.py # tests/test_layers_core.py # tests/test_layers_recurrent.py # tests/test_layers_spatial_transformer.py # tests/test_layers_time_distributed.py # tests/test_mnist_simple.py # tests/test_yapf_format.py
# Conflicts: # example/tutorial_binarynet_cifar10_tfrecord.py # example/tutorial_cifar10.py # example/tutorial_cifar10_tfrecord.py # example/tutorial_dorefanet_cifar10_tfrecord.py # example/tutorial_generate_text.py # example/tutorial_mnist.py # example/tutorial_mnist_float16.py # example/tutorial_ptb_lstm.py # example/tutorial_ptb_lstm_state_is_tuple.py # example/tutorial_ternaryweight_cifar10_tfrecord.py # example/tutorial_vgg16.py # example/tutorial_vgg19.py
# Conflicts: # example/tutorial_binarynet_cifar10_tfrecord.py # example/tutorial_dorefanet_cifar10_tfrecord.py # example/tutorial_generate_text.py # example/tutorial_mnist.py # example/tutorial_mnist_float16.py # example/tutorial_ptb_lstm_state_is_tuple.py # example/tutorial_ternaryweight_cifar10_tfrecord.py
zsdonghao
approved these changes
Apr 21, 2018
luomai
pushed a commit
that referenced
this pull request
Nov 21, 2018
* Activation Cleaning Docstring Test * Requirements Pinned with range to insure tested versions are used. Range are used to prevent updating requirements all the time. * setup.cfg file added with PEP8 configuration * activation.py refactored * docstring fixed - ready for documentation unittest * Yapf correction for max_line_length: 120 * test yapf refactored * test documentation added * Missing requirement added: sphinx * Allow test on documentation to pass on warning * Fix travis dependencies install * Travis install script fixed * Travis install command fixed * Requirements conflict solved * Yapf Style modified and merged in file "setup.cfg" * Yapf Confiuguration Updated * Code Refactored with new YAPF formating style * Code Refactored with new YAPF formating style * Code Refactored with new YAPF formating style * shorten codes * Various Cleaning * Trailing Slashes removed * Test Recurrent Fixed * Line Width Fix * docs requirements updated * fix example docs style * Codacy Issue Fixed * Merge Errors fixed * YAPF Style Applied * Version Bump to 1.8.5rc2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reason to create a new RC
We have made a lot of very heavy changes recently, it would be good to tests with some projects that nothing is broken ;)
Disclaimer: Only merge this PR after #511 is merged
You can release the new tag right after merging this PR.
Once the tag is released, Travis should: