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 fed1757 commit b5e20d4Copy full SHA for b5e20d4
Changes
@@ -1,3 +1,4 @@
1
+0.854 2025-02-25
2
- fix anova_rptd problem depending on grouping of IVs (part of RT#97925)
3
- do all plotting with PDL::Graphics::Simple
4
- add Basic::code_ivs
lib/PDL/Stats.pm
@@ -3,7 +3,7 @@ package PDL::Stats;
use strict;
use warnings;
5
6
-our $VERSION = '0.853';
+our $VERSION = '0.854';
7
8
sub import {
9
my $pkg = (caller())[0];
0 commit comments