Skip to content

Commit

Permalink
Version 0.5.1 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtanneau authored Aug 15, 2020
1 parent cd90f48 commit 5915a11
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Tulip release notes

# v0.5.1 (August 15, 2020)
* Fix URLs following migration to jump.dev (#51)
* Fix bug in constraint/variable deletion (#52,#53)

# v0.5.0
* Support the MOI attribute `Name` (#47)
* Simplify the user interface for choosing between different linear solvers (#48)

# v0.4.0 (April 25, 2020)
* Re-write data structure and interface (#44)
* Add presolve module (#45)
* Move `UnitBlockAngular` code to a separate package (#46)

# v0.3.0 (February 29, 2020)

* Improved documentation for parameter management (#43)
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Tulip"
uuid = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
authors = ["Mathieu Tanneau <mathieu.tanneau@gmail.com>"]
version = "0.5.0"
version = "0.5.1"

[deps]
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
Expand All @@ -15,9 +15,9 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
QPSReader = "0.1.1"
LDLFactorizations = "^0.4"
LDLFactorizations = "^0.5"
MathOptInterface = "~0.9.5"
QPSReader = "0.1.1"
julia = "1.1"

[extras]
Expand Down

2 comments on commit 5915a11

@mtanneau
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/19600

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.5.1 -m "<description of version>" 5915a1117186313dd0b99dc7eb27ec5a4910ef44
git push origin v0.5.1

Please sign in to comment.