Skip to content

Commit

Permalink
0.431
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 3, 2025
1 parent e2acf69 commit 7cb807f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/LinearAlgebra.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/;
Expand Down

0 comments on commit 7cb807f

Please sign in to comment.