Skip to content

Commit 89d9467

Browse files
committed
Update for v0.13.1
1 parent 6a5ffd8 commit 89d9467

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Changes in v0.13.1
2+
3+
* Allow disabling DCP warnings ([#372](https://github.com/JuliaOpt/Convex.jl/pull/372))
4+
* Make printing constants `Convex.MAXDEPTH` and `Convex.MAXWIDTH` atomic ([#372](https://github.com/JuliaOpt/Convex.jl/pull/372))
5+
* Restore export of `Constraint` ([#371](https://github.com/JuliaOpt/Convex.jl/pull/371))
6+
17
# Major changes in v0.13.0
28

39
* The intermediate layer has changed from MathProgBase.jl to

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Convex"
22
uuid = "f65535da-76fb-5f13-bab9-19810c17039a"
3-
version = "0.13.0"
3+
version = "0.13.1"
44

55
[deps]
66
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

0 commit comments

Comments
 (0)