Skip to content

Commit

Permalink
0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed May 27, 2024
1 parent 3ae44d9 commit d0cdbda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
0.84 2024-05-27
- effect_code exception if only one unique value
- fix for Distr so M_PI found - thanks @shawnlaffan

0.83 2023-04-01
- install pdldoc using PDL::Doc
Expand Down
2 changes: 1 addition & 1 deletion Stats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package PDL::Stats;
use strict;
use warnings;

our $VERSION = '0.83';
our $VERSION = '0.84';

sub import {
my $pkg = (caller())[0];
Expand Down

0 comments on commit d0cdbda

Please sign in to comment.