[cvxopt] 01/05: Merge tag 'upstream/1.1.9+dfsg'

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 commit to branch master
in repository cvxopt.

commit 8989bef8ec681243f120025b23fd9d158603b916
Merge: b834b9f f2df00d
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jun 19 16:53:58 2017 +0200

    Merge tag 'upstream/1.1.9+dfsg'
    
    Upstream version 1.1.9+dfsg

 .appveyor.yml                     |   61 ++
 .gitattributes                    |    1 +
 .travis.yml                       |   45 +
 INSTALL                           |  125 +--
 LICENSE                           |   25 +-
 MANIFEST.in                       |    9 +
 README.md                         |   20 +-
 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 +++++++++++++++++++++++++++++++++++++
 49 files changed, 3766 insertions(+), 553 deletions(-)

-- 
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