Skip to content

Commit cd70e32

Browse files
committedDec 27, 2024·
0.850
1 parent a9a9f87 commit cd70e32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Changes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
0.850 2024-12-27
12
- removed TS::inte (identical to cumusumover)
23
- moved TS::diff (unused here) to Ufunc
34
- move PDL::Stats::Distr into PDL::GSL since needs GSL

‎Stats.pm

+1-1
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.84';
6+
our $VERSION = '0.850';
77

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

0 commit comments

Comments
 (0)
Please sign in to comment.