We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557ec02 commit ebd2e75Copy full SHA for ebd2e75
Changes
@@ -1,2 +1,5 @@
1
+2.097 2024-12-09
2
+- install pdldoc, add repo metadata
3
+
4
2.096 2024-12-04
5
- split out from PDL 2.095
IDL.pm
@@ -95,7 +95,7 @@ our @EXPORT_OK = qw( ridl );
95
our @EXPORT = @EXPORT_OK;
96
our @EXPORT_TAGS = ( Func=>[@EXPORT_OK] );
97
98
-our $VERSION = "2.096";
+our $VERSION = "2.097";
99
$VERSION = eval $VERSION;
100
101
use PDL;
0 commit comments