Skip to content

Releases: JuliaSmoothOptimizers/ADNLPModels.jl

v0.8.10

21 Dec 22:43
e63cb70
Compare
Choose a tag to compare

ADNLPModels v0.8.10

Diff since v0.8.9

Merged pull requests:

Closed issues:

  • Unit tests fail on QuadraticModels with ADNLPModels 0.8 (#255)

v0.8.9

08 Dec 18:00
651ba53
Compare
Choose a tag to compare

ADNLPModels v0.8.9

Diff since v0.8.8

Merged pull requests:

  • Handle linear constructor without linear constraints (#316) (@tmigot)

Closed issues:

  • CI allow failure on nightly (#266)
  • Marine problem issue when trying to set size (#315)

v0.8.8

27 Nov 00:38
06d623f
Compare
Choose a tag to compare

ADNLPModels v0.8.8

Diff since v0.8.7

Merged pull requests:

Closed issues:

  • Optimize the sparse Hessian (#165)
  • Add documentation/test on manually providing sparsity pattern for Jacobian/Hessian (#193)
  • Breakage OptimalControl.jl: ct-registry no more needed (#298)
  • Add a function to get the sparsity patterns from an ADNLPModel (#300)

v0.8.7

17 Aug 17:23
b2274e1
Compare
Choose a tag to compare

ADNLPModels v0.8.7

Diff since v0.8.6

Merged pull requests:

v0.8.6

15 Aug 23:54
2932a03
Compare
Choose a tag to compare

ADNLPModels v0.8.6

Diff since v0.8.5

Merged pull requests:

  • Add tutorial with manual sparsity pattern (#209) (@tmigot)
  • Upgrade ADNLPModels.jl for SparseMatrixColoring.jl v0.4.0 (#289) (@amontoison)

v0.8.5

06 Aug 19:45
3ef874f
Compare
Choose a tag to compare

ADNLPModels v0.8.5

Diff since v0.8.4

Merged pull requests:

  • Add an option to provide the sparsity pattern of jacobians and hessians (#284) (@amontoison)
  • [documentation] Explain how we can provide a sparsity pattern (#286) (@amontoison)
  • Allow pre-instantiated backends (#287) (@tmigot)

Closed issues:

  • Sparsity detection breaks the norm function on 0.8 (#247)

v0.8.4

31 Jul 04:18
Compare
Choose a tag to compare

ADNLPModels v0.8.4

Diff since v0.8.3

Merged pull requests:

v0.8.3

18 Jul 20:47
1a166ad
Compare
Choose a tag to compare

ADNLPModels v0.8.3

Diff since v0.8.2

Merged pull requests:

Closed issues:

  • Symmetric coloring for efficient sparse hessian computation (#258)

v0.8.2

22 Jun 17:39
5f72299
Compare
Choose a tag to compare

ADNLPModels v0.8.2

Diff since v0.8.1

Merged pull requests:

  • Full support of sparse AD for NLS models (#239) (@amontoison)
  • Add basic gradient benchmark (#248) (@tmigot)
  • [documentation] Explain coloring and detector kwargs in sparse backends (#249) (@amontoison)
  • Add more benchmark: jac and hess (#251) (@tmigot)
  • Pass empty function instead of unused objective in NLS backend (#253) (@tmigot)

Closed issues:

  • Bug sparse hessian with conditionals (#140)
  • Add sparse backend for Hessian of residual for NLS models (#183)
  • Test Graphs.jl coloring algorithm (#204)
  • Let users configure sparsity detector and coloring algorithm (#242)

v0.8.1

11 Jun 22:31
855c487
Compare
Choose a tag to compare

ADNLPModels v0.8.1

Diff since v0.8.0

Merged pull requests:

Closed issues:

  • Replace ColPack with SparseMatrixColorings? (#237)
  • Display issue in docs (#243)