- 10 1月, 2023 4 次提交
-
-
由 Caroline Russell 提交于
* initial cibuildwheel setup * Update pyproject.toml * Updated test-command * Enable most builds * Skip builds for 32-bit OS * Updated upload_pypi action
-
由 Ravin Kumar 提交于
-
由 Ravin Kumar 提交于
-
由 Ricardo Vieira 提交于
Also adds missing numba benchmark test Co-authored-by:Brandon T. Willard <brandonwillard@users.noreply.github.com>
-
- 08 1月, 2023 4 次提交
-
-
由 Mateusz Sokół 提交于
-
由 Mateusz Sokół 提交于
-
由 Mateusz Sokół 提交于
-
由 Ricardo Vieira 提交于
-
- 07 1月, 2023 5 次提交
- 05 1月, 2023 16 次提交
-
-
由 Ricardo Vieira 提交于
Co-authored-by:ColtAllen <10178857+coltallen@users.noreply.github.com>
-
由 ColtAllen 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
Co-authored-by:Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
由 Adrian Seyboldt 提交于
-
- 04 1月, 2023 7 次提交
-
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
* Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.6.4 * Bump actions/cache from 1 to 3 * Bump pre-commit/action from 2.0.0 to 3.0.0 * Bump actions/setup-python from 3 to 4 * Also bumped Python version for coverage upload job
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
Closes #160
-
由 Michael Osthege 提交于
Closes #163
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
- 30 12月, 2022 4 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Michael Osthege 提交于
-
由 guin0x 提交于
from `(1 / (1 + exp(x))` to `(1 / (1 + exp(-x))`
-
由 Adrian Seyboldt 提交于
This allows numba to reuse previous typing and compilation results if the same function is reused, which then also leads to smaller llvm modules. For the tests to continue to work we have to return those global functions through a wrapper (`basic.global_numba_func`) so that the tests are still able to disable compilation. Also remove some inline="always" arguments that don't seem to be helpful.
-