Skip to content

Releases: JuliaSmoothOptimizers/AmplNLReader.jl

v0.5.2

29 Dec 03:33
v0.5.2
Compare
Choose a tag to compare

v0.5.2 (2019-12-26)

Diff since v0.6.1

Merged pull requests:

  • fix passing Ref{Cint} to C interface (#91) (dpo)

v0.6.1

25 Dec 21:32
v0.6.1
Compare
Choose a tag to compare

v0.6.1 (2019-12-25)

Diff since v0.6.0

Merged pull requests:

  • fix passing Ref{Cint} to C interface (#89) (dpo)

v0.6.0

05 Dec 18:48
v0.6.0
Compare
Choose a tag to compare

v0.6.0 (2019-12-05)

Diff since v0.5.1

Merged pull requests:

  • Use JLL artifacts with Julia13 (#87) (dpo)

v0.5.1

28 Nov 02:48
v0.5.1
Compare
Choose a tag to compare

v0.5.1 (2019-11-28)

This is the last release supporting Julia < 1.3.

Diff since v0.5.0

Merged pull requests:

v0.5.0

16 Aug 14:07
v0.5.0
Compare
Choose a tag to compare

v0.5.0 (2019-08-16)

Diff since v0.4.0

Closed issues:

  • Add documentation (#70)
  • Limit NLPModels version, drop 0.7, add 1.1 support, make minor release (#61)

Merged pull requests:

  • do not change sign of maximization objectives (#75) (dpo)
  • remove unused file (#74) (dpo)
  • preserve Int type when shifting indices (#73) (dpo)
  • In place methods (#72) (dpo)
  • Docs (#71) (dpo)
  • add Libdl to dependencies (#69) (dpo)
  • simplify methods by falling back on defaults (#68) (dpo)

v0.4.0

18 Jun 07:51
v0.4.0
8b87e61
Compare
Choose a tag to compare

v0.4.0 (2019-06-18)

Diff since v0.3.1

Closed issues:

  • jac_structure not implemented (#65)
  • Implement hess_structure (#63)
  • Support NLPModels.jl 0.8.0 (structure and inplace coordinate functions) (#62)
  • Use BinaryBuilder (#55)

Merged pull requests:

v0.3.1

11 Jan 16:39
@dpo dpo
Compare
Choose a tag to compare
allow abstract vectors as input

v0.3.0

11 Oct 00:27
@dpo dpo
Compare
Choose a tag to compare

This release brings back Linux support and adds Win64 support.

v0.2.0

19 Sep 12:37
Compare
Choose a tag to compare

This release exhibits errors in the C interface with Julia 0.6 and certain (not all) Linux platforms. If you use Linux and Julia 0.6, you will have to download and install this release manually.

Initial release

23 Sep 01:13
@dpo dpo
Compare
Choose a tag to compare
v0.1.0

Change Array(T, args) to Array{T}(args)