diff --git a/Project.toml b/Project.toml index b068325..00cd8e6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Octavian" uuid = "6fd5a793-0b7e-452c-907f-f8bfe9c57db4" authors = ["Mason Protter", "Chris Elrod", "Dilum Aluthge", "contributors"] -version = "0.2.4" +version = "0.2.5" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" diff --git a/README.md b/README.md index 36235a1..f993351 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,3 @@ matrix multiplication, built on top of Please see the [Octavian documentation](https://JuliaLinearAlgebra.github.io/Octavian.jl/stable). - -You may also be interested in: -1. [Tullio.jl](https://github.com/mcabbott/Tullio.jl) -2. [Gaius.jl](https://github.com/MasonProtter/Gaius.jl) diff --git a/docs/src/index.md b/docs/src/index.md index 0df26ad..7623ed3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -11,7 +11,12 @@ matrix multiplication, built on top of The source code for Octavian is available in the [GitHub repository](https://github.com/JuliaLinearAlgebra/Octavian.jl). +## Related Packages + You may also be interested in: -- [Tullio.jl](https://github.com/mcabbott/Tullio.jl) -- [Gaius.jl](https://github.com/MasonProtter/Gaius.jl) -- [PaddedMatrices.jl](https://github.com/chriselrod/PaddedMatrices.jl) +1. [Tullio.jl](https://github.com/mcabbott/Tullio.jl) +2. [Gaius.jl](https://github.com/MasonProtter/Gaius.jl) + +In general: +- Octavian is the most performant. +- Tullio is the most flexible.