[vlfeat] branch master updated (f69ee7d -> 981f66a)
Dima Kogan
dima at secretsauce.net
Wed Sep 16 21:05:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a change to branch master
in repository vlfeat.
from f69ee7d explicitly building with python2.7
new 8d14058 vlad.c: fixes doc
new ed62189 Update vl_liop.m
new d6604c3 Merge pull request #57 from pmoulon/patch-4
new c249d18 Update generic.c
new e1bf741 Merge pull request #56 from pmoulon/patch-3
new 58770a7 Remove unnecessary vl_kmeans mexprintf
new f0787f1 Merge pull request #58 from achalddave/remove-minengvar-prints
new 2788d9d Update vl_kmeans doc to include MaxNumIterations
new bc5d49f Merge pull request #55 from achalddave/master
new 8d7e550 Update vl_covdet.c
new e53f9b4 vl_covdet.c: removes unnecessary printf
new 350c4f0 vl_covdet.m, covdet.c: fix typos
new c0abc03 vl_fisher.c: fix no data point case
new abdbb39 vl_imsc.m: make sure that the range is [0,1] exactly
new 115c86c hog.c: fix a bug in the bilinear interpolated variant of the descriptor
new ba11432 hog.c: alters corner cases to make the output more similar to UoCTTI implementation
new a4e96eb vl_roc.m: improves doc and returns EER threhsold in the info structure vl_pr.m: improves doc
new e319613 hog.c: improves the comments in the code explaining in more detail the block structure in HOG hog.c: fix whitespace errors
new 4ff0301 fisher.c: fixes a bug causing NaNs with degenerate GMMs
new 278bc2b [bugfix] liop.c: fixes memory leak (closes #78)
new a54ac89 [enhancement] gmm: improves the algorithm used to restart empty Gaussian components
new 7c35763 generic.c: 0.9.19 -> 0.9.20
new 841e588 fixed a bug in _vl_distance_mahalanobis_sq
new 738db5e doc: adds 0.9.20 notes
new 5ee57b1 Xcode: sync
new 826c725 Makefile.mak: -> 0.9.20
new b8d175f Visual C: upgrade to VC 2010
new 570ad55 Makefile.mak: default to MATLAB R2014b
new 33f2724 Merge branch 'master' of bitbucket.org:ovl/vlfeat
new 96cb815 [bugfix] doc.ma: make it work with recent versions of MATLAB
new 5add411 [bugfix] webpage: fix Google custom search
new 4d3ab46 [enhancement] Makefile: explicitly compute MATLAB version and cache the value
new 04f16e0 [bugfix] doc.mak: fixes generating MATLAB help index for different versions of MATLAB
new a9cce01 [bugfix] makefile.mak: fixes compilation when a certain directory was not initially present
new 1f533d8 [bugfix] website: search box shape
new 191a626 README.md: -> 0.9.20
new 844abb0 [bugfix] make/matlab.mak: fixes a bug causing the compilation to fail under Linux and MATLAB R2010
new edc378a Windows: defaults to use MATLAB 2010B for compilation
new a2c8355 merge
new 3dbf78d Merge branch 'upstream'
new 5008d49 changelog version bump
adds dc1aaa6 Upload into experimental.
adds bf5816d Removed mathjax from the docs.
adds e5c4244 Replace BSD by BSD-2-clause in d/copyright.
adds 5c8c89c Standards-Version: 3.9.6. No changes.
new e5a313b Merge remote-tracking branch 'debian/experimental'
new 79b47d5 reverted mistakenly-commited upstream change
new 981f66a patch rebase
The 44 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 10 +-
Makefile.mak | 6 +-
README.md | 3 +-
debian/changelog | 14 ++-
debian/control | 2 +-
debian/copyright | 6 +-
...po-in-the-Makefile-using-default-CPPFLAGS.patch | 2 +-
...0002-removed-bogus-commas-in-the-Makefile.patch | 28 ++---
...0007-removed-architecture-detection-logic.patch | 42 +++++--
...gle-adsense-and-google-analytics-from-the.patch | 16 ++-
...SE2-and-AVX-to-work-on-Debian-s-wide-arra.patch | 2 +-
debian/patches/0013-removed-stray-html-tag.patch | 21 ++++
debian/patches/series | 1 +
docsrc/index.html | 16 ++-
docsrc/tutorials/encode.html | 2 +-
docsrc/vlfeat-website-main-content.xml | 2 +-
docsrc/vlfeat-website-template.xml | 8 +-
docsrc/vlfeat.css | 3 +-
make/doc.mak | 14 ++-
make/matlab.mak | 61 ++++++++--
toolbox/fisher/vl_fisher.c | 2 +-
toolbox/gmm/vl_gmm.m | 5 +-
toolbox/imop/vl_imsc.m | 1 +
toolbox/kmeans/vl_kmeans.c | 1 -
toolbox/kmeans/vl_kmeans.m | 4 +
toolbox/plotop/vl_pr.m | 2 +-
toolbox/plotop/vl_roc.m | 10 ++
vl/covdet.c | 8 +-
vl/fisher.c | 46 +++++---
vl/generic.c | 24 ++--
vl/generic.h | 2 +-
vl/gmm.c | 36 ++++--
vl/hog.c | 123 +++++++++++----------
vl/liop.c | 2 +
vl/mathop.c | 2 +-
vl/vlad.c | 4 +-
vlfeat.sln | 6 +-
.../xcshareddata/xcschemes/make info.xcscheme | 11 +-
.../xcshareddata/xcschemes/make.xcscheme | 9 ++
39 files changed, 366 insertions(+), 191 deletions(-)
create mode 100644 debian/patches/0013-removed-stray-html-tag.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vlfeat.git
More information about the debian-science-commits
mailing list