Skip to content

Commit

Permalink
Update for release v0.3 (#68)
Browse files Browse the repository at this point in the history
* Update for release v0.3

* Add note to readme
  • Loading branch information
ericphanson authored Jun 27, 2023
1 parent 610e665 commit d020b61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
(<http://sdpa.sourceforge.net>). This package is registered in the
General registry; to install, type `]` in the Julia command prompt, then enter
Expand Down

2 comments on commit d020b61

@ericphanson
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/86366

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" d020b613ebb2a0f7e891db62e2ca704471a9ac78
git push origin v0.3.0

Please sign in to comment.