-
Notifications
You must be signed in to change notification settings - Fork 308
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
Bump all dependencies #810
Conversation
* Update blas-src to 0.6 * Update itertools to 0.9 * Update openblas-src to 0.9
num-complex 0.3.0 has also released: https://github.com/rust-num/num-complex/releases/tag/num-complex-0.3.0 |
With rayon, num-complex, approx + the three above, this PR is obsolete. What's the procedure? Replace this PR with another or nicely ask @Eijebong to update? |
Can I chime in naively - I forked EDIT: GitHub formatting. |
From what I know, specifying a dependency like done here (a.b.) assures, that the project will always compile correctly. |
@ZuseZ4 You would only run into this problem when using glob imports, and this would be a compile time error at worst. You would not avoid this by specifying the minor version, this would simply mean all versions @cjordan One has to specify
|
I would encourage a release to be made with dep update - I know I'm late to do it, but I will, if nobody else has time. |
@bluss yeah I'd like a release with what we currently have, a dependency update and also these small PRs to go in 😄 If you have time to look at ndarray that would be grand 😁 |
Excellent @xd009642 |
Fixes #765