-
### Describe your issue.
Hi,
I am experiencing a problem that seems to be related to memory allocation when using the ODE solver solve_ivp. While the scaling seems to give the expected result (onc…
-
Thanks Timothy for such a wonderful repo. I am trying to figure out the env3, where you used apple opt.
For your env3, do you work with anaconda version or other version of python to start with (n…
-
It would be interesting to benchmark OpenBLAS (for instance for matrix multiplication). Depending on the result we could consider using it with numpy. Though it's a bit of a size/performance compromis…
-
### Describe the issue:
Multiplying a masked array by 2 causes an unexpected type promotion from float32 to float64 or from int32 to int64. The same does not happen for regular arrays.
### Repr…
-
### Describe the issue:
Consider the complex array in the attached npy file (bad.npy in bad.zip), sort it by absolute value, and assert that the absolute value is increasing. The assertion will occa…
-
1. ~~gc-able CFFI pointer~~ (not gc-able but solved by adapting Rust like scope)
2. ~~FP16/uint8~~
3. ~~Broadcasting~~
4. ~~more conditions (make view much safer!)~~
5. ~~Add more APIs (Arithmetic…
-
### Describe the issue:
See title: serializing a string array to a buffer and trying to deserialize it fails.
No matter if if the problem is generic or about using `None` as `na_object`, the err…
-
Hi and happy new Year!
I tried today to install torch after flashing my Jetson TX1 with a fresh filesystem provided by JetPack 2.3. I run into an issue, that in the file ~/torch/pkg/torch/lib/TH/ge…
-
### Describe the issue:
Working on Fedora 40, with swig 4.2.1, several errors of the form `ERROR: testMaxWrongDim (__main__.ucharTestCase.testMaxWrongDim)` occur when attempting to run the SWIG tes…
-
### Describe the issue:
Running Mypy on some functions within `numpy.ma` lead to type checking errors due to missing annotations.
### Reproduce the code example:
```python
import numpy
a = numpy…