Skip to content

Commit f99115b

Browse files
committed
0.433
1 parent b6d2f92 commit f99115b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
0.433 2025-01-06
12
- make Trans::toreal do nothing if given real-typed data
23

34
0.432 2025-01-04

lib/PDL/LinearAlgebra.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ use constant {
1919

2020
use strict;
2121

22-
our $VERSION = '0.432';
23-
$VERSION = eval $VERSION;
22+
our $VERSION = '0.433';
23+
$VERSION =~ tr/_//d;
2424

2525
@PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
2626
@PDL::LinearAlgebra::EXPORT_OK = qw/diag issym minv mtriinv msyminv mposinv mdet mposdet mrcond positivise

0 commit comments

Comments
 (0)