• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cvxgrp / cvxpy / 1726
83%
master: 20%

Build:
Build:
LAST BUILD BRANCH: consensus
DEFAULT BRANCH: master
Ran 27 Apr 2018 11:03PM UTC
Jobs 2
Files 261
Run time 38s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1726

push

travis-ci

SteveDiamond
Resolving #466, #467, #468. Cleaned up TravisCI build. (#469)

* native cvxpy 1.0 interface for mosek. Added support for the exponential cone, integer progamming, and recovery of semidefinite dual variables. Passing the tests contained in test_mosek_conif.py

* fixed an issue with formatting of exponential cone constraints. assumed that Constraint objects of the exponential type always boiled down to  "affine expression in R^3 \in EXP." Turns out a single Constraint object can be of the form "a list of affine expressions, each in R^3, each needing to belong to EXP". This situation does not arise unless a cvxpy user specifies a constraint like "kl_div(a, b) <= t", where "a", "b", and "t" are vectors.

* added an example showing the benefits of specifying cvxpy Problems in vectorized ways

* mosek conif: only recover dual variables for non-discrete problems

* Removed mosek_qpif. Added mosek_conif to the set of modules tested by test_qp. Slightly changed test_constant_atoms so that if an atom-solver pair exhibits a known error, then the test is skipped (rather than checking for a particular type of error). Removed references to mosek_qpif from reductions/solvers/defines.

* test_qp : only test mosek if its installed

* fixed flake8 issues in mosek_conif

* fixed more flake8 issues

* removed (mosek, nonlinear atoms) from list of known errors in test_constant_atoms.py; the latest version of mosek 9 passes these tests

* added round-off tolerance support for projection function in leaf.py; changed one test in test_expressions.py to work with numpy arrays instead of scipy sparse matrices.

* added checks to prevent accessing dual variables of length zero in mosek_conif.py

* Changed cvxpy.norm to use standard matrix-norms when appropriate. Removed an undocumented file called norm2.py that simply called the (documented) pnorm function. Replaced all references to norm2.py with references to pnorm.py

* added tests for matrix norms (mo... (continued)

12230 of 15368 relevant lines covered (79.58%)

1.59 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1726.2 (DISTRIB="conda" PYTHON_VERSION="2.7" INSTALL_ATLAS="true" NUMPY_VERSION="1.13" SCIPY_VERSION="0.19" COVERAGE="true" INSTALL_GLPK="false") 27 Apr 2018 11:03PM UTC 0
79.43
Travis Job 1726.2
4 1726.4 (DISTRIB="conda" PYTHON_VERSION="3.5" INSTALL_ATLAS="true" NUMPY_VERSION="1.13" SCIPY_VERSION="0.19" COVERAGE="true" INSTALL_GLPK="false") 27 Apr 2018 11:03PM UTC 0
79.5
Travis Job 1726.4
Source Files on build 1726
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1726
  • 6e963e95 on github
  • Prev Build on 1.0 (#1714)
  • Next Build on 1.0 (#1727)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc