- 14 10月, 2025 2 次提交
-
-
由 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 提交于
-
- 09 10月, 2025 14 次提交
-
-
由 Will Dean 提交于
Co-authored-by:
Carlos Trujillo <59846724+cetagostini@users.noreply.github.com> Co-authored-by:
Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> Co-authored-by:
Jesse Grabowski <48652735+jessegrabowski@users.noreply.github.com>
-
由 Copilot 提交于
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by:
ricardoV94 <28983449+ricardoV94@users.noreply.github.com>
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Ricardo Vieira 提交于
-
由 Copilot 提交于
-
- 08 10月, 2025 15 次提交
-
-
由 Copilot 提交于
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by:
ricardoV94 <28983449+ricardoV94@users.noreply.github.com>
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 ricardoV94 提交于
When a subgraph with multiple outputs is "implicitly" claimed, it can change the dependencies of remaining nodes. A node that depended only on a subset of the subgraph outputs now depends on all of them. Not taking this into account could lead to circular dependent Composites
-
由 ricardoV94 提交于
-
- 07 10月, 2025 1 次提交
-
-
由 Rob Zinkov 提交于
-
- 05 10月, 2025 1 次提交
-
-
由 Copilot 提交于
* Initial plan * Fix pt.flip to handle negative axis correctly using normalize_axis_tuple Co-authored-by:
ricardoV94 <28983449+ricardoV94@users.noreply.github.com> * Expand existing test_flip function to include negative axis tests Co-authored-by:
ricardoV94 <28983449+ricardoV94@users.noreply.github.com> * Fix mypy error by using separate variable for normalized axis Co-authored-by:
ricardoV94 <28983449+ricardoV94@users.noreply.github.com> * Fix ruff formatting issues Co-authored-by:
jessegrabowski <48652735+jessegrabowski@users.noreply.github.com> --------- Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by:
ricardoV94 <28983449+ricardoV94@users.noreply.github.com> Co-authored-by:
jessegrabowski <48652735+jessegrabowski@users.noreply.github.com>
-