From f99115b0d4ae705a64a8a7c980578429ce462ffc Mon Sep 17 00:00:00 2001 From: Ed J Date: Mon, 6 Jan 2025 04:12:44 +0000 Subject: [PATCH] 0.433 --- Changes | 1 + lib/PDL/LinearAlgebra.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index b3fc080..40d27d6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.433 2025-01-06 - make Trans::toreal do nothing if given real-typed data 0.432 2025-01-04 diff --git a/lib/PDL/LinearAlgebra.pm b/lib/PDL/LinearAlgebra.pm index c3c3576..1160568 100644 --- a/lib/PDL/LinearAlgebra.pm +++ b/lib/PDL/LinearAlgebra.pm @@ -19,8 +19,8 @@ use constant { use strict; -our $VERSION = '0.432'; -$VERSION = eval $VERSION; +our $VERSION = '0.433'; +$VERSION =~ tr/_//d; @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/; @PDL::LinearAlgebra::EXPORT_OK = qw/diag issym minv mtriinv msyminv mposinv mdet mposdet mrcond positivise