summaryrefslogtreecommitdiff
path: root/math/liblinear/patches
AgeCommit message (Collapse)AuthorFilesLines
2020-10-28liblinear: updated to 2.41adam1-30/+23
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-10Add support for CFLAGS and LDFLAGSkhorben2-8/+15
This notably fixes building with RELRO enabled. Bump PKGREVISION, since this generates a different binary now that SSP and FORTIFY are enabled.
2017-05-21Changes 2.11:adam1-14/+9
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-28Build blas.a using libtool, fixes build on SunOS. Bump PKGREVISION.jperkin2-13/+51
2015-11-20Changes 2.1:adam1-0/+50
Unknown