Skip to content

Releases: JuliaNonconvex/Nonconvex.jl

v1.0.3

13 May 22:17
45fb066
Compare
Choose a tag to compare

Nonconvex v1.0.3

Diff since v1.0.2

Closed issues:

  • Interior point method for semidefinite constraints (#20)

Merged pull requests:

v1.0.2

07 Feb 01:07
Compare
Choose a tag to compare

Nonconvex v1.0.2

Diff since v1.0.1

Closed issues:

  • How to pass function that returns gradient to Nonconvex.jl (#123)
  • Installation conflict with JuMP? (#126)

v1.0.1

05 Sep 08:43
Compare
Choose a tag to compare

Nonconvex v1.0.1

Diff since v1.0.0

v1.0.0

05 Sep 06:48
Compare
Choose a tag to compare

Nonconvex v1.0.0

Diff since v0.7.3

Closed issues:

  • Implement MTS-LS1 (#87)

Merged pull requests:

v0.7.3

20 Aug 02:00
fa8d6b9
Compare
Choose a tag to compare

Nonconvex v0.7.3

Diff since v0.7.2

Merged pull requests:

  • doc typos (#102) (@matbesancon)
  • Bump NLPModelsModifiers and ADNLPModels (#103) (@tmigot)
  • CompatHelper: bump compat for IntervalArithmetic to 0.19, (keep existing compat) (#107) (@github-actions[bot])
  • CompatHelper: bump compat for Ipopt to 0.7, (keep existing compat) (#108) (@github-actions[bot])
  • CompatHelper: bump compat for ADNLPModels to 0.3, (keep existing compat) (#109) (@github-actions[bot])
  • CompatHelper: bump compat for ChainRulesCore to 1, (keep existing compat) (#110) (@github-actions[bot])
  • CompatHelper: bump compat for NLPModelsModifiers to 0.4, (keep existing compat) (#111) (@github-actions[bot])
  • Restrict Hyperopt version (#113) (@mohamed82008)

v0.7.2

05 Jul 17:38
688f699
Compare
Choose a tag to compare

Nonconvex v0.7.2

Diff since v0.7.1

Closed issues:

  • Percival : other types than Float64 and initialisation of the inity variable. (#92)

Merged pull requests:

v0.7.1

05 Jul 12:49
a0b0323
Compare
Choose a tag to compare

Nonconvex v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

23 Jun 06:54
Compare
Choose a tag to compare

Nonconvex v0.7.0

Diff since v0.6.1

Closed issues:

  • Multi-start and hyper-parameter optimization (#27)

Merged pull requests:

  • Constrained mixed order surrogate assisted optimization using GPs (#75) (@mohamed82008)

v0.6.1

16 Jun 08:27
293b0b8
Compare
Choose a tag to compare

Nonconvex v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

13 Jun 14:51
Compare
Choose a tag to compare

Nonconvex v0.6.0

Diff since v0.5.2

Closed issues:

  • Transformations to and from vectors (#21)
  • Pavito integration for MINLP (#49)
  • Call flatten on the output of constraints in case it is an array or sparse array (#51)
  • Convert JuMP model to Nonconvex model (#59)
  • Make wrapped packages optional dependencies (#62)

Merged pull requests:

  • CompatHelper: bump compat for "ChainRulesCore" to "0.10" (#56) (@github-actions[bot])
  • Support OrderedDict or vectors of nested data structures as variables (#58) (@mohamed82008)
  • Make integer and init part of model (#60) (@mohamed82008)
  • Convert JuMP model to Nonconvex DictModel (#61) (@mohamed82008)
  • Make NLopt, Percival and Juniper optional (#64) (@mohamed82008)
  • Wrap Pavito + Ipopt + Cbc in PavitoIpoptCbcAlg (#66) (@mohamed82008)
  • CompatHelper: add new compat entry for "Cbc" at version "0.8" (#67) (@github-actions[bot])
  • Multi-start via Hyperopt.jl (#69) (@mohamed82008)
  • Fix tests (#70) (@mohamed82008)