Conversation
Codecov Report
@@ Coverage Diff @@
## master #1018 +/- ##
=======================================
Coverage 94.12% 94.12%
=======================================
Files 46 46
Lines 6522 6522
=======================================
Hits 6139 6139
Misses 383 383 Continue to review full report at Codecov.
|
|
Context: @mrocklin is looking at improving the dask/joblib integration in #1025, which is very welcome since my feeling (and I think @ogrisel's as well IIRC) was that there were a few quirks and I thought I would try to push this PR forward to make his life easier. I had a few more passes at this PR. I am using this # the repetition in the last grep is to put back coloring on (there must be an easier way ...)
git grep -iP 'py(thon).*2' | grep -v externals | grep -iP 'py(thon).*2'I have used |
|
Maybe @pierreglaser if you have some time to look at my changes ? My understanding is that @ogrisel will not have much time in the nex few weeks and it may be the same for me. I noticed more things to clean up by using this |
|
Sure, I can make a pass this week. |
|
I'm also wondering whether or not we want to release a |
|
Thanks @pierreglaser, this looks like tedious work!! I did a small pass. |
ogrisel
left a comment
There was a problem hiding this comment.
Few comments, but otherwise LGTM.
ogrisel
left a comment
There was a problem hiding this comment.
One more comment (above). Also don't forget to update the setup.cfg to remove the universal wheel flag.
ogrisel
left a comment
There was a problem hiding this comment.
I believe those are causing the linting failure.
Co-Authored-By: Olivier Grisel <olivier.grisel@gmail.com>
|
Rejoice \o/ |
|
Thanks very much @pierreglaser . |
|
amazing!!! Thanks a lot @pierreglaser 😄 |
|
Woo!
…On Wed, Apr 22, 2020 at 5:09 AM Thomas Moreau ***@***.***> wrote:
amazing!!! Thanks a lot @pierreglaser <https://github.com/pierreglaser> 😄
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1018 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKZTFFDQKKZMV4KE46HJDRN3M7BANCNFSM4K5DI7DQ>
.
|
|
Yey!!!
|
https://build.opensuse.org/request/show/810898 by user dirkmueller + dimstar_suse - update to 0.15.1: - Make joblib work on Python 3 installation that do not ship with the lzma package in their standard library. - Drop support for Python 2 and Python 3.5. All objects in ``joblib.my_exceptions`` and ``joblib.format_stack`` are now deprecated and will be removed in joblib 0.16. Note that no deprecation warning will be raised for these objects Python < 3.7. joblib/joblib#1018 - Fix many bugs related to the temporary files and folder generated when automatically memory mapping large numpy arrays for efficient inter-process communication. In particular, this would cause `PermissionError` exceptions to be raised under Windows and large leaked files in `/dev/shm` under Linux in case of crash. https://github.c
We're way past 1/1/2020.