- 03 10月, 2024 5 次提交
-
-
由 Ben Mares 提交于
-
由 Ben Mares 提交于
It was failing to detect the version
-
由 AuguB 提交于
-
由 ricardoV94 提交于
-
由 Ian Schweer 提交于
Co-authored-by:Ian Schweer <ischweer@riotgames.com>
-
- 02 10月, 2024 4 次提交
-
-
-
由 ricardoV94 提交于
-
-
由 Ricardo Vieira 提交于
-
- 27 9月, 2024 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 18 9月, 2024 3 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ian Schweer 提交于
Co-authored-by:
Ian Schweer <ischweer@riotgames.com> Co-authored-by:
Ricardo Vieira <ricardo.vieira1994@gmail.com>
-
由 Ian Schweer 提交于
Co-authored-by:
Ian Schweer <ischweer@riotgames.com> Co-authored-by:
Ricardo Vieira <ricardo.vieira1994@gmail.com>
-
- 17 9月, 2024 5 次提交
-
-
由 Virgile Andreani 提交于
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.3...v0.6.5)
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
- 16 9月, 2024 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19.2 to 2.21.0. - [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.19.2...v2.21.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 04 9月, 2024 1 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.2...v0.6.3)
-
- 02 9月, 2024 1 次提交
-
-
由 HarshvirSandhu 提交于
Co-authored-by:Ricardo Vieira <28983449+ricardov94@users.noreply.github.com>
-
- 30 8月, 2024 1 次提交
-
-
由 Tanish 提交于
* updated tests * updated rewrites * paramterized tests and added batch case * minor changes
-
- 29 8月, 2024 1 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.1...v0.6.2)
-
- 24 8月, 2024 2 次提交
-
-
-
由 Ricardo Vieira 提交于
When specified, Ops with identical __props__ are considered identical, in that they can be swapped and given the original inputs to obtain the same output.
-
- 21 8月, 2024 4 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.1)
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 18 8月, 2024 1 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.5.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.5.7) Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 15 8月, 2024 3 次提交
-
-
由 ferres 提交于
-
由 ferres 提交于
-
由 ferres 提交于
fix: cast to elemwise outputs to their respective dtypes fix: Relax scipy dependency, should work in both cases style: black wrap with asarray fix: make elemwise test check against dtype in the graph fix scalar issues Update pytensor/scalar/basic.py Co-authored-by:Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> fix test add a clarifying comment to checking nan fix: bool is deprecated in numpy deps: bound scipy version improve test
-
- 12 8月, 2024 1 次提交
-
-
由 Krupakar Reddy 提交于
-
- 11 8月, 2024 1 次提交
-
-
由 Thomas Wiecki 提交于
* Add building of pyodide universal wheels * precommit * Fix precommit. Readd comment. * Fix precommit2 * Minor improvement to ext_modules conditional definition * Bump Python version so that tomllib is included This way versioneer can read pyproject.toml * Add wheel package to build dependencies * Update .github/workflows/pypi.yml * Revert unnecessary * ruff --------- Co-authored-by:Ben Mares <services-git-throwaway1@tensorial.com>
-
- 10 8月, 2024 1 次提交
-
-
由 Thomas Wiecki 提交于
-
- 07 8月, 2024 2 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.5.6)
-
由 abhishekshah5486 提交于
-
- 04 8月, 2024 2 次提交
-
-
由 Ricardo Vieira 提交于
Related to https://github.com/google/jax/issues/22751
-
由 Jesse Grabowski 提交于
Co-authored-by:
Adrian Seyboldt <aseyboldt@users.noreply.github.com> Co-authored-by:
Jesse Grabowski <48652735+jessegrabowski@users.noreply.github.com> Co-authored-by:
Ricardo Vieira <28983449+ricardov94@users.noreply.github.com> Co-authored-by:
Rob Zinkov <zaxtax@users.noreply.github.com>
-