- Added Nesterov-Todd scaling for second order cone
- Major refactor of code and documentation
- Added sections on reading and writing problems, advanced tips for formulating problems, and a quick reference guide.
- Refactored example code and added these to the CI testing suite.
- Changed compact to full matrix vectorization technique in cone oracles.
- Improved algorithm to be able to avoid inverse Hessian products
- By default, this option is used if the quantum relative entropy cone or operator perspective cones make up a significant portion of the cone.
- Automatically modifies the problem to appropriately setup for this technique.
- Modified cone oracles so that Hessian products don't depend on building Hessian matrix.
- Added links and citations to arXiv paper.