- 24 8月, 2024 1 次提交
-
-
由 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>
-
- 30 7月, 2024 5 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.5.5)
-
由 Thomas Wiecki 提交于
Co-authored-by:Ben Mares <services-git-throwaway1@tensorial.com>
-
由 Ian Schweer 提交于
-
由 Ian Schweer 提交于
-
由 Ian Schweer 提交于
-
- 26 7月, 2024 1 次提交
-
-
由 Diego Sandoval 提交于
-
- 25 7月, 2024 1 次提交
-
-
由 Pham Nguyen Hung 提交于
* Fixed dead wiki links * Fixed dead wiki links * Deleted old documentation at doc/sandbox.
-
- 24 7月, 2024 8 次提交
-
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
- 23 7月, 2024 1 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.2...v0.5.4)
-
- 19 7月, 2024 3 次提交
-
-
由 Jesse Grabowski 提交于
* Add `pt.pad` * Refactor linspace, logspace, and geomspace to match numpy implementation * Add `pt.flip` * Move `flip` to `tensor/subtensor.py`, add docstring * Move `slice_at_axis` to `tensor/subtensor` and expose it in `pytensor.tensor`
-
由 Tanish 提交于
-
由 dependabot[bot] 提交于
* Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> * Migrate pypi to GHA artifacts v4 * Bump download-artifact to v4 * Eliminate undefined matrix.python-version variable * Upload/download each platform separately * Use pattern arg to download-artifact --------- Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Ben Mares <services-git-throwaway1@tensorial.com>
-
- 18 7月, 2024 3 次提交
-
-
由 Jesse Grabowski 提交于
* Add `OpFromGraph` wrapper around `alloc_diag` * Remove depreciated `AllocDiag` `Op`, rename `AllocDiag2 -> AllocDiag` * Set `inline = False` * Add rewrite to inline all `OpFromGraph` `Op`s * Add `is_zero_offset` helper to `Eye` * Add `is_left_expand_dims` and `is_right_expand_dims` attributes to `DimShuffle` * Seed `test_local_lift_through_linalg` test
-
由 Pham Nguyen Hung 提交于
-
由 Diego Sandoval 提交于
* Implements shape and MakeVector Ops in PyTorch - Shape - Shape_i - Reshape - SpecifyShape - Unbroadcast - MakeVector
-
- 17 7月, 2024 2 次提交
-
-
由 Pham Nguyen Hung 提交于
-
由 Pham Nguyen Hung 提交于
-