File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
main/java/de/bwaldvogel/liblinear
test/java/de/bwaldvogel/liblinear Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
2- Copyright (c) 2007-2021 The LIBLINEAR Project.
2+ Copyright (c) 2007-2022 The LIBLINEAR Project.
33All rights reserved.
44
55Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The only requirement is Java 8 or later.
2525<dependency >
2626 <groupId >de.bwaldvogel</groupId >
2727 <artifactId >liblinear</artifactId >
28- <version >2.43 </version >
28+ <version >2.44 </version >
2929</dependency >
3030```
3131
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
1717}
1818
1919group = " de.bwaldvogel"
20- version = ' 2.43 '
20+ version = ' 2.44 '
2121
2222sourceCompatibility = 1.8
2323targetCompatibility = 1.8
Original file line number Diff line number Diff line change 3030 *
3131 * <p><em>The port was done by Benedikt Waldvogel (mail at bwaldvogel.de)</em></p>
3232 *
33- * @version 2.43
33+ * @version 2.44
3434 */
3535public class Linear {
3636
37- static final int VERSION = 243 ;
37+ static final int VERSION = 244 ;
3838
3939 static final Charset FILE_CHARSET = StandardCharsets .ISO_8859_1 ;
4040
Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ void testFindBestParametersOnDnaScaleDataSet_L2R_L2LOSS_SVR() throws Exception {
766766
767767 @ Test
768768 void testGetVersion () throws Exception {
769- assertThat (Linear .getVersion ()).isEqualTo (243 );
769+ assertThat (Linear .getVersion ()).isEqualTo (244 );
770770 }
771771
772772}
You can’t perform that action at this time.
0 commit comments