Skip to content

Commit 9370b95

Browse files
committed
2.33
1 parent f285aab commit 9370b95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.33 2024-09-17
2+
- fix ramp and rgb LUTs (and neg to be compatible) to always increase values (#16) - thanks @d-lamb
3+
14
2.32 2024-08-18
25
- if PDL installed, force 2.089+
36

lib/PGPLOT.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
use Exporter;
66
use DynaLoader;
77

8-
our $VERSION="2.32";
8+
our $VERSION="2.33";
99

1010
our @ISA = qw(Exporter DynaLoader);
1111
our @EXPORT = qw( pgarro pgask pgaxis pgband pgbbuf pgbeg pgbegin pgbin pgbox

0 commit comments

Comments
 (0)