Releases: smdogroup/paropt
Releases · smdogroup/paropt
v2.1.4
What's Changed
- updated file location for plot_history by @gjkennedy in #38
- added docs on sparse constraints by @gjkennedy in #39
- added dependency by @gjkennedy in #40
- Docs build fix by @gjkennedy in #41
- added ipython to try to get syntax highlighting by @gjkennedy in #42
- updated conda build script by @gjkennedy in #43
- added fix to conda meta.yml by @gjkennedy in #44
- Conda fix by @gjkennedy in #45
Full Changelog: v2.1.3...v2.1.4
v2.1.3
This update adds sparse constraints to ParOptInteriorPoint and ParOptMMA and makes ParOpt compatible with Cython 3.
What's Changed
- Added sparse constraints to ParOpt by @gjkennedy in #28
- Added nested dissection ordering for sparse Cholesky factorization by @gjkennedy in #29
- fixed ParOpt AMD by @gjkennedy in #30
- fixed formatting issue by @gjkennedy in #31
- added BLAS call for updateDiag in ParOptSparseCholesky by @gjkennedy in #32
- removed inner call to get_diag_index by @gjkennedy in #33
- Cython fix by @gjkennedy in #36
- minor mods to examples by @gjkennedy in #35
- version bump by @gjkennedy in #37
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Update docs build to run doxygen by @gjkennedy in #24
- fixed bug in initAffineStepMultipliers when using MMA by @gjkennedy in #25
- modified docs to generate options info automatically by @gjkennedy in #26
- Added to documentation by @gjkennedy in #27
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Minor bugfixes for complex interface, conda packages and adding cstdarg include for vsnprintf
What's Changed
- added conda deploy script by @gjkennedy in #20
- added cstdarg by @gjkennedy in #21
- Fixed complex python interface by @gjkennedy in #22
- version bump for bugfixes by @gjkennedy in #23
Full Changelog: v2.1.0...v2.1.1