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 05c9075 commit 25ec0f0Copy full SHA for 25ec0f0
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension Algorithm::LibLinear
2
3
+0.24 Mon 4 Apr 2022
4
+ - Bundle LIBLINEAR 2.44.
5
+
6
0.23 Wed 18 Nov 2020
7
- Bundle LIBLINEAR 2.42, featuring automatic switching from dual CD
8
solver to primal Newton solver when convergence is slow.
lib/Algorithm/LibLinear.pm
@@ -10,7 +10,7 @@ use Smart::Args::TypeTiny;
10
use Types::Standard qw/ArrayRef Bool ClassName Dict Enum InstanceOf Int Num/;
11
use XSLoader;
12
13
-our $VERSION = '0.23';
+our $VERSION = '0.24';
14
15
XSLoader::load(__PACKAGE__, $VERSION);
16
0 commit comments