Skip to content

Commit acf4bd4

Browse files
committed
0.38
1 parent a8599f8 commit acf4bd4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
0.38 2024-02-24
12
- tricpy now supports native-complex types
3+
- tricpy now defaults to upper - thanks @jo-37
24

35
0.37 2023-04-01
46
- install pdldoc using PDL::Doc

lib/PDL/LinearAlgebra.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use constant {
1919

2020
use strict;
2121

22-
our $VERSION = '0.37';
22+
our $VERSION = '0.38';
2323
$VERSION = eval $VERSION;
2424

2525
@PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;

0 commit comments

Comments
 (0)