Skip to content

Commit 6496bff

Browse files
committed
Ready for release 0.1.0
1 parent 4c1b795 commit 6496bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "PEPit"
22
uuid = "362dabbc-d565-4ef8-96fa-aefabe1c072a"
3-
version = "1.0.0-DEV"
3+
version = "0.1.0"
44
authors = ["Shuvomoy Das Gupta <shuvomoy.dasgupta@gmail.com> and contributors"]
55

66
[deps]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Key steps in the PEP workflow:
7979

8080
Please take a look at the step-by-step tutorial for the minimal example that we just saw for accelerated gradient method for smooth strongly convex minimization below:
8181

82-
[Tutorial 1: Accelerated gradient method for smooth strongly convex minimization](https://github.com/PerformanceEstimation/PEPit.jl/blob/main/tutorials/unconstrained_convex_minimization/accelerated_gradient_strongly_convex/accelerated_gradient_strongly_convex.tutorial.ipynb)
82+
[Tutorial 1: Accelerated gradient method for smooth strongly convex minimization](https://nbviewer.org/github/PerformanceEstimation/PEPit.jl/blob/main/tutorials/unconstrained_convex_minimization/accelerated_gradient_strongly_convex/accelerated_gradient_strongly_convex.tutorial.ipynb)
8383

8484
You can find other tutorials in the `tutorials` folder of the package.
8585

@@ -89,7 +89,7 @@ We also have many examples in the `examples` folder of the package, please take
8989

9090
## Solvers
9191

92-
PEPit.jl uses JuMP and builds an SDP internally. Currently we support: Clarabel and Mosek, but we plan to add more solvers in the future. Note: using Mosek requires a valid license to use (free for academic use), where Clarabel is open-source.
92+
`PEPit.jl` uses `JuMP` and builds an SDP internally. Currently we support: `Clarabel` and `Mosek`, but we plan to add more solvers in the future. Note: using `Mosek` requires a valid license to use (free for academic use), where `Clarabel` is open-source.
9393

9494
## Repository layout
9595

0 commit comments

Comments
 (0)