We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b88cf commit 538f31dCopy full SHA for 538f31d
CHANGES
@@ -1,6 +1,7 @@
1
+1.010 2025-01-20
2
- make t_brgb *not* divide by zero
3
-1.008 2025-01-19
4
+1.009 2025-01-19
5
- more tolerant t_brgb test with better failure-reporting with Test::PDL
6
7
1.008 2025-01-16
lib/PDL/Transform/Color.pm
@@ -339,7 +339,7 @@ use PDL::Graphics::ColorSpace;
339
use Carp;
340
341
our @ISA = ( 'Exporter', 'PDL::Transform' );
342
-our $VERSION = '1.009';
+our $VERSION = '1.010';
343
$VERSION =~ tr/_//d;
344
345
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