-
A [recent change to `url`](https://github.com/servo/rust-url/issues/937) has caused `openblas-src`'s MSRV to bump to 1.67 (when using most recent dependencies). While this doesn't affect `ndarray` dir…
-
I tried to write Python bindings for a struct containing `ndarray` type fields, but it does not compile: (`rust-numpy` v0.22.0)
```Rust
use pyo3::prelude::*;
use pyo3::{pymodule, Bound, PyResult};
…
iv461 updated
1 month ago
-
**Describe the bug**
`ThreadSanitizer` found a data race in `burn-ndarray` during a CI run
```
WARNING: ThreadSanitizer: data race (pid=15776)
Write of size 4 at 0x7b54000102a4 by thread T13…
-
Trying to fit a DecisionTree is failing because the comparator doesn't implement total order.
I believe this is due to using Rust > 1.81 with [this change to the sort function](https://blog.rust-lang…
-
FWIW, came across this repo:
https://github.com/getditto/rn-jsi-rust-bridging
and accompanying article:
https://ditto.live/blog/bridging-react-native-and-rust-via-jsi
and some other of their rela…
-
I'm executing exactly the same code as the winequality_svm example, with my Cargo.toml as close as possible to the example Cargo.toml
```toml
[package]
name = "svm_example"
version = "0.1.0"
edit…
-
Hello. As it seems, using ndarray 0.16.0 (latest now) breaks some implementations in ndarray-linalg, such as `ndarray_linalg::solve::Inverse` (see picture below using rust-analyzer diagnostic). I don'…
-
For making examples of physical systems, it would be helpful to run some simulations. I would like to serve the dual purpose of implementing those simulations using rust crates (even if they require n…
-
## Purpose
The idea behind this collection is to provide an index to easily navigate all currently open ndarray's issues which are **immediately** actionable.
This is meant to be a good starting p…
-
I apologize if this is misguided. Something that might be useful is to have a crate that functions as an ndimensional equivalent to `num_traits` completely divorced from assumptions about the implemen…