Re: [Pdl-devel] ready for SciPDL 2.017?

2016-10-21 Thread Karl Glazebrook
Done. README.pdf Description: Adobe PDF document https://dl.dropboxusercontent.com/u/2148080/SciPDL-v2.017.dmg > On 16 Oct 2016, at 6:17 AM, Chris Marshall wrote: > > Hi Karl- > > PDL-2.017 is testing very well (and cleanly with all the warning fixed by > Derek!). > Do you have an estimate

[Pdl-devel] Subclassing PDL made easier with PDLx::DetachedObject

2016-10-21 Thread Diab Jerius
I've been having lots of fun lately creating complex classes which inherit from PDL. Unfortunately, when PDL creates objects on the fly, e.g. when it needs to store the result of an operation: $mpdl = MyPDL->new; $npdl = $mpdl + 1; # $npdl will be of class MyPDL it can't pass along any addit