Commit graph

4 commits

Author SHA1 Message Date
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Daniël de Kok 16e5ce4058 liblinear: 2.21 -> 2.30 (#60277)
This release adds parameter search for l2-regularized l2-loss SVR.
2019-05-01 15:51:43 +02:00
Daniël de Kok c15006d410 liblinear: 2.20 -> 2.21 (#48304) 2018-10-13 11:27:54 +02:00
Daniël de Kok e8d6ceaf39 liblinear: init at 2.20 (#44178)
Since building liblinear is very similar to libsvm, this expression
is largely based on libsvm.
2018-07-31 23:52:04 +02:00