From 9474f63b5f07e4cca4fbb56874cf8229a84e8f5c Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Mon, 10 Jul 2023 20:31:09 +0100 Subject: [PATCH] MatrixFactorizations v2.0 (#98) * MatrixFactorizations v2.0 * Update ci.yml --- .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 3239dba..c07800f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: version: - '1.6' - '1' - - '^1.9.0-0' os: - ubuntu-latest - macOS-latest diff --git a/Project.toml b/Project.toml index a7af6a6..1473469 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LazyBandedMatrices" uuid = "d7e5e226-e90b-4449-9968-0f923699bf6f" authors = ["Sheehan Olver "] -version = "0.8.9" +version = "0.8.10" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -22,7 +22,7 @@ BlockArrays = "0.16.9" BlockBandedMatrices = "0.11.7, 0.12" FillArrays = "0.13, 1" LazyArrays = "0.22.10, 1" -MatrixFactorizations = "0.9, 1" +MatrixFactorizations = "0.9, 1, 2" StaticArrays = "1" julia = "1.6"