Skip to content

Releases: Foggalong/RobustOCS

v0.2.1

08 Aug 11:26
Compare
Choose a tag to compare

What's Changed

  • Added solution_output option to solveROCS which saves output to file
  • Added cond which can compute condition numbers faster if $A^{-1}$ is known
  • Fixed sparsity which was returning the density of a matrix, not its sparsity
  • Fixed some utility functions not being imported when they should be

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Aug 17:59
Compare
Choose a tag to compare

What's Changed

  • Created a submodule for manipulating pedigree data
    • API change: loaders.makeA is now pedigree.makeA
  • Added SciPy compatible sparsity function
  • Added utility for finding the largest eigenvalue
  • Fixed local import error from wildcard in #28
  • Fixed HiGHS' SQP timer running over in 89911ee

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 Aug 13:52
Compare
Choose a tag to compare

What's Changed

  • Added utility function solveROCS for quick-starting in 235b54d
  • Added load_sexes and expanded load_problem to support it in #23
  • Fixed SQP timers to limit the whole run, not by iteration, in #26
  • Improved typing and loading for a speedup in #22

Full Changelog: v0.0.1...v0.1.0

v0.0.1

22 Jul 14:41
Compare
Choose a tag to compare

Initial release as a working package. For the initial feature set, see the README and GitHub wiki archive included.