We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ea332 commit a313f96Copy full SHA for a313f96
Changes
@@ -1,3 +1,4 @@
1
+1.012 2024-09-21
2
- add "contours", "fits", "polylines" plot types
3
4
1.011 2024-04-22
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.011';
+our $VERSION = '1.012';
275
$VERSION =~ s/_//g;
276
277
##############################
0 commit comments