[Numpy-discussion] Re: welcome Raghuveer, Chris, Mateusz and Matt to the NumPy maintainers team

2024-01-26 Thread Stefan van der Walt via NumPy-Discussion
On Fri, Jan 26, 2024, at 12:04, Ralf Gommers wrote: > We've got four new NumPy maintainers! Welcome to the team, and > congratulations to: > > - Raghuveer Devulapalli (https://github.com/r-devulap) > - Chris Sidebottom (https://github.com/mousius) > - Mateusz Sokół (https://github.com/mtsokol/) >

[Numpy-discussion] Re: welcome Raghuveer, Chris, Mateusz and Matt to the NumPy maintainers team

2024-01-26 Thread Charles R Harris
On Fri, Jan 26, 2024 at 1:08 PM Ralf Gommers wrote: > Hi all, > > We've got four new NumPy maintainers! Welcome to the team, and > congratulations to: > > - Raghuveer Devulapalli (https://github.com/r-devulap) > - Chris Sidebottom (https://github.com/mousius) > - Mateusz Sokół (https://github.com

[Numpy-discussion] welcome Raghuveer, Chris, Mateusz and Matt to the NumPy maintainers team

2024-01-26 Thread Ralf Gommers
Hi all, We've got four new NumPy maintainers! Welcome to the team, and congratulations to: - Raghuveer Devulapalli (https://github.com/r-devulap) - Chris Sidebottom (https://github.com/mousius) - Mateusz Sokół (https://github.com/mtsokol/) - Matt Haberland (https://github.com/mdhaber) Raghuveer

[Numpy-discussion] Re: New matvec and vecmat functions

2024-01-26 Thread Marten van Kerkwijk
> I tend to agree with not using the complex conjugate for vecmat, but would > prefer having > separate functions for that that make it explicit in the name. I also note > that mathematicians > use sesquilinear forms, which have the vector conjugate on the other side, so > there are > different

[Numpy-discussion] ANN: NumExpr 2.9.0 released

2024-01-26 Thread Francesc Alted
Announcing NumExpr 2.9.0 Hi everyone, NumExpr 2.9.0 is a release offering support for latest versions of PyPy. The full test suite should pass now, at least for the Python 3.10 version. Thanks to @27rabbitlt for most of the work and @mgorny and @m