Skip to content

Commit 6c62e2b

Browse files
committed
0.856
1 parent f33e2db commit 6c62e2b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.856 2026-03-22
2+
- fix bad use of inplace
3+
14
0.855 2025-03-06
25
- fix recent change that allowed negative variance and standard deviation (#34) - thanks @shawnlaffan for report
36

lib/PDL/Stats.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package PDL::Stats;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.855';
6+
our $VERSION = '0.856';
77

88
sub import {
99
my $pkg = (caller())[0];

0 commit comments

Comments
 (0)