Releases: tkoolen/Parametron.jl
Releases · tkoolen/Parametron.jl
v0.9.1
v0.9.0
Fully switch to Project.toml
setup.
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
- 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 fromModel
) tomock_model()
(which produces aModel
with anMOIU.MockOptimizer
as the optimizer)
v0.3.0
v0.2.0
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.