-
Supposedly, mixing `array-api-strict` arrays with other array types should not be allowed.
Or all of them should be allowed, but then we'd need to specify something like `__array_priority__` and t…
-
### Reason/inspiration (optional)
We would like a new concept entry on the `Array Broadcasting` in NumPy. The entry should go in a new file under **`docs/content/numpy/concepts/array-broadcasting/arr…
-
## Current Behaviour
Creating binned data by passing a binned obs and an unbinned (numpy array) dataset causes the program to crash
```
import zfit
import numpy as np
low, high = -5, 10
binni…
-
### Before posting a feature request
- [X] I have searched exisisting GitHub issues to make sure the feature request does not already exist.
### Feature details
I would like initialize a state usi…
-
It seems that ttb.tensor only supports creating a tensor from a numpy array. Is there any reason it cannot create a tensor directly from a Python array?
Right now, the user has to type the followi…
-
Hey Kyle, I was working with the [apply_categorical_cmap](https://github.com/developmentseed/lonboard/blob/d5bc98fbbbe382d142dc8640487a0feecea1ea3b/lonboard/colormap.py#L193C13-L193C20) in lonboard ye…
-
When using numpy>=2.0, I get an error here:
from dipy.align import vector_fields as vfu
ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_ar…
-
An exception occurred in the plugin.
### Environment:
- Plugin Version: 0.3.1
- PyCharm Version: 2024.3 (PyCharm)
- Operating System: Windows 10 10.0
### Exception details:
```js
Error eval…
-
Hi,
Here’s a simple issue.
The result of `get_potential_energy()` should be a `float`, but it is currently returning a `numpy.array`.
```python
from ase.build import molecule
from aimnet2…
-
I'm building p4p as an EPICS module on a RHEL8.5 system with Python 3.6, numpy 1.14.3.
While a build of p4p 4.1.12 works fine, building 4.2.0 fails with:
```
/usr/bin/g++ -D_GNU_SOURCE -D_DEFAUL…