Skip to content

Commit

Permalink
1.010
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 20, 2025
1 parent f8b88cf commit 538f31d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.010 2025-01-20
- make t_brgb *not* divide by zero

1.008 2025-01-19
1.009 2025-01-19
- more tolerant t_brgb test with better failure-reporting with Test::PDL

1.008 2025-01-16
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Transform/Color.pm
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ use PDL::Graphics::ColorSpace;
use Carp;

our @ISA = ( 'Exporter', 'PDL::Transform' );
our $VERSION = '1.009';
our $VERSION = '1.010';
$VERSION =~ tr/_//d;

our @EXPORT_OK = qw/ t_gamma t_brgb t_srgb t_shift_illuminant t_shift_rgb t_cmyk t_rgi t_cieXYZ t_xyz t_xyY t_xyy t_lab t_xyz2lab t_hsl t_hsv t_pc t_pcp/;
Expand Down

0 comments on commit 538f31d

Please sign in to comment.