CI freeze the version of sklearn0.19.1 and scipy1.0.1#685
Merged
tomMoral merged 3 commits intojoblib:masterfrom May 22, 2018
Merged
CI freeze the version of sklearn0.19.1 and scipy1.0.1#685tomMoral merged 3 commits intojoblib:masterfrom
tomMoral merged 3 commits intojoblib:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #685 +/- ##
==========================================
- Coverage 95.13% 95.11% -0.02%
==========================================
Files 39 39
Lines 5427 5427
==========================================
- Hits 5163 5162 -1
- Misses 264 265 +1
Continue to review full report at Codecov.
|
e24b7d7 to
a9f8cdd
Compare
ogrisel
reviewed
May 22, 2018
| # Install scikit-learn from conda, patch it to use this version of joblib | ||
| # and run the scikit-learn tests with pytest. | ||
| conda install --yes scikit-learn nose | ||
| conda install --yes scikit-learn==0.19.1 nose scipy==1.0.1 |
Contributor
There was a problem hiding this comment.
Please add a comment to explain the motivation for the version pinning.
yarikoptic
added a commit
to yarikoptic/joblib
that referenced
this pull request
Jul 28, 2018
* tag '0.12': (116 commits) Release 0.12 typo typo typo ENH add initializer limiting n_threads for C-libs (joblib#701) DOC better parallel docstring (joblib#704) [MRG] Nested parallel call thread bomb mitigation (joblib#700) MTN vendor loky2.1.3 (joblib#699) Make it possible to configure the reusable executor workers timeout (joblib#698) MAINT increase timeouts to make test more robust on travis DOC: use the .joblib extension instead of .pkl (joblib#697) [MRG] Fix exception handling in nested parallel calls (joblib#696) Fix skip test lz4 not installed (joblib#695) [MRG] numpy_pickle: several enhancements (joblib#626) Introduce Parallel.__call__ backend callbacks (joblib#689) Add distributed on readthedocs (joblib#686) Support registration of external backends (joblib#655) [MRG] Add a dask.distributed example (joblib#613) ENH use cloudpickle to pickle interactively defined callable (joblib#677) CI freeze the version of sklearn0.19.1 and scipy1.0.1 (joblib#685) ...
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
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.
Fixes for #684