diff --git a/Project.toml b/Project.toml index 576ecf3..0567085 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SDPAFamily" uuid = "bfe18334-aefd-11e9-1109-4bf2b15a5b91" authors = ["Eric P. Hanson and Jiazheng Zhu"] -version = "0.2.4" +version = "0.3.0" [deps] BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232" diff --git a/README.md b/README.md index b92c85f..de20bc2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://ericphanson.github.io/SDPAFamily.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://ericphanson.github.io/SDPAFamily.jl/dev) +Note: v0.3.0 was released, which updates the package for MOI v1. This is also **disables the presolve in all cases** (even if it is set to `true`), +which can cause incorrect results. See issue [#67](https://github.com/ericphanson/SDPAFamily.jl/issues/67) which tracks the status of restoring +presolve functionality. + An interface to using SDPA-GMP, SDPA-DD, and SDPA-QD in Julia (). This package is registered in the General registry; to install, type `]` in the Julia command prompt, then enter