[Pdl-devel] Play with PDL in IRC

2021-04-16 Thread Zakariyya Mughal
Hey y'all, I just wanted to let you know that we have `perlbot` in #pdl on irc.perl.org which now supports interacting with PDL in IRC ( aka "multiplayer notepad" :-P ). ``` > eval: use PDL; $x = sequence(10); $y = $x / $x->nelem; "$y" [perlbot] [0 0.1 0.2 0.3 0.4 0.5

Re: [Pdl-devel] PDL 2.037 released

2021-04-16 Thread Luis Mochan
Thanks! This is great news! Regards, Luis On Fri, Apr 16, 2021 at 06:07:40PM +, Ed . wrote: > Dear PDL folks, > > PDL 2.037 has just been uploaded to CPAN. Key features since the last > announcement: > > * New type qualifiers for pp_def Pars: “real” and “complex”, motivated by > PDL::FF

[Pdl-devel] PDL 2.037 released

2021-04-16 Thread Ed .
Dear PDL folks, PDL 2.037 has just been uploaded to CPAN. Key features since the last announcement: * New type qualifiers for pp_def Pars: “real” and “complex”, motivated by PDL::FFTW3 so it can return the real or complex version of the input floating-point data type (so “real” = cfloat->f