-
Hi,
First of all - thanks for this amazing tool! I've only been using it for a few weeks and it's already making my workflow so much faster and simpler!
I ran into this error trying to install s…
zmeir updated
2 months ago
-
I'm working on expanding the definition of `array_functions` as retrieve by the `numpy.testing` API, to include NEP 35 functions
https://github.com/numpy/numpy/pull/27490
I anticipate this will br…
-
Hello,
I just tried installing sfepy on windows 11 using various python versions from 3.7, 3.8, 3.9 and 3.12. However, all raised
"AttributeError: module 'numpy.typing' has no attribute 'NDArray'"…
-
drop things like asserting `type(df) is numpy.ndarray` so that end-users can switch to e.g. `cupy`
-
`numpy.count_nonzero`, `numpy.nonzero` and `numpy.flatnonzero` are expensively used within `scipy.sparse` ([compressed.py:616](https://github.com/scipy/scipy/blob/master/scipy/sparse/compressed.py#L61…
-
Hello, I am unable to run the periodic demos using dolfinx 0.8.0 and dolfinx_mpc 0.8.0, with Python 3.12.6. The demos I can't run are the following:
- https://github.com/jorgensd/dolfinx_mpc/blob/v…
-
There are two instances of the use of _np.int_ , which has been deprecated:
1. **sub_control_totals = np.asanyarray(self.sub_controls_df).astype(np.int)**
2. **sub_weights.shape, dtype=np.int)…
-
**Could you tell me which numpy version did you use ? I use python3.5 to test the my own dataset,meet some problem ,such as :**
Traceback (most recent call last):
File "test.py", line 388, in
…
-
### Describe the issue:
See MWE. `np.union1d` is upcasting an int to a float when only one argument is given.
### Reproduce the code example:
```python
import numpy as np
assert np.union1d((1,), (…
-
Hello,
I'm trying to use this gui for my bachelor's final year project and I'm having some issues. I'm pretty new to python and git so I apologises if I'm complaining about something silly..
I'm ge…