Skip to content

Commit

Permalink
1.006
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 23, 2022
1 parent cdae97f commit f88f337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.006 2022-01-23
- fix t_xyz2lab - thanks @vadim-160102

1.005 2020-09-17
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 @@ -345,7 +345,7 @@ use PDL::Options;
use Carp;

our @ISA = ( 'Exporter', 'PDL::Transform' );
our $VERSION = '1.005';
our $VERSION = '1.006';
$VERSION = eval $VERSION;

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 f88f337

Please sign in to comment.