We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5ffd8 commit 89d9467Copy full SHA for 89d9467
NEWS.md
@@ -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
7
# Major changes in v0.13.0
8
9
* The intermediate layer has changed from MathProgBase.jl to
Project.toml
@@ -1,6 +1,6 @@
name = "Convex"
uuid = "f65535da-76fb-5f13-bab9-19810c17039a"
-version = "0.13.0"
+version = "0.13.1"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
0 commit comments