Skip to content

Commit 538f31d

Browse files
committedJan 20, 2025·
1.010
1 parent f8b88cf commit 538f31d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎CHANGES

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
1.010 2025-01-20
12
- make t_brgb *not* divide by zero
23

3-
1.008 2025-01-19
4+
1.009 2025-01-19
45
- more tolerant t_brgb test with better failure-reporting with Test::PDL
56

67
1.008 2025-01-16

‎lib/PDL/Transform/Color.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ use PDL::Graphics::ColorSpace;
339339
use Carp;
340340

341341
our @ISA = ( 'Exporter', 'PDL::Transform' );
342-
our $VERSION = '1.009';
342+
our $VERSION = '1.010';
343343
$VERSION =~ tr/_//d;
344344

345345
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/;

0 commit comments

Comments
 (0)
Please sign in to comment.