Skip to content

Commit b5e20d4

Browse files
committed
0.854
1 parent fed1757 commit b5e20d4

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.854 2025-02-25
12
- fix anova_rptd problem depending on grouping of IVs (part of RT#97925)
23
- do all plotting with PDL::Graphics::Simple
34
- add Basic::code_ivs

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

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

0 commit comments

Comments
 (0)