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 a8599f8 commit acf4bd4Copy full SHA for acf4bd4
Changes
@@ -1,4 +1,6 @@
1
+0.38 2024-02-24
2
- tricpy now supports native-complex types
3
+- tricpy now defaults to upper - thanks @jo-37
4
5
0.37 2023-04-01
6
- install pdldoc using PDL::Doc
lib/PDL/LinearAlgebra.pm
@@ -19,7 +19,7 @@ use constant {
19
20
use strict;
21
22
-our $VERSION = '0.37';
+our $VERSION = '0.38';
23
$VERSION = eval $VERSION;
24
25
@PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
0 commit comments