-
I'm trying to use geoalchemy to store values in a numpy array as Raster data - I have the data needed to map my 2D array onto a geographical grid (its just wgs84 lat/long) - but the docs don't say any…
-
I got the `Evaluating #2 "ZipMap" Unimplemented(ZipMap)` error when trying to run the model with input fact is
### Code
```rust
let model = tract_onnx::onnx()
.model_for_path("")
…
-
Today I read this post on users.rust-lang.org: [Dependency Hell](https://users.rust-lang.org/t/dependency-hell/64870).
I don't really know anything about how cargo resolves versions, so I figured I…
mejrs updated
2 years ago
-
example
```rust
let a = array![[9., 7.], [5., 2.]];
let b = array![[1., 9.], [5., 1.]];
println!("a vstack b = \n{:?}\n", stack![Axis(0), a, b]);
println!("a hstack b = \n{:?}\n…
-
The goal of this issue is tracking requisite changes needed to stabilize the compiler APIs in Rust.
- [ ] Refactor NDArray with type parameter?
- [ ] Ensure sufficient documentation examples.
…
-
I am sorry for repeatedly opening soundness issues, but I fear that using NumPy's `writeable` is insufficient to protect safe code from mutable aliasing.
At least it seems incompatible with a safe …
-
We want to drastically speed up fontmake: https://github.com/googlei18n/fontmake/issues/367
Other than switching booleanOperations to something vector-based and fast (https://github.com/typemytype/…
-
#### What language are you using?
python
#### Have you tried latest version of polars?
- [yes]
If the problem was resolved, please update polars. :)
#### What version of polars are you …
-
I'm wondering if a convenient _slicing_ function that automatically `select()`, `narrow()`, `masked_index()` or `index_select()` tensors. Just like that in PyTorch. For the sake of limitations of `Ind…
-
Following on from #331 which got a bit sidetracked. There was some interest in a lightweight wrapper for creating and manipulating `data.frame`s using extendr.
The obvious option is to make a new w…