- 16 11月, 2025 2 次提交
-
-
由 Jesse Grabowski 提交于
-
由 Emeka Okoli 提交于
-
- 14 11月, 2025 1 次提交
-
-
由 Tat Chan 提交于
-
- 12 11月, 2025 2 次提交
-
-
由 ricardoV94 提交于
This is failing in the CI and isn't used?
-
由 ricardoV94 提交于
-
- 08 11月, 2025 7 次提交
-
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
Using DeprecationWarning to keep it visible only for devs for now
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
return_steps has not been a thing for 14 years
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Partially reverts d8943500
-
由 Ricardo Vieira 提交于
Bug introduced by 671a821d
-
- 05 11月, 2025 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/634f93cb2916e3fdff6788551b99b062d0335ce0...018cc2cf5baa6db3ef3c5f8a56943fffe632ef53) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 02 11月, 2025 1 次提交
-
-
由 Carlos Trujillo 提交于
* Fix Blockwise vmap dispatch for no batch dimensions Updates comments in funcify_Blockwise to avoid confusion about behaviour. Adds tests to verify correct behavior for these cases. * pre-commit * Take our docs
-
- 30 10月, 2025 1 次提交
-
-
由 Carlos Trujillo 提交于
Co-authored-by:jessegrabowski <jessegrabowski@gmail.com>
-
- 29 10月, 2025 1 次提交
-
-
由 Copilot 提交于
Also remove legacy `__div__`
-
- 28 10月, 2025 2 次提交
-
-
由 Ben Mares 提交于
We should instead install the GitHub App. (I don't have permissions to do this.) See the announcement: <https://about.readthedocs.com/blog/2025/06/announcing-our-github-app-beta/>
-
由 Copilot 提交于
* Initial plan * Remove InRange scalar op and add missing __rtruediv__ and __rfloordiv__ * Remove __rtruediv__ and __rfloordiv__ changes per review feedback --------- Co-authored-by:copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
-
- 27 10月, 2025 6 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Using JAX Scan machinery to create MIT-SOT, SIT-SOT, and NIT-SOT buffers for us seems to be more performant than working directly on the pre-allocated buffers and reading/writing at every iteration. There is no machinery to work with MIT-MOT directly (just like in PyTensor user-facing Scan).
-
由 Ricardo Vieira 提交于
Co-authored-by:Jesse Grabowski <48652735+jessegrabowski@users.noreply.github.com>
-
由 Ricardo Vieira 提交于
Co-authored-by:Jesse Grabowski <48652735+jessegrabowski@users.noreply.github.com>
-
由 Ricardo Vieira 提交于
PyTensor Variables cannot be called `bool` upon
-
由 jessegrabowski 提交于
-
- 24 10月, 2025 1 次提交
-
-
由 Jesse Grabowski 提交于
* Add mlx extra ops * Add log_softmax dispatch for mlx * Fix split bug, add tests * Feedback
-
- 22 10月, 2025 1 次提交
-
-
由 Copilot 提交于
* Initial plan * Rename ScalarMaximum/ScalarMinimum to Maximum/Minimum * Apply ruff formatting fixes * Remove custom names when class name matches desired name * Remove scalar_ prefix from log1mexp, xlogx, xlogy0 and fix numba imports * Fix xtensor test to use backward compat aliases in skip list --------- Co-authored-by:copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
-
- 21 10月, 2025 1 次提交
-
-
由 Jesse Grabowski 提交于
* Rename `mul` -> `multiply` * Rename `sub` -> `subtract` * Space... the final frontier
-
- 20 10月, 2025 7 次提交
-
-
由 Jesse Grabowski 提交于
-
由 Ricardo Vieira 提交于
-
由 copilot-swe-agent[bot] 提交于
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
- 17 10月, 2025 1 次提交
-
-
由 Jesse Grabowski 提交于
* `linalg.eig` always returns complex dtype * Update Eig dispatch for Numba, Jax, and Pytorch backends * Clean up `pytensor.linalg.expm` and related tests * Add JAX dispatch for expm * Implement L_op instead of grad in `Eigh` --------- Co-authored-by:Jesse Grabowski <jesse.grabowski@readyx.com>
-
- 16 10月, 2025 5 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
This isn't strictly needed but it's a more intuitive placement
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Helpers before dispatchers
-