[caffe] branch master updated (b8af4df -> da85fe0)
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Wed Mar 15 08:58:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
cdluminate-guest pushed a change to branch master
in repository caffe.
from b8af4df Import Debian changes 1.0.0~rc4-1
new 49b591a New upstream version 1.0.0~rc5
new 0cb24cb Merge tag 'upstream/1.0.0_rc5'
new fddeb7b dch/rules: import new RC version, bump SOVER
new 3ea3d6b patch: refresh, remove unused, pick upstream updates
new da85fe0 dch: release to expeirmental
The 5 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:
CMakeLists.txt | 29 +++-
Makefile | 2 +-
Makefile.config.example | 8 +-
cmake/ConfigGen.cmake | 65 +-------
cmake/Cuda.cmake | 12 +-
cmake/Dependencies.cmake | 92 ++++++-----
cmake/Modules/FindvecLib.cmake | 2 +-
cmake/ProtoBuf.cmake | 4 +-
cmake/Templates/CaffeConfig.cmake.in | 15 +-
cmake/Templates/caffe_config.h.in | 19 ---
debian/changelog | 11 ++
debian/patches/cmake-avoid-argument-missing | 17 --
debian/patches/cmake-bump-soversion-to-rc4.patch | 24 ---
debian/patches/cmake-fix-python-module-installdir | 3 +-
debian/patches/cmake-link-correct-python-lib.patch | 4 +-
debian/patches/cmake-using-basic-blas | 24 +--
debian/patches/cmake-using-gnuinstalldirs | 2 +-
.../fix-more-float-comparison-precision-issue | 14 +-
debian/patches/post_rc5_upstream_updates.patch | 174 +++++++++++++++++++++
debian/patches/series | 3 +-
debian/rules | 6 +-
docker/Makefile | 50 ------
docker/README.md | 69 ++++----
docker/{standalone => }/cpu/Dockerfile | 12 +-
docker/{standalone => }/gpu/Dockerfile | 15 +-
docker/templates/Dockerfile.template | 42 -----
docs/install_apt_debian.md | 76 ++++-----
docs/installation.md | 2 +-
docs/tutorial/layers/accuracy.md | 3 +-
docs/tutorial/layers/argmax.md | 3 +-
docs/tutorial/layers/infogainloss.md | 5 +-
docs/tutorial/layers/lrn.md | 4 +-
docs/tutorial/layers/memorydata.md | 2 +-
docs/tutorial/layers/multinomiallogisticloss.md | 2 +-
docs/tutorial/layers/silence.md | 8 +-
matlab/+caffe/Net.m | 3 +
matlab/+caffe/Solver.m | 3 +
matlab/+caffe/private/caffe_.cpp | 24 +++
matlab/demo/classification_demo.m | 7 +-
python/CMakeLists.txt | 6 +-
python/caffe/draw.py | 6 +-
python/caffe/pycaffe.py | 11 ++
python/caffe/test/test_net.py | 7 +
src/caffe/CMakeLists.txt | 16 +-
src/caffe/net.cpp | 2 -
src/caffe/proto/caffe.proto | 3 +-
src/caffe/solver.cpp | 1 -
src/gtest/CMakeLists.txt | 3 +
tools/extra/parse_log.py | 2 +-
tools/extra/plot_training_log.py.example | 17 +-
50 files changed, 484 insertions(+), 450 deletions(-)
delete mode 100644 debian/patches/cmake-avoid-argument-missing
delete mode 100644 debian/patches/cmake-bump-soversion-to-rc4.patch
create mode 100644 debian/patches/post_rc5_upstream_updates.patch
delete mode 100644 docker/Makefile
rename docker/{standalone => }/cpu/Dockerfile (76%)
rename docker/{standalone => }/gpu/Dockerfile (66%)
delete mode 100644 docker/templates/Dockerfile.template
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git
More information about the debian-science-commits
mailing list