Skip to content

Travis: add python 3.7 in CI matrix#795

Merged
ogrisel merged 1 commit intojoblib:masterfrom
aabadie:python37
Nov 2, 2018
Merged

Travis: add python 3.7 in CI matrix#795
ogrisel merged 1 commit intojoblib:masterfrom
aabadie:python37

Conversation

@aabadie
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

aabadie commented Oct 24, 2018

The appveyor failure seems unrelated.

@codecov
Copy link
Copy Markdown

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
Copy Markdown
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