The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for MooX-PDL-Role-Proxy

0.07      2021-09-03 13:21:51-04:00 America/New_York

  [ENHANCEMENTS]

    * using new PDL "ndarray" versus old "piddle" terminology
    * tags piddle and ndarray are both recognized.
    * clone_with_piddles still accepted.
    * may now pass extra arguments to the clone method when using new _clone_with_ndarray

0.06      2021-07-01 16:45:27-04:00 America/New_York


  [BUG FIX]

    * copy() duplicates PDL's behavior by returning the original object if inplace is set.

    * sever() duplicates PDL's behavior by returning the original object

  [ENHANCEMENTS]

    * added qsort, qsort_on, clip_on, set_inplace

    * hide all private attributes from namespace

    * _piddles has clearer method so that it can be reset to defaults.

    * inplace updates always used the object attribute accessors to
      set the value.  This allows attribute triggers to be
      called. This is not always appropriate, so inplace can now use
      either the accessors or stores the results directly using the
      '.=' operator.  inplace() now accepts an optional argument to
      specify which approach to use.  There's also new methods
      inplace_set and inplace_store, which, respectively, specify the
      accessor and '.=' update approaches.

0.05      2019-02-02 13:48:18-05:00 America/New_York

  [BUILD FIX]

    * remove postderef syntax in test so will once again work on older Perls
    * specify minimum Perl version of 5.10


0.04      2019-01-31 10:01:32-05:00 America/New_York

  [ENHANCEMENTS]

    * document that nested proxy objects should work and add tests for
      them


0.03      2019-01-18 11:46:22-05:00 America/New_York

  [STABLE RELEASE]

    * no code changes from 0.02


0.02      2018-12-09 00:43:39-05:00 America/New_York (TRIAL RELEASE)

  [ BUILD FIX ]

    * specify required version of MooX::TaggedAttributes

0.01      2018-12-09 00:43:39-05:00 America/New_York

* First release upon an unsuspecting world.