- 28 10月, 2025 1 次提交
-
-
由 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 17 次提交
-
-
由 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
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
They are actually defined in tensor/math.py, but this is better than being in `basic.py`
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ben Mares 提交于
It seems that libiomp5.lib has been renamed to libiomp5md.lib, so the detection was failing. Add another search step with the new library name. TODO: is there a more modern approach? Co-authored-by:Luciano Paz <luciano.paz.neuro@gmail.com>
-
- 14 10月, 2025 4 次提交
-
-
由 Jesse Grabowski 提交于
-
由 Jesse Grabowski 提交于
* Delete `sparse.sandbox` * delete test_sp2.py
-
由 Ben Mares 提交于
```bash uvx gha-tools autoupdate ./.github/workflows/ --pin=all --version-strategy=specific --write ```
-
由 Ricardo Vieira 提交于
Calling `lru_cache` on instance methods causes a leak. Fixed as suggested in https://rednafi.com/python/lru-cache-on-methods/
-
- 13 10月, 2025 1 次提交
-
-
由 Copilot 提交于
* Initial plan * Fix issue #1554: Preserve custom thumbnails in gallery script Modified scripts/generate_gallery.py to check if a thumbnail file already exists before extracting from notebooks. This prevents the script from overwriting manually-placed custom thumbnails in the _thumbnails directory. The gen_previews() method now: 1. Checks if self.png_path exists 2. If yes, logs info message and returns early (preserving custom thumbnail) 3. If no, proceeds with extraction from notebook or uses default logo Fixes #1554 --------- Co-authored-by:copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
-