We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4869f0 commit 97b8dc6Copy full SHA for 97b8dc6
CHANGES
@@ -1,3 +1,6 @@
1
+2.35 2024-12-20
2
+- be more careful with datatypes (https://github.com/PDLPorters/pdl/issues/511)
3
+
4
2.34 2024-11-25
5
- minimum Perl 5.10.1
6
- add PGPLOT::set_debugging
lib/PGPLOT.pm
@@ -5,7 +5,7 @@ use warnings;
use Exporter;
use DynaLoader;
7
8
-our $VERSION="2.34";
+our $VERSION="2.35";
9
10
our @ISA = qw(Exporter DynaLoader);
11
our @EXPORT = qw( pgarro pgask pgaxis pgband pgbbuf pgbeg pgbegin pgbin pgbox
0 commit comments