Skip to content

Commit cdfda19

Browse files
committed
0.855
1 parent bff5a5b commit cdfda19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
0.855 2025-03-06
12
- fix recent change that allowed negative variance and standard deviation (#34) - thanks @shawnlaffan for report
23

34
0.854 2025-02-25

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.854';
6+
our $VERSION = '0.855';
77

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

0 commit comments

Comments
 (0)