Skip to content

Add Chainer 4.1.0 #278

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 5 commits into from
Jul 11, 2018
Merged

Add Chainer 4.1.0 #278

merged 5 commits into from
Jul 11, 2018

Conversation

icywang86rui
Copy link
Contributor

Issue #, if available:

Description of changes:

  • Add Chainer 4.1.0 to README
  • Use Chainer 4.1.0 as default Chainer version
  • Use fixture chainer_full_version for Chainer integ tests
  • Bump SDK version to 1.6.0
  • Modify CHANGELOG

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have updated the changelog with a description of my changes (if appropriate)
  • I have updated any necessary documentation (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

* Add Chainer 4.1.0 to README
* Use Chainer 4.1.0 as default Chainer version
* Use fixture chainer_full_version for Chainer integ tests
* Bump sdk version to 1.6.0
* Modify CHANGELOG
Copy link
Contributor

@mvsusp mvsusp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, remove dev from the previous release in the changelog.

I noticed that we are running all the integ tests for both versions. That can be slow. It is worth checking if all tests are necessary to run in both versions.

Thank you!

CHANGELOG.rst Outdated
=====
* feature: Add Chainer 4.1.0 support
* bug-fix: Use chainer_full_version fixture in Chainer integration tests

1.5.3dev
========
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the suffix dev from here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do

@icywang86rui
Copy link
Contributor Author

Good point about the necessity of running both versions for some of the tests. I will keep both versions only for the training related tests.

@codecov-io
Copy link

codecov-io commented Jul 6, 2018

Codecov Report

Merging #278 into master will decrease coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #278      +/-   ##
=========================================
- Coverage   92.46%   92.4%   -0.07%     
=========================================
  Files          49      49              
  Lines        3303    3303              
=========================================
- Hits         3054    3052       -2     
- Misses        249     251       +2
Impacted Files Coverage Δ
src/sagemaker/chainer/defaults.py 100% <100%> (ø) ⬆️
src/sagemaker/local/image.py 87.09% <0%> (-0.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eacb833...e61d0c5. Read the comment docs.

mvsusp
mvsusp previously approved these changes Jul 9, 2018
andremoeller
andremoeller previously approved these changes Jul 9, 2018
@icywang86rui icywang86rui dismissed stale reviews from andremoeller and mvsusp via 7e5c312 July 11, 2018 15:55
=====

* feature: Add Chainer 4.1.0 support
* bug-fix: Use chainer_full_version fixture in Chainer integration tests
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we add test related changes in change log.

@icywang86rui icywang86rui merged commit 16f5d25 into aws:master Jul 11, 2018
apacker pushed a commit to apacker/sagemaker-python-sdk that referenced this pull request Nov 15, 2018
Fixed: HPO Analyze Results notebook to catch running before a best job.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants