[SciPy-Dev] Re: SciPy Community Meeting and Announcements

2024-04-16 Thread Evgeni Burovski
Thank you Melissa! For those (like me) who want to switch on email notifications: https://racket.discourse.group/t/how-to-enable-mailing-list-mode/167 (the first google search link for me; this is some other discourse but the guide is the same). Evgeni On Wed, Apr 17, 2024 at 2:31 AM Melissa Men

[SciPy-Dev] Re: welcome Sean to the SciPy maintainers team

2024-03-25 Thread Evgeni Burovski
Welcome Sean, great to have you on the team! пн, 25 мар. 2024 г., 18:29 Ralf Gommers : > Hi all, > > On behalf of the SciPy developers I'd like to welcome Sean Cheah as the > newest member of the maintainers team. > > Sean has been doing some very interesting work on our BLAS and LAPACK > support

[SciPy-Dev] Re: welcome Lucas and Daniel to the SciPy maintainers team

2024-02-29 Thread Evgeni Burovski
Welcome Daniel, Welcome Lucas! On Thu, Feb 29, 2024 at 11:30 AM Ralf Gommers wrote: > Hi all, > > On behalf of the SciPy developers I'd like to welcome Lucas Colley and > Daniel Schmitz as new members of the maintainers team. > > Lucas has done a lot of general maintenance work and has been one

[SciPy-Dev] Re: RFC: decouple doctesting from refguide-check

2024-02-23 Thread Evgeni Burovski
> Regarding the naming, “scipy-doctest” sounds straightforward. And how > about “dev.py doctest”? That makes it clear doctest serves a different > purpose than unittests. > Ah, yes. This was decided against in https://github.com/scipy/scipy/pull/19242#discussion_r1327000250 ___

[SciPy-Dev] Re: RFC: decouple doctesting from refguide-check

2024-02-22 Thread Evgeni Burovski
x27;s `dev.py test --smoke-docs`? What we certainly do not want is to mix doctests and unit tests. These are two different things: testing is through unit tests, and doctests are only an implementation detail of how we keep documentation current. Thoughts? Evgeni Burovski wrote: > Hi, &

[SciPy-Dev] RFC: FITPACK analog in scipy.interpolate

2024-02-03 Thread Evgeni Burovski
Hi, I'd be grateful for suggestions/opinions about the API of scipy.interpolate. We currently rely on the FITPACK library to construct smoothing splines. The user-facing API is `splrep` and `UnivariateSpline`. There's a project to replicate/rework what FITPACK is doing, with two goals: - bring the

[SciPy-Dev] scipy.interpolate: RGI design question

2024-01-02 Thread Evgeni Burovski
Hi, I'd like to solicit some opinions about a PR in scipy.interpolate. The PR itself is https://github.com/scipy/scipy/pull/19633 --- it has several moving parts; here on list I'd be most thankful for input on its (relatively) high-level design. (Of course, reviews of internals in the PR itself wo