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 eefa193 commit 924fcd7Copy full SHA for 924fcd7
Changes
@@ -1,6 +1,8 @@
1
Revision history for Statistics-Krippendorff
2
3
-0.04 ???
+0.04 2025-09-11
4
+ - Optimize coincidence building (runtime shortened from hours
5
+ to seconds for large datasets).
6
- Remove CPAN Ratings from the documentation.
7
- Update installation instructions.
8
lib/Statistics/Krippendorff.pm
@@ -4,7 +4,7 @@ Statistics::Krippendorff - Calculate Krippendorff's alpha
=head1 VERSION
-Version 0.03
+Version 0.04
9
=cut
10
@@ -16,7 +16,7 @@ use Moo;
16
17
use experimental qw( signatures );
18
19
-our $VERSION = '0.03';
+our $VERSION = '0.04';
20
21
use List::Util qw{ min sum };
22
0 commit comments