Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Feb 24, 2023
1 parent f55e951 commit 1c63040
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizedEinsum"
uuid = "c9cfed12-e746-47c4-860d-affc68c43467"
authors = ["Sergio Sánchez Ramírez <[email protected]>"]
version = "0.1.1"
version = "0.2.0"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down
6 changes: 6 additions & 0 deletions src/OptimizedEinsum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c63040

Please sign in to comment.