From c502b71dbbef1deb2b6b7f6f44480bcadc978275 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Mon, 10 Jul 2023 20:32:19 +0100 Subject: [PATCH] Matrix factorizations v2.0 (#42) * MatrixFactorizations v2.0 * Update Project.toml --- .github/workflows/ci.yml | 1 - Project.toml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3268216..79a7f35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: version: - '1.6' - '1' - - '^1.9.0-0' os: - ubuntu-latest - macOS-latest diff --git a/Project.toml b/Project.toml index 1c08811..5b8ed94 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SemiseparableMatrices" uuid = "f8ebbe35-cbfb-4060-bf7f-b10e4670cf57" authors = ["Sheehan Olver "] -version = "0.3.6" +version = "0.3.7" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -18,7 +18,7 @@ BandedMatrices = "0.16, 0.17" BlockBandedMatrices = "0.11, 0.12" LazyArrays = "0.22, 1" LazyBandedMatrices = "0.7.2, 0.8" -MatrixFactorizations = "0.8, 0.9, 1" +MatrixFactorizations = "0.8, 0.9, 1, 2" julia = "1.6" [extras]