Releases: Foggalong/RobustOCS
Releases · Foggalong/RobustOCS
v0.2.1
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
What's Changed
- Created a submodule for manipulating pedigree data
- API change:
loaders.makeA
is nowpedigree.makeA
- API change:
- 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