[cvxopt] branch master updated (b834b9f -> 4f68ffe)

Andreas Tille tille at debian.org
Mon Jun 19 15:35:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch master
in repository cvxopt.

      from  b834b9f   Remove info about SuiteSparse
      adds  f2df00d   New upstream version 1.1.9+dfsg
       new  8989bef   Merge tag 'upstream/1.1.9+dfsg'
       new  1b9aead   Update patches for new upstream version
       new  1742f8a   debhelper 10
       new  2b491d3   drop Soeren Sonnenburg from Uploaders
       new  4f68ffe   delete empty dirs usr/cvxopt from binary package, upload to unstable

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:
 .appveyor.yml                                      |   61 +
 .gitattributes                                     |    1 +
 .travis.yml                                        |   45 +
 INSTALL                                            |  125 +-
 LICENSE                                            |   25 +-
 MANIFEST.in                                        |    9 +
 README.md                                          |   20 +-
 debian/changelog                                   |    9 +
 debian/compat                                      |    2 +-
 debian/control                                     |    5 +-
 debian/patches/glpk-4.49.diff                      |    2 +-
 debian/patches/setup.diff                          |   12 +-
 .../use_debian_packaged_libsuitesparse.diff        |   57 +-
 debian/rules                                       |    4 +
 doc/source/coneprog.rst                            |   35 +-
 doc/source/conf.py                                 |    8 +-
 doc/source/copyright.rst                           |   29 +-
 doc/source/index.rst                               |    2 +-
 doc/source/solvers.rst                             |    2 +-
 examples/book/chap7/maxent.py                      |    5 +-
 examples/book/chap7/probbounds.py                  |   12 +-
 examples/doc/chap10/normappr.py                    |    6 +-
 examples/doc/chap4/acent.py                        |    6 +-
 examples/doc/chap8/coneqp.py                       |    2 +-
 examples/doc/chap9/robls.py                        |    4 +-
 setup.cfg                                          |   10 +
 setup.py                                           |  152 +-
 src/C/amd.c                                        |    6 +-
 src/C/base.c                                       |   44 +-
 src/C/blas.c                                       |    4 +-
 src/C/cholmod.c                                    |   10 +-
 src/C/cvxopt.h                                     |    4 +-
 src/C/dense.c                                      |   46 +-
 src/C/dsdp.c                                       |    4 +-
 src/C/fftw.c                                       |    4 +-
 src/C/glpk.c                                       |    4 +-
 src/C/gsl.c                                        |    4 +-
 src/C/lapack.c                                     |  144 +-
 src/C/misc.h                                       |    4 +-
 src/C/misc_solvers.c                               |    4 +-
 src/C/sparse.c                                     |   70 +-
 src/C/umfpack.c                                    |   10 +-
 src/python/__init__.py                             |   38 +-
 src/python/_version.py                             |  484 ++++++
 src/python/coneprog.py                             |   26 +-
 src/python/cvxprog.py                              |    4 +-
 src/python/info.py                                 |    6 +-
 src/python/misc.py                                 |    4 +-
 src/python/modeling.py                             |    8 +-
 src/python/msk.py                                  |  361 ++--
 src/python/printing.py                             |    4 +-
 src/python/solvers.py                              |    4 +-
 tests/l1.py                                        |  319 ++++
 tests/l1regls.py                                   |  258 +++
 tests/test_examples.py                             |  108 ++
 versioneer.py                                      | 1774 ++++++++++++++++++++
 56 files changed, 3797 insertions(+), 613 deletions(-)
 create mode 100644 .appveyor.yml
 create mode 100644 .gitattributes
 create mode 100644 .travis.yml
 create mode 100644 MANIFEST.in
 create mode 100644 setup.cfg
 create mode 100644 src/python/_version.py
 create mode 100644 tests/l1.py
 create mode 100644 tests/l1regls.py
 create mode 100644 tests/test_examples.py
 create mode 100644 versioneer.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cvxopt.git



More information about the debian-science-commits mailing list