-
> Possible solutions include
> 1. using `weakref.finalize()` (as you also suggested)
> 2. cythonize everything, make all classes `cdef`'d, and switch from `__del__` to `__dealloc__`
> 3. using a light…
-
(edited for clarity and formatting, 11/26/2024 4:30pm US-central time)
Hi all, I apologize for the lack of detail here, but my codebase is enormously complicated and I was unable to generate a mini…
-
We found that iterating certain simulations on exhaustive data using openfisca can be very slow. As openfisca relies heavily on `numpy arrays`, we thought that wrapping some of the package's classes w…
-
**Is your feature request related to a problem? Please describe.**
The fact PIV works over independent interrogation windows, that can be processed in parallel seems to make OpenPIV very suitable for…
-
### Bug summary
Numba does not support 3.13.0 as of yet. Given Librosa depends on Numba, Librosa can't be installed on python 3.13.0 (only tried with pip).
This issue is also being tracked in the N…
-
### Bug report checklist
- [X] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports
Related Issue: [https://github.com/e2nIEE/pandapower/issues/2041](https:/…
-
Thanks for your work.
Can you share the version of numba, numpy and skimage?
my local version:
numpy:1.14.0
skimage:0.13.1
numba:0.38.0
Using @cuda.jit, a error occurred.
`numba.cuda.cudadrv…
-
## llvmlite 0.44.0rc1
* [x] Merge to `main`.
* [x] Remaining Pull-Requests from milestone: https://github.com/numba/llvmlite/milestone/26
* [x] Create 0.44 release branch `release0.44`
*…
-
In functions like `_stump`, the sub-functions `_compute_diagonal` and `core._shift_insert_at_index` may be called a lot. Therefore, we may gain some (small) performance improvement by adding `@njit(in…
-
### What is the PyPI name of the package you would like to see added?
librosa
### Additional details
Github [Link](https://github.com/librosa/)
Dependencies
```
install_requires =
audio…