[Numpy-discussion] Re: `dtype` parameter in `clip` method

2023-03-17 Thread Ralf Gommers
On Thu, Mar 16, 2023 at 7:57 PM Sergio Callegari wrote: > I am trying to use the `clip` method to transform floats to integers with > clipping. I was expecting to be able to do both the clipping and the type > conversion at once, passing the `dtype` parameter to `clip`, together with > a

[Numpy-discussion] 15ᵗʰ Advanced Scientific Programming in Python in Heraklion, Crete, Greece, 27 August – 3 September,2023

2023-03-17 Thread Tiziano Zito
ASPP2023: 15ᵗʰ Advanced Scientific Programming in Python a Summer School https://aspp.school Scientists spend more and more time writing, maintaining, and debugging software. While techniques for doing this efficiently have evolved, only

[Numpy-discussion] Re: `dtype` parameter in `clip` method

2023-03-17 Thread Sebastian Berg
On Fri, 2023-03-17 at 07:44 +, Ralf Gommers wrote: > On Thu, Mar 16, 2023 at 7:57 PM Sergio Callegari < > sergio.calleg...@gmail.com> > wrote: > > > I am trying to use the `clip` method to transform floats to > > integers with > > clipping. I was expecting to be able to do both the clipping