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 6a1e38c commit 1ed0a76Copy full SHA for 1ed0a76
Changes
@@ -1,5 +1,8 @@
1
Revision history for Statistics-Krippendorff
2
3
+0.03 2025-02-08
4
+ - Require minimal version of Test2::V0 to have float(precision => ...)
5
+
6
0.02 2025-01-30
7
- Include the MASI distance.
8
lib/Statistics/Krippendorff.pm
@@ -4,7 +4,7 @@ Statistics::Krippendorff - Calculate Krippendorff's alpha
=head1 VERSION
-Version 0.02
+Version 0.03
9
=cut
10
@@ -16,7 +16,7 @@ use Moo;
16
17
use experimental qw( signatures );
18
19
-our $VERSION = '0.02';
+our $VERSION = '0.03';
20
21
use List::Util qw{ min sum };
22
0 commit comments