2024-02-05 22:11:45 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
liblinear: updated to 2.47
Version 2.47 released on July 9, 2023. We fix some minor bugs.
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2021-04-16 08:48:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
liblinear: updated to 2.43
Version 2.43
Installing the Python interface through PyPI is supported.
Version 2.42
For dual CD solvers (logistic/l2 losses but not l1 loss), if a maximal number of \
iterations is reached, LIBLINEAR directly switches to run a primal Newton \
solver.
|
2020-10-28 20:32:33 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
liblinear: updated to 2.41
Version 2.41 released on July 29, 2020 (some bug fixes of version 2.40).
Version 2.40 released on July 22, 2020.
A new solver: dual coordinate descent method for linear one-class SVM; see the paper
The Newton solver is updated to have faster training speed; see the release note
A new option -R to allow users not to regularize bias (when -B 1 is used)
|
2017-11-15 23:12:56 by Thomas Klausner | Files touched by this commit (1) |
Log message:
liblinear: follow redirects
|
2017-11-10 17:18:47 by Pierre Pronchery | Files touched by this commit (4) |
Log message:
Add support for CFLAGS and LDFLAGS
This notably fixes building with RELRO enabled.
Bump PKGREVISION, since this generates a different binary now that SSP and
FORTIFY are enabled.
|
2017-05-21 12:40:28 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
Changes 2.11:
We have improved the trust-region update rule in the primal-based Newton method. \
It's significantly faster (e.g., twice faster or more) on some problems (see the \
technical report).
We now support scipy objects in the Python interface
|
2016-01-28 12:34:48 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
Build blas.a using libtool, fixes build on SunOS. Bump PKGREVISION.
|
2015-11-20 15:47:20 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 2.1:
Unknown
|