Skip to content

Commit 05c6458

Browse files
committed
Update URLs for jump-dev migration
1 parent a7d385a commit 05c6458

File tree

9 files changed

+28
-28
lines changed

9 files changed

+28
-28
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Convex.jl package is licensed under the Simplified "2-clause" BSD License:
2525
> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727
The file src/problem_depot/problem_depot.jl contains some utilities copied from
28-
the MathOptInterface.jl package (https://github.com/JuliaOpt/MathOptInterface.jl)
28+
the MathOptInterface.jl package (https://github.com/jump-dev/MathOptInterface.jl)
2929
which is licensed under the following MIT License:
3030

3131
>Copyright (c) 2017: Miles Lubin and contributors Copyright (c) 2017: Google Inc.

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Convex.jl
22

3-
[![Build Status](https://travis-ci.org/JuliaOpt/Convex.jl.svg?branch=master)](https://travis-ci.org/JuliaOpt/Convex.jl)
4-
[![Coverage Status](https://coveralls.io/repos/JuliaOpt/Convex.jl/badge.svg?branch=master)](https://coveralls.io/r/JuliaOpt/Convex.jl?branch=master)
5-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://www.juliaopt.org/Convex.jl/stable)
6-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://www.juliaopt.org/Convex.jl/dev)
3+
[![Build Status](https://travis-ci.org/jump-dev/Convex.jl.svg?branch=master)](https://travis-ci.org/jump-dev/Convex.jl)
4+
[![Coverage Status](https://coveralls.io/repos/jump-dev/Convex.jl/badge.svg?branch=master)](https://coveralls.io/r/jump-dev/Convex.jl?branch=master)
5+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://jump.dev/Convex.jl/stable)
6+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://jump.dev/Convex.jl/dev)
77

8-
**Convex.jl** is a [Julia](http://julialang.org) package for [Disciplined Convex Programming](http://dcp.stanford.edu/). Convex.jl can solve linear programs, mixed-integer linear programs, and DCP-compliant convex programs using a variety of solvers, including [Mosek](https://github.com/JuliaOpt/Mosek.jl), [Gurobi](https://github.com/JuliaOpt/Gurobi.jl), [ECOS](https://github.com/JuliaOpt/ECOS.jl), [SCS](https://github.com/JuliaOpt/SCS.jl), and [GLPK](https://github.com/JuliaOpt/GLPK.jl), through [MathOptInterface](https://github.com/JuliaOpt/MathOptInterface.jl). It also supports optimization with complex variables and coefficients.
8+
**Convex.jl** is a [Julia](http://julialang.org) package for [Disciplined Convex Programming](http://dcp.stanford.edu/). Convex.jl can solve linear programs, mixed-integer linear programs, and DCP-compliant convex programs using a variety of solvers, including [Mosek](https://github.com/JuliaOpt/Mosek.jl), [Gurobi](https://github.com/jump-dev/Gurobi.jl), [ECOS](https://github.com/jump-dev/ECOS.jl), [SCS](https://github.com/jump-dev/SCS.jl), and [GLPK](https://github.com/JuliaOpt/GLPK.jl), through [MathOptInterface](https://github.com/jump-dev/MathOptInterface.jl). It also supports optimization with complex variables and coefficients.
99

1010
**Installation**: `julia> Pkg.add("Convex")`
1111

12-
- **Detailed documentation and examples** for Convex.jl ([stable](https://juliaopt.github.io/Convex.jl/stable) | [development version](https://juliaopt.github.io/Convex.jl/dev)).
13-
- If you're running into **bugs or have feature requests**, please use the [Github Issue Tracker](https://github.com/JuliaOpt/Convex.jl/issues>).
12+
- **Detailed documentation and examples** for Convex.jl ([stable](https://jump.dev/Convex.jl/stable) | [development version](https://jump.dev/Convex.jl/dev)).
13+
- If you're running into **bugs or have feature requests**, please use the [Github Issue Tracker](https://github.com/jump-dev/Convex.jl/issues>).
1414
- For usage questions, please contact us via [Discourse](https://discourse.julialang.org/c/domain/opt).
1515

1616
## Quick Example
@@ -49,10 +49,10 @@ problem.optval
4949

5050
## More Examples
5151

52-
A number of examples can be found [here](https://www.juliaopt.org/Convex.jl/stable/).
53-
The [basic usage notebook](https://www.juliaopt.org/Convex.jl/stable/examples/general_examples/basic_usage/)
52+
A number of examples can be found [here](https://jump.dev/Convex.jl/stable/).
53+
The [basic usage notebook](https://jump.dev/Convex.jl/stable/examples/general_examples/basic_usage/)
5454
gives a simple tutorial on problems that can be solved using Convex.jl. All examples can be downloaded as
55-
a zip file from [here](https://www.juliaopt.org/Convex.jl/stable/examples/notebooks.zip).
55+
a zip file from [here](https://jump.dev/Convex.jl/stable/examples/notebooks.zip).
5656

5757
## Citing this package
5858

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ makedocs(;
146146
"Credits" => "credits.md",
147147
"Examples" => examples_nav,
148148
],
149-
repo = "https://github.com/JuliaOpt/Convex.jl/blob/{commit}{path}#L{line}",
149+
repo = "https://github.com/jump-dev/Convex.jl/blob/{commit}{path}#L{line}",
150150
sitename = "Convex.jl")
151151

152-
deploydocs(repo = "github.com/JuliaOpt/Convex.jl.git", push_preview = true)
152+
deploydocs(repo = "github.com/jump-dev/Convex.jl.git", push_preview = true)
153153

154154
# restore the environmental variable `GKSwstype`.
155155
ENV["GKSwstype"] = previous_GKSwstype;

docs/src/contributing.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ short instructions on how to get started. If you don't know what you'd
66
like to contribute, you could
77

88
- take a look at the current
9-
[issues](https://github.com/JuliaOpt/Convex.jl/issues) and pick
9+
[issues](https://github.com/jump-dev/Convex.jl/issues) and pick
1010
one. (Feature requests are probably the easiest to tackle.)
1111
- add a [usage
12-
example](https://github.com/JuliaOpt/Convex.jl/tree/master/examples).
12+
example](https://github.com/jump-dev/Convex.jl/tree/master/examples).
1313

1414
Then submit a pull request (PR). (Let us know if it's a work in
1515
progress by putting \[WIP\] in the name of the PR.)
@@ -18,7 +18,7 @@ Adding examples
1818
---------------
1919

2020
- Take a look at our exising [usage
21-
examples](https://github.com/JuliaOpt/Convex.jl/tree/master/examples)
21+
examples](https://github.com/jump-dev/Convex.jl/tree/master/examples)
2222
and add another in similar style.
2323
- Submit a PR. (Let us know if it's a work in progress by putting
2424
\[WIP\] in the name of the PR.)
@@ -32,9 +32,9 @@ Here are the steps to add a new function or operation (atom) to
3232
Convex.jl. Let's say you're adding the new function $f$.
3333

3434
- Take a look at the [nuclear norm
35-
atom](https://github.com/JuliaOpt/Convex.jl/blob/master/src/atoms/sdp_cone/nuclearnorm.jl)
35+
atom](https://github.com/jump-dev/Convex.jl/blob/master/src/atoms/sdp_cone/nuclearnorm.jl)
3636
for an example of how to construct atoms, and see the [norm
37-
atom](https://github.com/JuliaOpt/Convex.jl/blob/master/src/atoms/second_order_cone/norm.jl)
37+
atom](https://github.com/jump-dev/Convex.jl/blob/master/src/atoms/second_order_cone/norm.jl)
3838
for an example of an atom that depends on a parameter.
3939
- Copy paste (eg) the nuclear norm file, replace anything saying
4040
nuclear norm with the name of the atom $f$, fill in monotonicity,
@@ -72,15 +72,15 @@ Then read the conic form code:
7272

7373
- We define data structures for conic objectives and conic
7474
constraints, and simple ways of combining them, in
75-
[conic\_form.jl](https://github.com/JuliaOpt/Convex.jl/blob/master/src/conic_form.jl)
75+
[conic\_form.jl](https://github.com/jump-dev/Convex.jl/blob/master/src/conic_form.jl)
7676
- We load the internal conic form representation into the
77-
[MathOptInterface](https://github.com/JuliaOpt/MathOptInterface.jl)
77+
[MathOptInterface](https://github.com/jump-dev/MathOptInterface.jl)
7878
model in the function
79-
[load\_MOI\_model!](https://github.com/JuliaOpt/Convex.jl/blob/master/src/solution.jl#L151).
79+
[load\_MOI\_model!](https://github.com/jump-dev/Convex.jl/blob/master/src/solution.jl#L151).
8080
- We solve problems (that is, pass the standard form of the problem
8181
to a solver, and put the solution back into the values of the
8282
appropriate variables) in
83-
[solve!](https://github.com/JuliaOpt/Convex.jl/blob/master/src/solution.jl#L205).
83+
[solve!](https://github.com/jump-dev/Convex.jl/blob/master/src/solution.jl#L205).
8484

8585
You're now armed and dangerous. Go ahead and open an issue (or comment
8686
on a previous one) if you can't figure something out, or submit a PR if

src/Convex.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ include("utilities/iteration.jl")
165165
include("utilities/broadcast.jl")
166166
include("problem_depot/problem_depot.jl")
167167

168-
# Deprecated workaround for memory leak (https://github.com/JuliaOpt/Convex.jl/issues/83)
168+
# Deprecated workaround for memory leak (https://github.com/jump-dev/Convex.jl/issues/83)
169169
function clearmemory()
170-
Base.depwarn("Convex.clearmemory() is deprecated, as the memory leak it works around has been closed (in https://github.com/JuliaOpt/Convex.jl/pull/322). This function no longer does anything and will be removed in a future Convex.jl release.", :clearmemory )
170+
Base.depwarn("Convex.clearmemory() is deprecated, as the memory leak it works around has been closed (in https://github.com/jump-dev/Convex.jl/pull/322). This function no longer does anything and will be removed in a future Convex.jl release.", :clearmemory )
171171
end
172172

173173
@deprecate lambdamin eigmin

src/atoms/second_order_cone/power_to_socp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# norm([2x, t - s]) <= t + s, t >= 0, s >= 0.
1111
#
1212
# This reduction is documented in the pdf available at
13-
# https://github.com/JuliaOpt/Convex.jl/raw/master/docs/supplementary/rational_to_socp.pdf
13+
# https://github.com/jump-dev/Convex.jl/raw/master/docs/supplementary/rational_to_socp.pdf
1414

1515
module psocp
1616

src/atoms/second_order_cone/rationalnorm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# this is based on the paper "Second-order cone programming" by
99
# F. Alizadeh and D. Goldfarb, Mathematical Programming, Series B,
1010
# 95:3-51, 2001, and is documented in the pdf available at
11-
# https://github.com/JuliaOpt/Convex.jl/raw/master/docs/supplementary/rational_to_socp.pdf
11+
# https://github.com/jump-dev/Convex.jl/raw/master/docs/supplementary/rational_to_socp.pdf
1212
#############################################################################
1313

1414
### k-norm for rational k

src/problem_depot/problems/sdp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ end
124124
@test evaluate(eigmax(y)) 4 atol=atol rtol=rtol
125125
end
126126

127-
# https://github.com/JuliaOpt/Convex.jl/issues/337
127+
# https://github.com/jump-dev/Convex.jl/issues/337
128128
x = ComplexVariable(2, 2)
129129
p = minimize( eigmax(x), [ x[1,2] == im, x[2,2] == 1.0, x - eye(2) ]; numeric_type = T)
130130
handle_problem!(p)

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ end
3535
include("deprecations.jl")
3636

3737
@testset "SCS with warmstarts" begin
38-
# We exclude `sdp_sdp_constraints` since it seems to hit a bug https://github.com/JuliaOpt/SCS.jl/issues/167
38+
# We exclude `sdp_sdp_constraints` since it seems to hit a bug https://github.com/jump-dev/SCS.jl/issues/167
3939
run_tests(; exclude=[r"mip", r"sdp_sdp_constraints"]) do p
4040
solve!(p, () -> SCS.Optimizer(verbose=0, eps=1e-6); warmstart = true)
4141
end

0 commit comments

Comments
 (0)