Skip to content
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

Travis: add python 3.7 in CI matrix #795

Merged
merged 1 commit into from
Nov 2, 2018
Merged

Conversation

aabadie
Copy link
Contributor

@aabadie aabadie commented Oct 24, 2018

Add Python 3.7 in the CI matrix on Travis.

The matrix line also sets some dependencies versions:

  • numpy: 1.15
  • distributed: 1.23

@aabadie aabadie requested a review from ogrisel October 24, 2018 13:28
@aabadie
Copy link
Contributor Author

aabadie commented Oct 24, 2018

The appveyor failure seems unrelated.

@codecov
Copy link

codecov bot commented Oct 24, 2018

Codecov Report

Merging #795 into master will decrease coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #795      +/-   ##
==========================================
- Coverage   94.73%   94.58%   -0.15%     
==========================================
  Files          44       44              
  Lines        6319     6319              
==========================================
- Hits         5986     5977       -9     
- Misses        333      342       +9
Impacted Files Coverage Δ
joblib/_parallel_backends.py 93.6% <0%> (-2.41%) ⬇️
joblib/pool.py 87.93% <0%> (-1.73%) ⬇️
joblib/test/test_dask.py 97.71% <0%> (-0.58%) ⬇️

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 acca6b9...dd17261. Read the comment docs.

@ogrisel
Copy link
Contributor

ogrisel commented Nov 2, 2018

Thanks.

@ogrisel ogrisel merged commit 3d53d34 into joblib:master Nov 2, 2018
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Apr 12, 2019
* tag '0.13.0':
  Release 0.13.0
  Use https (joblib#805)
  MTN bump loky to 2.4.2 (joblib#804)
  DOC: provide some useful variables for Makefile (joblib#794)
  DOC serialization and processes (joblib#803)
  ENH update loky 2.4.0 (joblib#802)
  FIX backward compatibility for nested backend (joblib#789)
  enable python 3.7 (joblib#795)
  memory: add test for call_and_shelve performance (joblib#791)
  FIX nested backend not changed by SequentialBackend (joblib#792)
  cloudpickle 0.6.0 (joblib#788)
  FIX nested backend setting n_jobs=-1 (joblib#785)
  Raises a more explicit exception when a corrupted MemorizedResult is loaded (joblib#768)
  Back to dev mode
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Apr 12, 2019
* releases:
  Release 0.13.0
  Use https (joblib#805)
  MTN bump loky to 2.4.2 (joblib#804)
  DOC: provide some useful variables for Makefile (joblib#794)
  DOC serialization and processes (joblib#803)
  ENH update loky 2.4.0 (joblib#802)
  FIX backward compatibility for nested backend (joblib#789)
  enable python 3.7 (joblib#795)
  memory: add test for call_and_shelve performance (joblib#791)
  FIX nested backend not changed by SequentialBackend (joblib#792)
  cloudpickle 0.6.0 (joblib#788)
  FIX nested backend setting n_jobs=-1 (joblib#785)
  Raises a more explicit exception when a corrupted MemorizedResult is loaded (joblib#768)
  Back to dev mode
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.

2 participants