-
JOSS askes for `If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)`
What should/can we do to document performance o…
-
Stumbled accross [Cython](https://en.wikipedia.org/wiki/Cython) which may have some use to speed up PhotonFileEditor.
Nice [comparison](https://groups.google.com/forum/#!topic/cython-users/OwAIcJw…
NardJ updated
6 years ago
-
## Reporting a bug
- [X] I have tried using the latest released version of Numba
- [X] I have included a self contained code sample to reproduce the problem.
There are several bugs related to j…
moble updated
2 years ago
-
### What should we add?
There are a few ways to speed up raw numpy calculations. I looked at two options:
1. JAX, See documentation [here](https://jax.readthedocs.io/en/latest/jax.numpy.htmll)
…
-
- [x] I am using the latest released version of Numba (most recent is visible in
the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [x] I have included below a minimal workin…
-
Is it possible to provide an API so that user can easily make inline calls to a LLVM IR function compiled by third-party compiler (Clang, etc)?
Currently, it is only achievable with lower_builtin.
-
**Submitting author:** @GavinHuttley (Gavin Huttley)
**Repository:** https://github.com/HuttleyLab/DiverseSeq
**Branch with paper.md** (empty if default branch): JOSS
**Version:** 2024.11.8a3
**Editor…
-
## Reporting a bug
- [x] I am using the latest released version of Numba (most recent is visible in
the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [x] I have i…
-
The README states:
> the extracellular potentials can be calculated from a distance-weighted sum of contributions from transmembrane currents of neurons
suggesting that LFPykit Is able to handle…
-
In my project I use `get_airconditioner_type(foo)` to get some specif values by parsing the description column of a `pandas.DataFrame`. Inside such function I define a nested function with some regula…