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 bdabc6f commit 3e8cf30Copy full SHA for 3e8cf30
NEWS.md
@@ -7,6 +7,9 @@
7
`SCS.Optimizer`, or `() -> SCS.Optimizer(verbose=false)`.
8
* `lambdamin` and `lambdamax` have been deprecated in favor of `eigmin` and
9
`eigmax`. ([#357](https://github.com/JuliaOpt/Convex.jl/pull/357))
10
+* Many "internal" functions and types are no longer exported, such as the atoms,
11
+ types corresponding to constraints and vexities, etc.
12
+ ([#357](https://github.com/JuliaOpt/Convex.jl/pull/357))
13
* `evaluate(x::Variable)` and `evaluate(c::Constant)` now return scalars and
14
vectors as appropriate, instead of `(1,1)`- and `(d,1)`-matrices.
15
([#359](https://github.com/JuliaOpt/Convex.jl/pull/359)). This affects
0 commit comments