We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff5a5b commit cdfda19Copy full SHA for cdfda19
Changes
@@ -1,3 +1,4 @@
1
+0.855 2025-03-06
2
- fix recent change that allowed negative variance and standard deviation (#34) - thanks @shawnlaffan for report
3
4
0.854 2025-02-25
lib/PDL/Stats.pm
@@ -3,7 +3,7 @@ package PDL::Stats;
use strict;
use warnings;
5
6
-our $VERSION = '0.854';
+our $VERSION = '0.855';
7
8
sub import {
9
my $pkg = (caller())[0];
0 commit comments