-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
Update ndarray 0.14 #110
Update ndarray 0.14 #110
Conversation
3e21ad7
to
60f83a0
Compare
Codecov Report
@@ Coverage Diff @@
## master #110 +/- ##
==========================================
- Coverage 55.93% 55.73% -0.21%
==========================================
Files 67 67
Lines 5626 5616 -10
==========================================
- Hits 3147 3130 -17
- Misses 2479 2486 +7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the cleanup and dependency update. This won't work with the latest sprs
release because of sparsemat/sprs#278 correct? The 0.14
-> 0.15
jump seems to be quite big (I just skimmed the release notes, there are probably some breakages for the parallel stuff in kmeans) and should be in a separate crate
Exactly. I open the |
* approx = 0.4 * argmin = 0.4 * ndarray-csv = 0.5 * ndarray-linalg = 0.13 * ndarray-npy = 0.7 * ndarray-rand = 0.13 * ndarray-stats = 0.4 * num-traits = 0.2 * rand = 0.8 * rand-isaac = 0.3 * sprs = git master rev=761d4f0
d7beae9
to
5ba0b74
Compare
Hmmm... I do not understand what is going on. I am not familiar with the various CI checks. 👀 It seems that build fails with rustc 1.42 which would be our current lowest rustc supported version, @bytesnake correct? |
Running
|
@mulimoen thanks for the heads up. Indeed in the meantime, |
@relf Ouch, that is quite unfortunate, you were almost there with the |
Codecov Report
@@ Coverage Diff @@
## master #110 +/- ##
=========================================
Coverage ? 58.24%
=========================================
Files ? 75
Lines ? 6697
Branches ? 0
=========================================
Hits ? 3901
Misses ? 2796
Partials ? 0
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay let's bump and I will try to clean up a bit in a follow up 👍
This PR update linfa to ndarray 0.14 version with the following crates updates as well
sprs = git master rev=761d4f0The PR is still WIP as there is an issue with sprs 0.10 (see #109 )EDIT: