Skip to content

Commit

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

* Update Project.toml
  • Loading branch information
dlfivefifty authored Jul 10, 2023
1 parent 9a2443c commit c502b71
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 @@ -12,7 +12,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 = "SemiseparableMatrices"
uuid = "f8ebbe35-cbfb-4060-bf7f-b10e4670cf57"
authors = ["Sheehan Olver <[email protected]>"]
version = "0.3.6"
version = "0.3.7"

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

2 comments on commit c502b71

@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/87205

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.3.7 -m "<description of version>" c502b71dbbef1deb2b6b7f6f44480bcadc978275
git push origin v0.3.7

Please sign in to comment.