Recent Releases of Stopping

Stopping - v0.6.7

Stopping v0.6.7

Diff since v0.6.6

- Julia
Published by github-actions[bot] 6 months ago

Stopping - v0.6.6

Stopping v0.6.6

Diff since v0.6.5

Merged pull requests: - Add GPU tests in NLPAtX (#134) (@tmigot) - Bump to LLSModels 0.4 and 0.5 (#138) (@tmigot) - Add version to GPUArrays (#139) (@tmigot)

Closed issues: - Support LLSModel v0.5.0 (#137)

- Julia
Published by github-actions[bot] 9 months ago

Stopping - v0.6.5

Stopping v0.6.5

Diff since v0.6.4

Merged pull requests: - Bump to NLPModels 0.21 (#133) (@tmigot)

- Julia
Published by github-actions[bot] almost 2 years ago

Stopping - v0.6.4

Stopping v0.6.4

Diff since v0.6.3

Merged pull requests: - Copy nlp.meta.x0 in state constructor (#132) (@tmigot)

- Julia
Published by github-actions[bot] about 2 years ago

Stopping - v0.6.3

Stopping v0.6.3

Diff since v0.6.2

Merged pull requests: - Remove unused types warning (#130) (@tmigot)

- Julia
Published by github-actions[bot] over 2 years ago

Stopping - v0.6.2

Stopping v0.6.2

Diff since v0.6.1

Merged pull requests: - CompatHelper: bump compat for NLPModels to 0.20, (keep existing compat) (#129) (@github-actions[bot])

- Julia
Published by github-actions[bot] almost 3 years ago

Stopping - v0.6.1

Stopping v0.6.1

Diff since v0.6.0

Merged pull requests: - Remove parametric type of x in default fill_in! (#123) (@tmigot) - Update documentation with list of states (#125) (@tmigot) - Add simplified constructors for ListOfStates in NLPStopping (#126) (@tmigot)

- Julia
Published by github-actions[bot] about 3 years ago

Stopping - v0.6.0

Stopping v0.6.0

Diff since v0.5.1

Merged pull requests: - Rewrite _resources_check! for NLPStopping (#107) (@tmigot) - avoid allocations zeros(0) (#109) (@tmigot) - add parametric type for tol_check (#110) (@tmigot) - Court-circuitting in check_entries_counters (#112) (@tmigot) - Remove setdiff in domain check (#113) (@tmigot) - Type-stable access to fx (#114) (@tmigot) - Type optim check (#116) (@tmigot) - Check length instead of init_field (#117) (@tmigot) - Add setters for the State (#119) (@tmigot) - Reimplement domain_check for NLPAtX (#120) (@tmigot)

- Julia
Published by github-actions[bot] over 3 years ago

Stopping - v0.5.1

Stopping v0.5.1

Diff since v0.5.0

Merged pull requests: - Add default state for NLPs with constraints (#102) (@tmigot) - fill-in! with the same jacobian matrix (#103) (@tmigot) - Type multipliers (#106) (@tmigot)

- Julia
Published by github-actions[bot] over 3 years ago

Stopping - v0.5.0

Stopping v0.5.0

Diff since v0.4.6

Merged pull requests: - CompatHelper: bump compat for NLPModels to 0.19, (keep existing compat) (#91) (@github-actions[bot]) - Bump NLPModels (#100) (@tmigot) - Version 0.5.0 (#101) (@tmigot)

- Julia
Published by github-actions[bot] over 3 years ago

Stopping - v0.4.6

Stopping v0.4.6

Diff since v0.4.5

Merged pull requests: - Add citation and DOI (#96) (@tmigot) - add default NLS counters (#97) (@tmigot)

- Julia
Published by github-actions[bot] over 3 years ago

Stopping - v0.4.5-zenodo

- Julia
Published by tmigot over 3 years ago

Stopping - v0.4.5

Stopping v0.4.5

Diff since v0.4.4

Closed issues: - Update usage of ADNLPModel in unit tests (#93)

Merged pull requests: - Change organization name (#92) (@tmigot) - Convert tolerances before first tol_check call (#94) (@tmigot) - Version 0.4.5 (#95) (@tmigot)

- Julia
Published by github-actions[bot] over 3 years ago

Stopping - v0.4.4

Stopping v0.4.4

Diff since v0.4.3

Merged pull requests: - add LinearOperator init_field (#89) (@tmigot)

- Julia
Published by github-actions[bot] almost 4 years ago

Stopping - v0.4.3

Stopping v0.4.3

Diff since v0.4.2

Merged pull requests: - Use convert to force conversion in state (#86) (@tmigot) - update docstring in GenericState (#87) (@tmigot)

- Julia
Published by github-actions[bot] almost 4 years ago

Stopping - v0.4.2

Stopping v0.4.2

Diff since v0.4.1

Merged pull requests: - fix bug in KKT check (#79) (@tmigot) - remove matrix type in NLPAtX (#84) (@tmigot)

- Julia
Published by github-actions[bot] almost 4 years ago

Stopping - v0.4.1

Stopping v0.4.1

Diff since v0.4.0

Closed issues: - NLPStopping: Missed -Inf optimum with domain error (#42) - NLPStopping: don't stop if constraint function is infinite (#43) - NLPStopping: Default optimality_check will be infeasible from start (#45) - Typing issue in admissible functions (#49) - Getters for entries in the GenericStopping (#55)

Merged pull requests: - Remove unbounded pb for Inf cons in NLPStopping (#62) (@tmigot) - Typed admissible (#64) (@tmigot) - Remove domain check before optimality (#66) (@tmigot) - Add getter for Stopping entries (#67) (@tmigot) - Set default optimality_check to 1 (#69) (@tmigot) - Convert to toltype in meta (#70) (@tmigot) - Reduce test problem size (#72) (@tmigot) - Int is not abstract, remove IntType in meta (#73) (@tmigot) - Add warning when using unfilled KKT (#74) (@tmigot) - version 0.4.1 (#78) (@tmigot)

- Julia
Published by github-actions[bot] about 4 years ago

Stopping - v0.4.0

Stopping v0.4.0

Diff since v0.3.7

Closed issues: - Add formatting (#38) - Simplify constructor with modified remote control (#44) - Fix pnorm signature to Real (#47) - Remove AbstractMatrix constraint in Hx and Jx (#54)

Merged pull requests: - Add formatter (#39) (@tmigot) - Pr format (#40) (@tmigot) - use Real as the norm signature (#50) (@tmigot) - change julia LTS to 1.6 (#52) (@tmigot) - Add constructors facilities for the StopRemoteControl (#53) (@tmigot) - Remove type constraint on Hx and Jx for NLPAtX (#56) (@tmigot) - Bump NLPModels 0.18 (#59) (@tmigot) - version 0.4.0 (#61) (@tmigot)

- Julia
Published by github-actions[bot] about 4 years ago

Stopping - v0.3.7

Stopping v0.3.7

Diff since v0.3.6

Merged pull requests: - Split matrix types in NLPAtX (#37) (@tmigot)

- Julia
Published by github-actions[bot] over 4 years ago

Stopping - v0.3.6

Stopping v0.3.6

Diff since v0.3.5

Closed issues: - NLPModel without fields counters (#35)

Merged pull requests: - Bump to SolverTools 0.7.0 (#34) (@tmigot) - Fix counters (#36) (@tmigot)

- Julia
Published by github-actions[bot] over 4 years ago

Stopping - v0.3.5

Stopping v0.3.5

Diff since v0.3.4

Merged pull requests: - Bump NLPModels 0.17 and co (#32) (@tmigot)

- Julia
Published by github-actions[bot] over 4 years ago

Stopping - v0.3.4

Stopping v0.3.4

Diff since v0.3.3

Merged pull requests: - Use NLPModels API for counters (#23) (@tmigot) - Bump to NLPModels 0.15 and co (#28) (@tmigot)

- Julia
Published by github-actions[bot] over 4 years ago

Stopping - v0.3.3

Stopping v0.3.3

Diff since v0.3.2

Closed issues: - add compat entry for tests (#20)

Merged pull requests: - Generalize counters (#22) (@tmigot)

- Julia
Published by github-actions[bot] almost 5 years ago

Stopping - v0.3.2

Stopping v0.3.2

Diff since v0.3.1

- Julia
Published by github-actions[bot] almost 5 years ago

Stopping - v0.3.1

Stopping v0.3.1

Diff since v0.3.0

Closed issues: - TagBot trigger issue (#14)

Merged pull requests: - CompatHelper: bump compat for "DataFrames" to "0.22" (#15) (@github-actions[bot]) - Update to NLPModels 0.14 + SolverTools 0.4 WIP (@tmigot)

- Julia
Published by github-actions[bot] almost 5 years ago

Stopping -

- Julia
Published by tmigot almost 5 years ago