Skip to content

Releases: JuliaSmoothOptimizers/FletcherPenaltySolver.jl

v0.2.6

23 Sep 23:54
4dc9c4d
Compare
Choose a tag to compare

FletcherPenaltySolver v0.2.6

Diff since v0.2.5

Merged pull requests:

v0.2.5

26 Mar 11:11
97c00ac
Compare
Choose a tag to compare

FletcherPenaltySolver v0.2.5

Diff since v0.2.4

Merged pull requests:

v0.2.4

19 Jul 17:54
6638e07
Compare
Choose a tag to compare

FletcherPenaltySolver v0.2.4

Diff since v0.2.3

Merged pull requests:

  • Fix warning (#130) (@tmigot)
  • CompatHelper: bump compat for JSOSolvers to 0.11, (keep existing compat) (#131) (@github-actions[bot])
  • Version 0.2.4 (#132) (@tmigot)

v0.2.3

07 May 18:49
b7abc35
Compare
Choose a tag to compare

FletcherPenaltySolver v0.2.3

Diff since v0.2.2

Merged pull requests:

  • Update links in readme (#127) (@tmigot)
  • CompatHelper: bump compat for NLPModels to 0.20, (keep existing compat) (#128) (@github-actions[bot])

v0.2.2

30 Jan 17:47
c65c723
Compare
Choose a tag to compare

FletcherPenaltySolver v0.2.2

Diff since v0.2.1

Merged pull requests:

  • CompatHelper: bump compat for Krylov to 0.9, (keep existing compat) (#123) (@github-actions[bot])
  • Add callback (#124) (@tmigot)
  • Version 0.2.2 (#126) (@tmigot)

v0.2.1

18 Nov 15:43
32012e6
Compare
Choose a tag to compare

FletcherPenaltySolver v0.2.1

Diff since v0.2.0

Closed issues:

  • Add restart (#46)
  • Use JSOSolvers solver structure (#47)

Merged pull requests:

  • Use solver structure in workspace (#99) (@tmigot)
  • Add missing verbose (#103) (@tmigot)
  • add verbose option to feasibility step (#104) (@tmigot)
  • Add time limit to subsolver (#105) (@tmigot)
  • Add DOI badge (#108) (@tmigot)
  • Add abstract solver type (#109) (@tmigot)
  • Add julia highligthing (#110) (@tmigot)
  • Update FPSSolver constructor and add stp as an attribute (#111) (@tmigot)
  • Simplify constructor subproblem (#113) (@tmigot)
  • Simplify solve (#114) (@tmigot)
  • Add restart from a different initial point (#116) (@tmigot)
  • add restart from a different problem (#118) (@tmigot)
  • CompatHelper: bump compat for StoppingInterface to 0.5, (keep existing compat) (#119) (@github-actions[bot])
  • Add type selection in subproblem (#121) (@tmigot)

v0.2.0

13 Oct 15:24
3f90db3
Compare
Choose a tag to compare

FletcherPenaltySolver v0.2.0

Diff since v0.1.2

Closed issues:

  • Add citation (#49)

Merged pull requests:

v0.1.2zenodo

06 Oct 17:08
ffa174d
Compare
Choose a tag to compare
use `solve!` (#98)

* use `solve!`

* add `solve!` in doc

v0.1.2

04 Oct 04:21
957b6d2
Compare
Choose a tag to compare

FletcherPenaltySolver v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

06 Sep 17:30
9cc6d4b
Compare
Choose a tag to compare

FletcherPenaltySolver v0.1.1

Closed issues:

  • Extra gradient call (#3)
  • Failure if knitro is correctly installed but licence expired (#6)
  • Use Require for optional packages (#8)
  • Do not penalize linear constraints (#10)
  • Use Krylov.solve! functions from last Krylov release (#11)
  • Fix unit test with Julia 1 and the nightly (#22)
  • Fix Rosenbrock with ∑x = 1 (#25)
  • Move lbfgs variant (#27)
  • Add tests with type different than Float64 (#33)
  • MethodError: no method matching jth_hess_coord!(::NLPModelsModifiers.SlackModel{Float64, Vector{Float64}, ADNLPModel{Float64, Vector{Float64}}}, ::Vector{Float64}, ::Int64, ::Vector{Float64}) (#35)
  • Handle equality constraints with non-zero rhs. (#36)
  • Add test with IterativeSolver for sqd structure (#42)
  • Add docs (#51)
  • TagBot trigger issue (#83)

Merged pull requests: