Skip to content

Releases: chrhansk/pygradflow

Release 0.4.14

14 May 12:49
c238bdb
Compare
Choose a tag to compare
Merge pull request #83 from chrhansk/feature-box-solver

Add custom box-constrained solver

Release 0.4.13

13 May 13:07
31f7533
Compare
Choose a tag to compare
Merge pull request #82 from chrhansk/hotfix-cutest-nonlinear-equations

Fix error in detection of nonlinear equations

Release 0.4.12

13 May 11:33
ad3c54c
Compare
Choose a tag to compare
Merge pull request #76 from chrhansk/feature-globalized-newton-method

Add globalized Newton method

Release 0.4.11

13 May 08:43
bbb3394
Compare
Choose a tag to compare
Merge pull request #81 from chrhansk/feature-cutest-lsq

Add LSQ problems to CUTest runner

Release 0.4.10

10 May 12:46
15db6a3
Compare
Choose a tag to compare
Merge pull request #80 from chrhansk/hotfix-type-errors-merged

Fix remaining type errors

Release 0.4.9

09 May 19:37
2f7817b
Compare
Choose a tag to compare
Merge pull request #79 from chrhansk/feature-infeasibility-detection

Improve infeasibility detection for var-bounded problems

Release 0.4.8

09 May 16:18
4c65a66
Compare
Choose a tag to compare
Merge pull request #78 from chrhansk/hotfix-subsystem-robustness

Discard solver errors in subproblems

Release 0.4.7

09 May 15:39
b3c4a0c
Compare
Choose a tag to compare
Merge pull request #77 from chrhansk/auto-scaling

Add automatic scaling

Release 0.4.6

07 May 21:23
b956e57
Compare
Choose a tag to compare
Merge pull request #75 from chrhansk/hotfix-ipopt-time-limit

Fix propagation of time limit to Ipopt

Release 0.4.5

07 May 21:15
0d12de8
Compare
Choose a tag to compare
Merge pull request #74 from chrhansk/feature-runner-async-output

Enable continuous output in runners