diff --git a/Changes b/Changes index ec58e25..49f5a9a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.431 2025-01-03 - mschur test with complex data can give different on 32-bit (#29) - thanks @sebastic for report 0.43 2025-01-02 diff --git a/lib/PDL/LinearAlgebra.pm b/lib/PDL/LinearAlgebra.pm index 967bf66..8ca1350 100644 --- a/lib/PDL/LinearAlgebra.pm +++ b/lib/PDL/LinearAlgebra.pm @@ -19,7 +19,7 @@ use constant { use strict; -our $VERSION = '0.43'; +our $VERSION = '0.431'; $VERSION = eval $VERSION; @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;