Skip to content

Commit

Permalink
FillArrays v1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Apr 1, 2023
1 parent df5ba7f commit 9a2443c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.5"
version = "0.3.6"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -13,12 +13,12 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"

[compat]
ArrayLayouts = "0.7, 0.8"
ArrayLayouts = "0.7, 0.8, 1"
BandedMatrices = "0.16, 0.17"
BlockBandedMatrices = "0.11"
LazyArrays = "0.22"
BlockBandedMatrices = "0.11, 0.12"
LazyArrays = "0.22, 1"
LazyBandedMatrices = "0.7.2, 0.8"
MatrixFactorizations = "0.8, 0.9"
MatrixFactorizations = "0.8, 0.9, 1"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 9a2443c

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

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.6 -m "<description of version>" 9a2443c0a1ebf82ff9adc34e33489d9415e4d9e4
git push origin v0.3.6

Please sign in to comment.