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 PDLx-Mask

0.06      2023-01-10 13:39:52-05:00 America/New_York

    * Promote to production; no changes from 0.05

0.05      2022-12-29 13:34:56-05:00 America/New_York (TRIAL RELEASE)

  [TEST FIX]

    * Make tests work on PDL < 2.056, where dsum returns a Perl scalar instead of an  ndarray

0.04      2022-12-29 00:02:53-05:00 America/New_York (TRIAL RELEASE)

  [BUILD FIX]

    * removed unspecified Tet dependency on strictures

    * moved to Dist::Zilla

  [TEST FIX]

    * Switch to Test2::V0, Test2::Tools::PDL

    * Compare ndarrays directly rather than unpdl'ing them


0.03	2016-10-28T13:45:54-0400

  [BUG FIX]

    * if a mask unsubscribed data objects, they were not informed
      and thus didn't update their valus.

0.02	2016-10-28T09:57:59-0400

  [BUG FIX]

    * a mask object didn't update its effective mask if a subscriber
      with a data_mask unsubscribed

  [ENHANCEMENT]

    * PDLx::MaskedData objects may now be explicitly subscribed and
      unsubscribed


0.01	2016-10-24T15:38:10-0400

    * Initial release.