We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2acf69 commit 7cb807fCopy full SHA for 7cb807f
Changes
@@ -1,3 +1,4 @@
1
+0.431 2025-01-03
2
- mschur test with complex data can give different on 32-bit (#29) - thanks @sebastic for report
3
4
0.43 2025-01-02
lib/PDL/LinearAlgebra.pm
@@ -19,7 +19,7 @@ use constant {
19
20
use strict;
21
22
-our $VERSION = '0.43';
+our $VERSION = '0.431';
23
$VERSION = eval $VERSION;
24
25
@PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
0 commit comments