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

MAINT: rename circleci.yml to be compliant with v2 #771

Merged
merged 1 commit into from
Sep 5, 2018

Conversation

aabadie
Copy link
Contributor

@aabadie aabadie commented Sep 5, 2018

According to circle ci documentation the configuration file should be located in .circleci/config.yml. Joblib is still using the old version config file.

I'm wondering why it still works on master.

@aabadie
Copy link
Contributor Author

aabadie commented Sep 5, 2018

See the documentation for details.

@codecov
Copy link

codecov bot commented Sep 5, 2018

Codecov Report

Merging #771 into master will increase coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #771      +/-   ##
==========================================
+ Coverage   95.15%   95.31%   +0.15%     
==========================================
  Files          44       44              
  Lines        6273     6273              
==========================================
+ Hits         5969     5979      +10     
+ Misses        304      294      -10
Impacted Files Coverage Δ
joblib/_parallel_backends.py 95.6% <0%> (-0.41%) ⬇️
joblib/test/test_parallel.py 96.89% <0%> (+0.14%) ⬆️
joblib/backports.py 93.75% <0%> (+20.83%) ⬆️

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 ed6de49...48bc7d5. Read the comment docs.

@ogrisel ogrisel merged commit 529f94d into joblib:master Sep 5, 2018
@ogrisel
Copy link
Contributor

ogrisel commented Sep 5, 2018

Merged. Thanks for the fix.

yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Oct 28, 2018
* tag '0.12.5':
  Release 0.12.5
  MAINT Loky 2.3.1 and cloudpickle 0.5.6 (joblib#778)
  Fix ResourceWarning: unclosed file in tests (joblib#775)
  FIX: convert text element to vector path in svg logo (joblib#773)
  MAINT: rename circleci.yml to be compliant with v2 (joblib#771)
  DOC: fix joblib logo fonts style (joblib#772)
  Back to dev mode
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Oct 28, 2018
* releases:
  Release 0.12.5
  MAINT Loky 2.3.1 and cloudpickle 0.5.6 (joblib#778)
  Fix ResourceWarning: unclosed file in tests (joblib#775)
  FIX: convert text element to vector path in svg logo (joblib#773)
  MAINT: rename circleci.yml to be compliant with v2 (joblib#771)
  DOC: fix joblib logo fonts style (joblib#772)
  Back to dev mode
  Release 0.12.4
  Loky 2.3.0 and configuration for PyPy on travis (joblib#769)
  Fixed bug : loading with corrupted cache with mmap mode (joblib#763)
  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