Skip to content

Commit

Permalink
BandedMatrices v0.17 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Mar 28, 2022
1 parent 86c3b02 commit 64c76f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "BlockBandedMatrices"
uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
version = "0.11.2"
version = "0.11.3"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ArrayLayouts = "0.8.2"
BandedMatrices = "0.16.8"
BandedMatrices = "0.16.8, 0.17"
BlockArrays = "0.16.6"
FillArrays = "0.13"
MatrixFactorizations = "0.8.5"
Expand Down

2 comments on commit 64c76f3

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

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.11.3 -m "<description of version>" 64c76f3912cd35afdb5046af37a248732df3678f
git push origin v0.11.3

Please sign in to comment.