scipy icon indicating copy to clipboard operation
scipy copied to clipboard

Scipy main repository

Results 7 scipy issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. rtools (chocolatey) is currently being used for CI windows scipy-meson builds. However, rtools is behind the msys2 ucrt64 gcc...

#### Reference issue #### What does this implement/fix? Demonstrate how to perform a Nix build of the meson version of scipy. #### Additional information Note there is no intention of...

## Description This PR: - [X] Implements automated benchmarking on CI - [X] Uploads ASV-generated results, HTML files and logs as artifacts - [X] Adds build caching using `ccache` for...

* Reference issue: https://github.com/scipy/scipy/issues/14353

Reference issue: https://github.com/scipy/scipy/issues/14353 Reference PR from which I followed the implementation: https://github.com/scipy/scipy/pull/14356/ cc @rgommers

From https://github.com/scipy/scipy/pull/14367#issuecomment-877647046: There are a couple of issues (2 open, 2 closed) about `sepfir2d`, so it does get usage. Now that we've looked into this and found some of the...

Hi @rgommers, I have written a CI script for benchmarking and uploading the results to GitHub Actions with meson optimization levels(#36). See: https://github.com/Smit-create/scipy/blob/for_run/.github/workflows/linux.yml I am uploading results here too: https://drive.google.com/drive/folders/1x9sBoOGLKMf6VWV0jNj0_p6Jgm35HDAM?usp=sharing...