Skip to content

Commit

Permalink
MatrixFactorizations v2.0 (#98)
Browse files Browse the repository at this point in the history
* MatrixFactorizations v2.0

* Update ci.yml
  • Loading branch information
dlfivefifty authored Jul 10, 2023
1 parent ff04fac commit 9474f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
version:
- '1.6'
- '1'
- '^1.9.0-0'
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LazyBandedMatrices"
uuid = "d7e5e226-e90b-4449-9968-0f923699bf6f"
authors = ["Sheehan Olver <solver@mac.com>"]
version = "0.8.9"
version = "0.8.10"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -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"

Expand Down

2 comments on commit 9474f63

@dlfivefifty
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/87203

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.10 -m "<description of version>" 9474f63b5f07e4cca4fbb56874cf8229a84e8f5c
git push origin v0.8.10

Please sign in to comment.