-
Notifications
You must be signed in to change notification settings - Fork 3
Not compatible to ndarray 0.12.0 #1
Comments
Hi there! Thanks for reporting the issue. Could you give a minimal example that exhibits the behaviour? I'm not able to reproduce. |
Hi, I place a test code at this respository. I compile the code with rustc 1.32.0-nightly (8b096314a 2018-11-02). If you set the ndarray version to 0.11.0, then it compiles, if you change it to 0.12.0, following error message appears: error[E0631]: type mismatch in closure arguments error: aborting due to 2 previous errors Some errors occurred: E0308, E0631. To learn more, run the command again with --verbose. |
Actually, I find that simply change ndarray version from 0.11 to 0.12 can solve this problem. However, I noticed the structure of this crate has been changed: Minimizer seems to be removed and Builer moved from root to |
when using with ndarray 0.12 following error raises, and switching to 0.11 makes it work
The text was updated successfully, but these errors were encountered: