Skip to content

Commit

Permalink
0.433
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 6, 2025
1 parent b6d2f92 commit f99115b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.433 2025-01-06
- make Trans::toreal do nothing if given real-typed data

0.432 2025-01-04
Expand Down
4 changes: 2 additions & 2 deletions lib/PDL/LinearAlgebra.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f99115b

Please sign in to comment.