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 f33e2db commit 6c62e2bCopy full SHA for 6c62e2b
2 files changed
Changes
@@ -1,3 +1,6 @@
1
+0.856 2026-03-22
2
+- fix bad use of inplace
3
+
4
0.855 2025-03-06
5
- fix recent change that allowed negative variance and standard deviation (#34) - thanks @shawnlaffan for report
6
lib/PDL/Stats.pm
@@ -3,7 +3,7 @@ package PDL::Stats;
use strict;
use warnings;
-our $VERSION = '0.855';
+our $VERSION = '0.856';
7
8
sub import {
9
my $pkg = (caller())[0];
0 commit comments