Compare commits

...

No commits in common. 'i8ce' and 'epel8' have entirely different histories.
i8ce ... epel8

11
.gitignore vendored

@ -1,2 +1,9 @@
SOURCES/guide.pdf guide.pdf
SOURCES/libsvm-3.23.tar.gz libsvm-3.91.tar.gz
/log
/LibSVM-svm-toy-48.png
/libsvm-svm-toy-gtk.desktop
/libsvm-svm-toy-qt.desktop
/libsvm-3.20.tar.gz
/libsvm-3.21.tar.gz
/libsvm-3.23.tar.gz

@ -1,2 +0,0 @@
7304ee961da7dccb402968bca844c23ff752afda SOURCES/guide.pdf
fb6794c504e8a427b2bcf94b9af3de6b6a87969b SOURCES/libsvm-3.23.tar.gz

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 566 B

@ -246,9 +246,6 @@ desktop-file-install --delete-original \
%{_datadir}/applications/*%{name}-svm-toy-qt.desktop %{_datadir}/applications/*%{name}-svm-toy-qt.desktop
%changelog %changelog
* Mon Feb 26 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 3.23-7
- Rebuilt for MSVSphere 8.9
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.23-7 * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.23-7
- Rebuilt for Python 3.8 - Rebuilt for Python 3.8

@ -305,33 +305,4 @@ i subroutines to get SVs
convert Qt version of svm-toy from Qt4 to Qt5 convert Qt version of svm-toy from Qt4 to Qt5
remove gtk svm-toy because we stop maintaining this tool remove gtk svm-toy because we stop maintaining this tool
minor improvement of descriptions in README minor improvement of descriptions in README
3.24: 2019/9/11
modify java code so that variable names and some other places are consistent with C code
fix compiling issues in matlab/Makefile: use mex only rather than build some .o files separately
python interface:
use array for reading data in python/commonutil.py to lower the memory usage
fix a bug in python/commonutil.py for reading pre-computed kernel
minor improvements and bug fixes
3.25: 2021/4/14
Add python/setup.py for installation via PyPI
python directory reorganized
python sources now in the directory python/libsvm
Not adding -std=c99 to CFLAGS in generating mex (this causes MinGW to fail)
3.3: 2022/8/11
One-class probabilistic outputs introduced
Use numpy Use numpy stuff directly instead of mirrored ones in scipy
3.31: 2023/2/28
Including openmp extension in the master code instead of showing modifications in faq
pypi use openmp by default
workflow (wheels): add matrix build for windows, linux, macos
Remove deprecated applet API in svm_toy.java
Fix memory leak of prob_density_marks and avoid a copy
Updated readme on the description of nr_class
3.32: 2023/7/9
python interface: fix a bug in svm.py, where indptr.copy() results in a 32bit integer, but we need 64bit
matlab interface: fix a bug in handling wrong or too long filename

@ -0,0 +1,2 @@
SHA512 (guide.pdf) = 5e97a7b76ad4217d7987c5c07f0420e780b61b82fb88fe0e6015681fabb5078980b280cec4a0a7208ea225b9fa84de878295039f4513df26f0d404a21812e44c
SHA512 (libsvm-3.23.tar.gz) = 15e1a22a9075d3910414b0519b2ce8a93edc42be76a034d31435dc9463b08fbc510b806a3e6f64abff4ba3da771582436182e4e7d658ed2e54f311bc8cdbc121
Loading…
Cancel
Save