We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982e0e5 commit 409912bCopy full SHA for 409912b
Changes
@@ -1,3 +1,4 @@
1
+1.014 2024-10-25
2
- exception when oplot in multiplot mode
3
- oplot now leaves {x,y}range alone
4
lib/PDL/Graphics/Simple.pm
@@ -271,7 +271,7 @@ use PDL::Options q/iparse/;
271
use File::Temp qw/tempfile tempdir/;
272
use Scalar::Util q/looks_like_number/;
273
274
-our $VERSION = '1.013';
+our $VERSION = '1.014';
275
$VERSION =~ s/_//g;
276
277
##############################
0 commit comments