Releases: jump-dev/Convex.jl
Releases · jump-dev/Convex.jl
v0.13.6
Convex v0.13.6
Closed issues:
- diagm does not work (#401)
Merged pull requests:
- Fix
diagm(x)
(#402) (@ericphanson)
v0.13.5
Convex v0.13.5
Closed issues:
Merged pull requests:
- Discuss extended formulations in docs (#396) (@ericphanson)
- fix 398 (#399) (@ericphanson)
v0.13.4
Convex v0.13.4
Merged pull requests:
AbstractVariable
interface; allow variables to carry constraints (#358) (@ericphanson)- Try allowing the matrix frac test on SCS (#385) (@ericphanson)
- Fix example n queens (#386) (@ericphanson)
- Use BibTeX highlighting for citation (#387) (@zdroid)
- Update URLs for jump-dev migration (#391) (@mlubin)
v0.13.3
Convex v0.13.3
Closed issues:
- maintenance (#95)
- wrong conversion to conic form of LASSO (#219)
add_constraint!
does not add constraint to problem (#380)
Merged pull requests:
- Fix
add_constraint!
(#381) (@ericphanson)
v0.13.2
Convex v0.13.2
Merged pull requests:
- Update for v0.13.1 (#373) (@ericphanson)
- Add COSMO to docs (#375) (@ericphanson)
- Allow setting max print width of IDs via
Convex.MAXDIGITS
. (#379) (@riccardomurri)
v0.13.1
Convex v0.13.1
Closed issues:
- Rethinking how to approach v0.13 (#361)
- [Request] Ability to suppress "vexity check" warnings (#362)
- No speedup from multithreading. big speed up from multi-processing (#370)
Merged pull requests:
- Pass solver constructors instead of instances (#368) (@ericphanson)
- export
Constraint
(#371) (@ericphanson) - Allow disabling DCP warnings (#372) (@ericphanson)
- Update for v0.13.1 (#373) (@ericphanson)
- Switch atomics to refs (#374) (@ericphanson)
v0.13.0
Convex v0.13.0
Closed issues:
- Rethinking how to approach v0.13 (#361)
- Wrong indices in documentation of
conv\(h,x\)
? (#364) - problem.status == :Optimal (on master) (#354)
- "aux" is not an allowed directory name under windows (#349)
- quadform returns a 1x1 matrix (#341)
- Dual values of complex constraints wrong, poisons later dual values (#337)
lambdamin
andlambdamax
should beeigmin
andeigmax
? (#336)conv
fails for complex inputs (#288)- Switch to MathOptInterface (#262)
Merged pull requests:
- Pass solver constructors instead of instances (#368) (@ericphanson)
v0.12.7
v0.12.7 (2020-02-24)
v0.12.6
v0.12.6 (2019-11-08)
Closed issues:
- Printing is too verbose with many constraints (#342)
- helping with updating Examples (#338)
- Switch examples to Weave or Literate (#335)
- Document homepage is empty (#334)
- eye is no longer supported in new julia (#331)
- Cache conic forms between
solve!
s? (#318) - Running error in Control example (#268)
- Update examples to reflect new syntax for
dot\(\*\)
(#201)
Merged pull requests:
- Add
MAXWIDTH
for printing (#345) (ericphanson) - Update docs and cleanup (#343) (ericphanson)
- Finance examples (#340) (PaulSoderlind)
- remove eye from examples; closes #331 (#333) (ranocha)
- add more tests, in particular for dual variables, cf. #290 (#332) (ranocha)
- Introducing the Convex.jl Problem Depot (#328) (ericphanson)
- Switch examples to use Literate.jl and update to 1.0 (#339) (ericphanson)
v0.12.5
v0.12.5 (2019-09-10)
Closed issues:
- trace() throws UndefVarError; (not documented) tr() should be used instead (#319)
- Partial transpose (#168)
- Memory leak (#83)
Merged pull requests:
- Update printing docs and document
MAXDEPTH
. (#329) (ericphanson) - [docs] Update
trace
totr
(#327) (ericphanson) - Improve printing of problems, constraints, and variables (#325) (ericphanson)
- Only benchmark on PRs (#324) (ericphanson)
- Fix benchmarking on travis (thanks to @tkf) (#323) (ericphanson)
- Remove global variables (#322) (ericphanson)
- Add benchmarks (#321) (ericphanson)