]> granicus.if.org Git - liblinear/shortlog
liblinear
2023-02-17 tic66777update version number of setup.py because of mistakes... master v246
2023-02-16 heartylearnerUpdate Windows binaries for 2.46 release
2023-02-14 Chih-Jen Linupdate version number and COPYRIGHT file for 2.46
2023-01-28 Christian BlumeSet pointers to NULL after memory is freed
2023-01-18 Guan-Ting ChenSome improvements/changes in the one-class SVM solver:
2022-12-09 Eleven1LiuUpdate README: For nr_class = 1 or 2, solvers except...
2022-12-05 Chih-Jen Linupdated readme on nr_class
2022-10-27 Sinacamupdated setup.py for license
2022-09-28 Sinacamadded MacOS wheel to github actions
2022-09-03 Sinacamchanged version detection to use make conditional statement
2022-08-09 ericliu8168Update Windows binaries for 2.45 release v245
2022-08-07 Sinacamchanged version numbers
2022-08-07 Sinacamadded comment on resize
2022-08-07 Sinacamndarray.resize pads with zeros, np.resize doesn't
2022-08-07 Sinacamfixed csr_scale resize
2022-08-07 Sinacammoved all numpy references through scipy
2022-07-11 Chih-Jen Linremove one extra space
2022-07-03 Chih-Jen Linadd an empty line in matlab/Makefile to separate two...
2022-04-28 NaN-gitCross compilation fix
2022-04-05 Sinacamappending to sys.path has no effect in all our use...
2022-03-17 ericliu8168Windows binary: SHVER 5 with rigor regression test v244
2022-03-16 ericliu8168update python: liblinear.so.4 to liblinear.so.5
2022-03-15 ericliu8168Windows binary with SHVER from 4 to 5
2022-03-12 Sinacambuild windows wheels automatically
2022-03-08 Sinacamudpated setup.py
2022-03-07 Sinacamupdated setup.py
2022-03-06 Chih-Jen Linchange version number to 2.44 and COPYRIGHT year to...
2022-03-06 Chih-Jen Linchange SHVER from 4 to 5
2021-09-15 David Miguel... linear.cpp (check_parameter): only check value of p...
2021-07-09 Sinacamfixed type of struct problem y
2021-04-08 kevin1kevin1kAdd instructions for Python home-directory installation
2021-03-22 kevin1kevin1kFix minor issue of README
2021-02-24 juinanyenUpdate prebuilt binaries for windows v243
2021-02-16 Chih-Jen Linin matlab/README mention that Windows users must copy...
2021-02-15 Chih-Jen Linchange version number for 2.43 release
2021-02-14 juinanyenAdd more instructions for the python interface installation
2021-02-11 kevin1kevin1kFix package name and README
2021-02-10 kevin1kevin1kFix package name error
2021-02-10 kevin1kevin1kReplace tabs with four spaces in Python files
2021-02-10 kevin1kevin1kEnable installation with PyPI
2020-12-31 Sheng-Wei ChenChange the CFLAGS setting ` CFLAGS="\$CFLAGS -std=c99...
2020-11-30 Benedikt WaldvogelAdjust eps parameter comment in README: "stopping toler...
2020-11-12 Chih-Jen LinMove warning reaching max iter for dual L1-loss SVM...
2020-11-11 leepeiAdd back warning for dual L1-loss SVM and dual L1-loss SVR
2020-11-07 Chih-Jen Linminor fixes:
2020-11-04 Chih-Jen LinIn train_one we specify max_iter of dual solvers to...
2020-10-31 Wei-Lin ChiangUpdate windows and matlab binaries v242
2020-10-28 Chih-Jen LinStopping conditon of dual CD method for L1- and L2...
2020-10-23 Wei-Lin ChiangUpdate windows and matlab binaries
2020-10-21 Chih-Jen Linupdate version number in linear.h for 2.42 release
2020-10-20 Chih-Jen LinAutomatic switching from dual CD to primal Newton if...
2020-10-20 Chih-Jen Lin- add max Newton iter warning in newton.cpp
2020-10-16 Chih-Jen LinTwo changes in newton.cpp
2020-10-05 Benedikt WaldvogelRemove unused local variable
2020-10-05 Benedikt WaldvogelRemove unused parameter
2020-08-17 Christoph GohlkeExport get_decfun_rho and check_oneclass_model from...
2020-07-29 Chih-Jen Linupdate version number in linear.h to 2.41 v241
2020-07-28 Wei-Lin ChiangUpdate windows and matlab binaries
2020-07-28 Hung-Yi ChouAdd one-class (-s 21) help message to matlab/train.c
2020-07-27 Hung-Yi Choumodifications are made for one-class svm:
2020-07-22 Wei-Lin ChiangFix Makefile.win and update windows and matlab binaries v240
2020-07-22 Chih-Jen Linadd -R explanation in README (and mention that generall...
2020-07-22 Wei-Lin ChiangAdd -R option to matlab and python interface
2020-07-22 Wei-Lin ChiangNewton solver is changed from trust region to line...
2020-07-16 Wei-Lin ChiangAdd a new option -R for not regularizing the bias
2020-05-27 Chih-Jen Linversion number in linear.h updated to 2.40
2020-05-24 Chih-Jen LinFix one comment in linear.cpp and a description of...
2020-05-23 Chou Hung-Yi solver for one-class SVM supported
2020-03-27 Chih-Jen Lininit_sol in the parameter structure was introduced...
2020-02-21 Chih-Jen Linchange SHVER from 3 to 4 due to the function name chang...
2019-12-17 Chih-Jen Linchange a feature_node * variable name from s to xi...
2019-09-10 zyquefix a bug in README building windows binaries
2019-08-23 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2019-08-23 Chih-Jen Linin commit 347607e403e8b43e097ee409a908aa0d186e09f5
2019-07-31 johncreedRemove trailing white-space
2019-06-27 johncreedAdd log message to matlab/train.c in function do_find_p...
2019-06-27 johncreedRemove redundant trailing whitespace in linear.cpp...
2019-06-20 Chih-Jen Linremove an unnecessary tab in train.c
2019-03-20 Wei-Lin ChiangUpdate windows and matlab binaries v230
2019-03-20 johncreedChange find_parameter_C to find_parameters in linear.def
2019-03-20 johncreedFix find_parameters function parameter struct type...
2019-03-19 johncreedRemove a redundant newline in help message
2019-03-18 Chih-Jen Linchange version number in liblinear.h to 2.30 for the...
2019-03-18 Chih-Jen LinFix some minor indentation and space issues
2019-03-18 johncreedL2R_L2LOSS_SVR warm start parameter search supported
2019-02-26 Chih-Jen LinExplain in python/README that commonutil.py includes...
2018-12-29 Wei-Lin ChiangFix compiling issues in matlab interface
2018-12-18 Chih-Jen Linin solve_l1r_l2_svc, loss_old is initialized in a for...
2018-12-18 Chih-Jen Lina _cstr function to encode string to utf-8. Use it...
2018-12-17 Chih-Jen Linversion number changed to 2.22 for next release
2018-12-17 Chih-Jen Linset a max_cg_iter for the CG while loop.
2018-11-12 ppetter1025remove trailing space
2018-10-24 Chih-Jen Linin README use an example to explain that -C returns...
2018-10-02 Wei-Lin Chiangchange year info in COPYRIGHT v221
2018-10-02 Wei-Lin ChiangUpdate windows and matlab binaries
2018-10-02 Wei-Lin ChiangChange version number to 221 for 2.21 release
2018-09-24 ppetter1025Changes due to a modification of the same file in LIBSVM:
2018-09-24 ppetter1025Changes due to a bug of the same file in LIBSVM:
2018-09-18 Wei-Lin ChiangRename get_diagH to get_diag_preconditioner
2018-07-30 Chih-Jen LinChanges due to a bug of the same file in LIBSVM:
next