From 070d7c58274f9dc39d39552a8d4d412b5ad748d4 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 20 May 2026 11:16:21 +1200 Subject: [PATCH] Prep for public release --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ceb2b3..85b536b 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@ [![Build Status](https://github.com/jump-dev/MathOptLazy.jl/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/jump-dev/MathOptLazy.jl/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/jump-dev/MathOptLazy.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/jump-dev/MathOptLazy.jl) -> [!warning] -> This package is not registered and it is under active development. Breaking -> changes may occur at any time. - [MathOptLazy.jl](https://github.com/jump-dev/MathOptLazy.jl) is an experimental meta-solver for problems with lazy constraints. ## License @@ -25,7 +21,7 @@ Install `MathOptLazy` using `Pkg.add`: ```julia import Pkg -Pkg.add(; url = "https://github.com/jump-dev/MathOptLazy.jl") +Pkg.add("MathOptLazy") ``` ## Use with JuMP