- 27 10月, 2025 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...330a01c490aca151604b8cf639adc76d48f6c5d4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 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 3 次提交
-
-
由 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>
-
由 Jesse Grabowski 提交于
-
由 Aidan Costello 提交于
* Use lapack instead of `scipy_linalg.cho_solve` * Use lapack instead of `scipy_linalg.lu_factor` * Use lapack instead of `scipy_linalg.solve_triangular` * Add empty test for lu_factor * Tidy imports * remove ndim check
-
- 12 10月, 2025 1 次提交
-
-
由 Ricardo Vieira 提交于
Pre-commit will not install hooks by default, and Copilot has no network access to install afterwards. Pre-install during setup
-
- 10 10月, 2025 3 次提交
-
-
由 copilot-swe-agent[bot] 提交于
Co-authored-by:ricardoV94 <28983449+ricardoV94@users.noreply.github.com>
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-