We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d2f92 commit f99115bCopy full SHA for f99115b
Changes
@@ -1,3 +1,4 @@
1
+0.433 2025-01-06
2
- make Trans::toreal do nothing if given real-typed data
3
4
0.432 2025-01-04
lib/PDL/LinearAlgebra.pm
@@ -19,8 +19,8 @@ use constant {
19
20
use strict;
21
22
-our $VERSION = '0.432';
23
-$VERSION = eval $VERSION;
+our $VERSION = '0.433';
+$VERSION =~ tr/_//d;
24
25
@PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
26
@PDL::LinearAlgebra::EXPORT_OK = qw/diag issym minv mtriinv msyminv mposinv mdet mposdet mrcond positivise
0 commit comments