We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As I try to upgrade linfa to ndarray 0.14 (cf. rust-ml/linfa#110), I noticed that argmin 0.4.2 has ndarray 0.14 and ndarray-rand 0.14 dependencies.
linfa
ndarray 0.14
argmin 0.4.2
ndarray-rand 0.14
Unfortunately ndarray-rand 0.14 depends on ndarray 0.15, it should be ndarray-rand 0.13 to depend onndarray 0.14.
ndarray 0.15
ndarray-rand 0.13
It could explain the compilation problems I get (?) Strangely even if I specify argmin 0.4.1 it pulls argmin 0.4.2 (not sure what is going on here!).
argmin 0.4.1
I would suggest to release argmin 0.4.3 reverting ndarray-rand to 0.13.
argmin 0.4.3
ndarray-rand
0.13
The text was updated successfully, but these errors were encountered:
Thanks! I just released 0.4.3.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
As I try to upgrade
linfa
tondarray 0.14
(cf. rust-ml/linfa#110), I noticed thatargmin 0.4.2
hasndarray 0.14
andndarray-rand 0.14
dependencies.Unfortunately
ndarray-rand 0.14
depends onndarray 0.15
, it should bendarray-rand 0.13
to depend onndarray 0.14
.It could explain the compilation problems I get (?) Strangely even if I specify
argmin 0.4.1
it pullsargmin 0.4.2
(not sure what is going on here!).I would suggest to release
argmin 0.4.3
revertingndarray-rand
to0.13
.The text was updated successfully, but these errors were encountered: