Skip to content
Failed

Changes

Summary

  1. gitignore (commit: 8d97565) (details)
  2. fixed docstring error (commit: eacc720) (details)
  3. fixed inline comment error (commit: 739a33c) (details)
  4. more docstring changes (commit: 4c464d9) (details)
  5. basic, untested mosek 9+ interface (commit: 1b3dd6c) (details)
  6. working mosek interface, but dual variables dont match up with gpkit expectations. Need to reformulate the primal problem in order to align with gpkit expectations. This may cause things to break; committing current work so as to not lose it. (commit: c4a4bf8) (details)
  7. make sure this class can see the mosek_conif solver (commit: b83c85d) (details)
  8. add finding mosek python interface to the build process (commit: 39e3b56) (details)
  9. specify solvers in all tests. minor additions for mosek_conif interface (commit: d29905d) (details)
  10. precision in some tests. line spacing issues. (commit: 80a8fde) (details)
  11. switched to a log-sum-exp formulation; dual variables recovering correctly. (commit: 517a267) (details)
  12. precision requirements (commit: 152511c) (details)
  13. precision and API changes to some tests. Remaining failing tests are because of more serious unit-conversion or string-printing issues. (commit: 791d58a) (details)
  14. gitignore (commit: 3685157) (details)
  15. status handling (commit: 6efe3e5) (details)
  16. improved mosek implementation; monomial posynomial constraints are passed as linear inequalities. (commit: 9807278) (details)
  17. test precision (commit: 8169e36) (details)
  18. improved documentation for mskoptimize in mosek_conif.py (commit: a302f6e) (details)
  19. mosek_conif: check if an installed mosek python package is associated with MOSEK version >= 9. (commit: 17be878) (details)
  20. pylint (commit: 1d79b07) (details)
  21. lint in mosek_conif. (commit: 09d8bb6) (details)
  22. small cruft edits, fix on some large SPs (commit: 4d3431e) (details)
  23. simplified implementation, by taking cues from bqpd's mosek9 branch (specifically commit 1e6791363a4fc2955ccc8b23085230b4d83352ec) (commit: 3d7ce71) (details)
  24. lint (commit: d0d51ff) (details)
  25. default verbosity is True (commit: 229aae5) (details)
  26. minor speedups on problem construction (commit: 738b022) (details)
  27. fix test (commit: fc395f2) (details)
  28. lint (commit: 0fc8ae3) (details)
The file was modified .gitignore (diff)
The file was modified gpkit/_cvxopt.py (diff)
The file was modified gpkit/constraints/gp.py (diff)
The file was modified gpkit/_cvxopt.py (diff)
The file was addedgpkit/_mosek/mosek9.py
Commit 1b3dd6c2dfaef3c73e0d6aa65f8b311b0d959745 by inventor1488
basic, untested mosek 9+ interface
(commit: 1b3dd6c)
The file was removedgpkit/_mosek/mosek9.py
The file was addedgplibrary
The file was addedgpkit/_mosek/mosek_conif.py
The file was modified gpkit/_cvxopt.py (diff)
Commit c4a4bf8fbc8bcf1adceda15a4b4cbf42c8b3f57a by inventor1488
working mosek interface, but dual variables dont match up with gpkit expectations. Need to reformulate the primal problem in order to align with gpkit expectations. This may cause things to break; committing current work so as to not lose it.
(commit: c4a4bf8)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
Commit b83c85d4f8111a52a7dfad779a173068ca84b79c by inventor1488
make sure this class can see the mosek_conif solver
(commit: b83c85d)
The file was modified gpkit/constraints/gp.py (diff)
Commit 39e3b56f3110d73f6e132fd4269fb47f5e53a209 by inventor1488
add finding mosek python interface to the build process
(commit: 39e3b56)
The file was modified gpkit/build.py (diff)
Commit d29905d90650fc4deca8f9f4ef888f32f64caf71 by inventor1488
specify solvers in all tests. minor additions for mosek_conif interface
(commit: d29905d)
The file was modified gpkit/tests/t_model.py (diff)
Commit 80a8fde793cfd2f6745488b9251d30318dbd0b7d by rjmurray
precision in some tests. line spacing issues.
(commit: 80a8fde)
The file was modified gpkit/tests/t_model.py (diff)
Commit 517a267aaa002f9fd1c6f310ca6acf7db8a9bee5 by rjmurray
switched to a log-sum-exp formulation; dual variables recovering correctly.
(commit: 517a267)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
The file was modified gpkit/constraints/gp.py (diff)
Commit 791d58ad7fe383fca6d92b2a598e419ab82f0c2c by rjmurray
precision and API changes to some tests. Remaining failing tests are because of more serious unit-conversion or string-printing issues.
(commit: 791d58a)
The file was modified gpkit/tests/t_model.py (diff)
The file was modified gpkit/tests/t_solution_array.py (diff)
The file was modified gpkit/tests/t_examples.py (diff)
The file was modified gpkit/tests/t_constraints.py (diff)
The file was modified .gitignore (diff)
The file was modified gpkit/tests/t_examples.py (diff)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
The file was modified docs/source/examples/autosweep.py (diff)
Commit 980727835dd3904c4091f22958b523efe2f6e265 by rjmurray
improved mosek implementation; monomial posynomial constraints are passed as linear inequalities.
(commit: 9807278)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
The file was modified gpkit/tests/t_model.py (diff)
Commit a302f6ed06380d5755cf8b335c4346ff86a46f44 by inventor1488
improved documentation for mskoptimize in mosek_conif.py
(commit: a302f6e)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
Commit 17be8784cdd9c0d95096a42de653be4d6e0fac77 by rjmurray
mosek_conif: check if an installed mosek python package is associated with MOSEK version >= 9.
(commit: 17be878)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
The file was modified gpkit/build.py (diff)
The file was modified gpkit/build.py (diff)
The file was modified gpkit/constraints/gp.py (diff)
The file was modified docs/source/examples/autosweep.py (diff)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
The file was modified gpkit/tests/t_model.py (diff)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
Commit 4d3431ee4aae16f53a54c330633a5b6761d1b899 by eburn
small cruft edits, fix on some large SPs
(commit: 4d3431e)
The file was removedgplibrary
The file was modified gpkit/constraints/gp.py (diff)
The file was modified .gitignore (diff)
The file was modified gpkit/build.py (diff)
The file was modified gpkit/tests/t_model.py (diff)
Commit 3d7ce7179319aec601f87cbd78b0511ae4045a32 by inventor1488
simplified implementation, by taking cues from bqpd's mosek9 branch (specifically commit 1e6791363a4fc2955ccc8b23085230b4d83352ec)
(commit: 3d7ce71)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
The file was modified gpkit/constraints/gp.py (diff)
The file was modified gpkit/_cvxopt.py (diff)
The file was modified gpkit/build.py (diff)
The file was modified gpkit/tests/t_model.py (diff)
Commit 229aae54079f7a07bea5231ed950b52c32b499df by eburn
default verbosity is True
(commit: 229aae5)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
Commit 738b0227de9e7e2d092317fb3b37f325d67d4677 by eburn
minor speedups on problem construction
(commit: 738b022)
The file was modified gpkit/_mosek/mosek_conif.py (diff)
The file was modified .gitignore (diff)
The file was modified gpkit/tests/t_solution_array.py (diff)
The file was modified gpkit/_mosek/mosek_conif.py (diff)