- 24 5月, 2023 3 次提交
-
-
由 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 提交于
-
- 08 5月, 2023 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.5...v1.8.6) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 02 5月, 2023 3 次提交
-
-
由 Carl Smedstad 提交于
-
由 Carl Smedstad 提交于
More or less a copy of https://github.com/aesara-devs/aesara/commit/96eca11f8822038eb4dc9978a212eeb24501763f
-
由 Carl Smedstad 提交于
-
- 25 4月, 2023 2 次提交
-
-
由 Smit-create 提交于
Co-authored-by:Ricardo Vieira <28983449+ricardov94@users.noreply.github.com> .rewrite
-
由 Ricardo Vieira 提交于
Reintroduce test_log1mexp_stabilization accidentally removed in ff1a3a9d
-
- 24 4月, 2023 3 次提交
-
-
由 Ricardo Vieira 提交于
Also allow rewrite to work with multivariate variables, when indexing does not act on support dims.
-
由 Ricardo Vieira 提交于
-
由 dependabot[bot] 提交于
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.1 to 2.12.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.12.1...v2.12.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 18 4月, 2023 1 次提交
-
-
由 Ben Mares 提交于
This is to ensure that we get python/typeshed#10057 so that #277 is resolved.
-