- 02 6月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
* Add failed assertion message in CI * Pin numpy upper bound in numba install numba-scipy downgrades the installed scipy to 1.7.3 in Python 3.8, but not numpy, even though scipy 1.7 requires numpy<1.23. When installing PyTensor next, pip installs a lower version of numpy via the PyPI. * Run numba and jax tests in separate jobs --------- Co-authored-by:Ben Mares <services-git-throwaway1@tensorial.com>
-
- 26 5月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
Supposed to be removed in 6d431aa6
-
- 25 5月, 2023 5 次提交
-
-
由 David Horsley 提交于
-
由 David Horsley 提交于
Moving caused a circular dependency with tensor.blas. It seems most linalg rewrites are in the stablize set, so should run before the blas specializers anyway, so these checks were removed. This also deleted the unused `spectral_radius_bound` and dummy `Minimal(Op)`.
-
由 David Horsley 提交于
Having Ops and rewrites in the same files was causing circular imports.
-
由 David Horsley 提交于
-
由 Ricardo Vieira 提交于
-
- 24 5月, 2023 6 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
This reverts commit 277559b4.
-
由 Ricardo Vieira 提交于
-
- 19 5月, 2023 7 次提交
-
-
由 Ben Mares 提交于
Fixes #309
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
This was problematic when OpenMP was used in the Elemwise outer loop We add one extra output flag stating whether iteration converged or not. This however breaks Hyp2F1 grad in python mode because it goes beyond the Elemwise limit on number of operands. To fix it we split the grad when on python mode
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 18 5月, 2023 1 次提交
-
-
由 jessegrabowski 提交于
-
- 15 5月, 2023 3 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
It doesn't matter because we are ignoring E501
-
- 14 5月, 2023 11 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 jessegrabowski 提交于
-
- 12 5月, 2023 1 次提交
-
-
由 Ben Mares 提交于
Otherwise the version comes up as "untagged" and the sdist can't be uploaded to PyPI.
-
- 10 5月, 2023 4 次提交
-
-
由 jessegrabowski 提交于
-
由 Ricardo Vieira 提交于
Indexing vector inputs to create taps during scan, yields numeric variables which must be wrapped again into scalar arrays before passing into the inernal function. This commit pre-allocates such arrays and reuses them during looping.
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-