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
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
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
> 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
___
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,
&
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
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