v0.4.0
What's Changed
- Instead of building both shared and static libraries, it can now be selected by setting
BUILD_SHARED_LIBS
. - Better support for CMake subdirectory installs.
- Added Octave interface (thanks to @redstone99)
- Added boundary control, i.e., dual inequality variables can't become zero anymore, avoiding potential NaNs in the solution.
New Contributors
- @redstone99 made their first contribution in #9
Full Changelog: v0.3.1...v0.4.0