Skip to content

Releases: tkoolen/Parametron.jl

v0.9.1

08 Jul 18:20
v0.9.1
Compare
Choose a tag to compare

Fix vecdot issue with new StaticArrays versions.

v0.9.0

14 May 18:32
v0.9.0
Compare
Choose a tag to compare

Fully switch to Project.toml setup.

v0.8.0

28 Feb 19:31
da4f033
Compare
Choose a tag to compare

Upgrade to MathOptInterface 0.8.x.

v0.7.0

12 Feb 01:54
086e766
Compare
Choose a tag to compare
  • Fix SVector * Number optimization
  • Add prune_zero and prune_zero!

v0.6.0

10 Dec 20:07
Compare
Choose a tag to compare
  • Recognize constant constraint functions, skip update step for such constraints
  • Add support for quadratic constraints
  • Add support for function * vector

v0.5.0

20 Nov 22:00
2518951
Compare
Choose a tag to compare

Update to MathOptInterface 0.6 (#91).

v0.4.0

16 Oct 00:18
Compare
Choose a tag to compare
  • add basic Documenter documentation (#87)
  • add canonicalize / canonicalize! (#86)
  • extend dot to higher-dimensional arrays (#85, thanks @timholy)
  • switch from MockModel() (which produced an object of a type completely separate from Model) to mock_model() (which produces a Model with an MOIU.MockOptimizer as the optimizer)

v0.3.0

26 Sep 18:42
d487045
Compare
Choose a tag to compare
  • drop support for Julia 0.6 (#82)
  • treat Model as a scalar in broadcast calls (#79, thanks @timholy)
  • add Parameter(model, val=X) syntax (#84, fixes #67)

v0.2.0

10 Sep 18:20
44982db
Compare
Choose a tag to compare

Add support for Julia 1.0 and MathOptInterface 0.5.

Mixed-integer support is not tested on Julia 1.0 on this version due to the current lack of a 1.0-compatible release of a MathOptInterface-supported mixed-integer solver. This should be resolved by JuliaLang/METADATA.jl#17884 and a new GLPK tag.

v0.1.0

09 Aug 15:26
16d489c
Compare
Choose a tag to compare

Initial release.