Skip to content

Commit d33cf57

Browse files
committed
0.37
1 parent a11a19f commit d33cf57

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.37 2023-04-01
2+
- install pdldoc using PDL::Doc
3+
14
0.36 2023-03-29
25
- memory-manage CODE-refs properly to work with PDL 2.083+
36

MANIFEST.SKIP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Real/Real\.
33
Trans/Trans\.
44
Complex/Complex\.
55
cover_db/
6-
Makefile$
6+
Makefile(\.old)?$
77
\.o(bj|)$
88
\.sw.*$
99
META

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.36';
22+
our $VERSION = '0.37';
2323
$VERSION = eval $VERSION;
2424

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

0 commit comments

Comments
 (0)