You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most significant of those from SciPy's perspective is probably that storage requirements for internally cached plans have been significantly reduced for most long 1D transforms. Plans that require more storage than 1MB will no longer be cached; this mainly affects huge 1D transforms of prime and near-prime sizes.
According to these recently failing tests:
https://github.com/stumpy-dev/automate/actions/runs/27837317419/job/82405841925
https://github.com/stumpy-dev/automate/actions/runs/27837448667/job/82388725360
https://github.com/stumpy-dev/automate/actions/runs/27837448733/job/82406007263
which are erroring out with:
It appears that
_pocketfftcannot be found in https://github.com/scipy/scipy/tree/main/scipy/fftbecause
pocketffthas been succeeded byducc0.fft(both of which are maintained by the same creator - mreineck):scipy/scipy#23436
They mention: