[Python-modules-commits] [deap] branch master updated (b9a9332 -> 16fdf98)
Daniel Stender
danstender-guest at moszumanska.debian.org
Sun Mar 20 01:33:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a change to branch master
in repository deap.
from b9a9332 use https for Vcs-Browser in deb/control
new fd520aa record new upstream branch created by importing deap_1.0.2.post2.orig.tar.xz
new 72cb7e0 Import deap_1.0.2.post2.orig.tar.xz
new 67baf20 fix-docs
new ec074ea fix-tests
new 37ae578 change version to 1.0.2.post2-1 (UNRELEASED) New upstream release.
new 212b45d deb/rules: added export for LC_ALL
new 35526af deb/changelog: added Closes
new fa465e0 deb/rules: removed DEB_BUILD_OPTIONS=nodocs switch from dh_auto_install
new 678d6a8 deb/control: updated maintainer email address
new 1c85272 deb/control: removed Testsuite field
new 9f18b34 deb/control: use HTTPS also for Vcs-Git
new 1df6372 deb/control: bumped standards version to 3.9.7
new ecfb464 deb/control: sorted build-deps logically
new a4b54be deb/copyright: updated
new 3e38d65 dropped deb/gbp.conf
new ada3afd deb/control: added Pandoc to build-deps; deb/rules: added override for dh_installdocs
new 16fdf98 deb/changelog: upload to unstable
The 17 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:
PKG-INFO | 146 +++++++++++++++++++--
README.md | 133 +++++++++++++++++++
README.txt | 9 --
deap/__init__.py | 2 +-
deap/algorithms.py | 92 ++++++++-----
deap/benchmarks/__init__.py | 7 +-
deap/cma.py | 4 +-
deap/gp.py | 31 +++--
debian/.git-dpm | 14 +-
debian/changelog | 18 +++
debian/control | 18 +--
debian/copyright | 2 +-
debian/gbp.conf | 8 --
debian/patches/0001-fix-docs.patch | 21 ++-
debian/patches/0002-fix-tests.patch | 2 +-
debian/rules | 7 +-
doc/_templates/indexsidebar.html | 2 +-
.../tutorials/part_2/2_3_5_seeding_a_population.py | 3 +-
doc/code/tutorials/part_3/logbook.py | 3 +-
doc/conf.py | 3 +-
doc/releases.rst | 12 ++
doc/tutorials/advanced/checkpoint.rst | 7 +-
doc/tutorials/basic/part3.rst | 12 +-
examples/ga/evoknn.py | 10 +-
examples/ga/knn.py | 10 +-
examples/ga/nsga2.py | 3 +-
examples/ga/test.py | 12 --
examples/ga/tsp.py | 4 +-
examples/gp/ant.py | 6 +-
examples/gp/spambase.py | 7 +-
setup.py | 12 +-
31 files changed, 465 insertions(+), 155 deletions(-)
create mode 100644 README.md
delete mode 100644 README.txt
delete mode 100644 debian/gbp.conf
delete mode 100644 examples/ga/test.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/deap.git
More information about the Python-modules-commits
mailing list