Skip to content

Releases: JuliaSmoothOptimizers/NLPModels.jl

v0.11.1

26 Feb 19:06
Compare
Choose a tag to compare

NLPModels v0.11.1

Diff since v0.11.0

Merged pull requests:

v0.11.0

18 Feb 00:11
Compare
Choose a tag to compare

NLPModels v0.11.0

Diff since v0.10.1

Closed issues:

  • Proposition: Change meta (add get(nlp, :thing)) (#92)
  • NLSModels should be considered equal to NLPModels (#127)
  • NLPModels rework steps (#166)
  • Test types (#195)
  • Split NLPModels (#199)
  • brownden doesn't have obj_weight in hprod! and consistency doesn't check it. (#230)

Merged pull requests:

v0.10.1

17 Jan 19:34
v0.10.1
Compare
Choose a tag to compare

v0.10.1 (2020-01-17)

Diff since v0.9.1

Closed issues:

  • SlackModel loses type of x (#217)
  • ADModels: better prods (#214)

Merged pull requests:

v0.9.1

27 Nov 00:06
v0.9.1
Compare
Choose a tag to compare

v0.10.0

15 Nov 20:19
v0.10.0
Compare
Choose a tag to compare

v0.10.0 (2019-11-15)

Diff since v0.9.0

Closed issues:

  • Remove Lagrangian multipliers as kw from Hessian functions splitting into two functions (#211)
  • Remove rows and cols for coord functions (#192)

Merged pull requests:

v0.9.0

26 Sep 03:10
v0.9.0
Compare
Choose a tag to compare

v0.9.0 (2019-09-26)

Diff since v0.8.3

Merged pull requests:

v0.8.3

23 Aug 08:43
v0.8.3
8373e4e
Compare
Choose a tag to compare

v0.8.3 (2019-08-22)

Diff since v0.8.2

Closed issues:

  • Testing if zapier/asana automatically gets this last chance (#198)
  • Testing if zapier/asana automatically gets this (#197)
  • Testing if zapier/asana automatically gets this (#196)
  • Accept non-Function callables (#193)

Merged pull requests:

v0.8.2

09 Jul 22:59
v0.8.2
Compare
Choose a tag to compare

v0.8.2 (2019-07-09)

Diff since v0.8.1

Merged pull requests:

  • accessing rows/cols in hess_coord is unsafe (#191) (dpo)
  • Simplify methods (#190) (dpo)

v0.8.1

06 Jul 21:24
v0.8.1
Compare
Choose a tag to compare

v0.8.1 (2019-07-06)

Diff since v0.8.0

Closed issues:

  • hess_structure! (#182)
  • Coordinate Jacobian and Hessian improvements (#160)

Merged pull requests:

  • ADNLPModel should return a dense Hessian (#189) (dpo)
  • Bang methods (#188) (dpo)
  • Change from REQUIRE to Project.toml (#186) (abelsiqueira)
  • Fix display math in docstrings. (#184) (xhu4)
  • New methods to obtain Hessian structure in place (#183) (dpo)

v0.8.0

13 Mar 03:13
Compare
Choose a tag to compare

Remove SimpleNLPModel.
Manual implementation as an alternative to SimpleNLPModel.
Implement structure and inplace coordinate function.