Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - rcols issue

2024-01-14 Thread Karl Glazebrook via pdl-general
Thanks Ed. Yes I can confirm the code snippet bugs as you describe on PDL-2.084 Good detective work and impressive use of git! Hope it is just a bug. I can also confirm it works on 2.077 and bugs on 2.078 Karl > On 14 Jan 2024, at 1:16 am, Ed . wrote: > > Hi Karl, > > Thank you for both

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - scalars vs piddles

2024-01-14 Thread Karl Glazebrook via pdl-general
Hi Ed I believe the original logic here (likely mine) was that if the 0D PDLs turned automatically in to scalars they could be fed directly, without casting, in to perl-to-C calls and PDL did a lot of that. e.g. I used to do a lot of direct calling of the PGPLOT module commands. I guess if

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - PDL::NiceSlice issue

2024-01-14 Thread Karl Glazebrook via pdl-general
Thanks Ed & Luis. I will chalk that one as being down to the limitations of NiceSlice and update that particular code not to use it. Karl > On 14 Jan 2024, at 4:42 am, Ed . wrote: > > Hi Luis, > > Thank you for your help on both this and the “clump” issue. > > NiceSlice got changed (as a