austyn
Results
2
comments of
austyn
For what it's worth, just ran into the same kind of incompatibility with my library. In my library, I'm also using `ndarray-stats` which requires `ndarray` v0.16. Below is simple example...
I indirectly solved my problem by switching to [nalgebra](https://github.com/dimforge/nalgebra). Probably not the answer you're looking for. Honestly, for my use case ndarray was probably overkill anyway; `nalgebra` is much more...