From 1c630400eabd086ac42ff963510b51dbff693eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Fri, 24 Feb 2023 13:06:13 +0100 Subject: [PATCH] Bump version to 0.2.0 --- Project.toml | 2 +- src/OptimizedEinsum.jl | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8e3a72c..97f5c42 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OptimizedEinsum" uuid = "c9cfed12-e746-47c4-860d-affc68c43467" authors = ["Sergio Sánchez Ramírez "] -version = "0.1.1" +version = "0.2.0" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" diff --git a/src/OptimizedEinsum.jl b/src/OptimizedEinsum.jl index f47a84c..ace03cf 100644 --- a/src/OptimizedEinsum.jl +++ b/src/OptimizedEinsum.jl @@ -8,6 +8,12 @@ include("Solvers/Solvers.jl") function __init__() @require Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" include("Visualization.jl") + @warn """This is the last release of `OptimizedEinsum` on the General official registry. + Further development can be found in our registry https://github.com/bsc-quantic/Registry in the form of `OptimizedEinsum` or subdivided packages. + If you want to use our registry just do: + \tusing Pkg + \tpkg"registry add https://github.com/bsc-quantic/Registry" + """ end export flops, removedsize, rank