Evgeni Burovski
Evgeni Burovski
Oh the joys of rebasing large PRs after six months. A large part of CI failures seem to be due to ``` E ImportError: /scipy/build-install/lib/python3.10/site-packages/scipy/interpolate/_bspl.cpython-310-i386-linux-gnu.so: undefined symbol: dlartg_ ``` The...
Okay, https://github.com/scipy/scipy/pull/19970/commits/63cdbe6038295f064558938c8b79ace1a9bf0336 seems to work locally for `python dev.py build --with-scipy-openblas`. Let's see if the full CI concurs. EDIT: and it does.
There will be more @ilhan :-). - periodic 1D constructor: I expect this to be a small change on top of `_generate_knots` (compare https://github.com/scipy/scipy/blob/main/scipy/interpolate/fitpack/fpperi.f to https://github.com/scipy/scipy/blob/main/scipy/interpolate/fitpack/fpcurf.f --- the latter is...
Well the subject matter is not _that_ bad after all. It's just an LSQ problem in a specific basis + a greedy like heuristics to select a relevant subspace (iow,...
Can't promise flowers :-). A beverage of your choice yes certainly, next time we're in the same city :-). Meanwhile, need a hand with LAPACK stuff in the lbfgsb PR?
Testing `dev.py` options: - [x] `$ python dev.py test --doctests -j 4` seems to give all workers all tests instead of distributing them? Needs checking, can be done in a...
Here's an update: - Following up on the ML discussion and Pamphile's suggestion (thanks @tupui), the dev.py plumbing is through a dedicated command: `$ python dev.py smoke-docs`. The command mirrors...
Thanks Lucas. Now that CI is green, the plugin repository has been moved to https://github.com/scipy/scipy_doctest, as discussed on the mailing list. Could you check that you've the green button on...
ATM the repository and the package are `scipy_doctest` and the dev.py stanzas are `$ python dev.py smoke-docs -s submodule` and `$ python dev.py smoke-tutorial`. The former supports the usual `-s`,...
> Doesn't look like it. Hmmm. That's not right. Somehow the 'settings' tab is missing after transferring the repo, both in the scipy org and in my personal GH account....