Skip to content

Commit

Permalink
CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (
Browse files Browse the repository at this point in the history
…#134)

* CompatHelper: bump compat for FillArrays to 1, (keep existing compat)

* Update Project.toml

* updates

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
3 people authored Apr 1, 2023
1 parent 55d92b1 commit 3ae935a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "InfiniteLinearAlgebra"
uuid = "cde9dba0-b1de-11e9-2c62-0bab9446c55c"
version = "0.6.16"
version = "0.6.17"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -17,17 +17,17 @@ MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
SemiseparableMatrices = "f8ebbe35-cbfb-4060-bf7f-b10e4670cf57"

[compat]
Aqua = "0.5"
ArrayLayouts = "0.8.16"
BandedMatrices = "0.17"
Aqua = "0.6"
ArrayLayouts = "0.8.16, 1"
BandedMatrices = "0.17.19"
BlockArrays = "0.16.14"
BlockBandedMatrices = "0.11.5"
BlockBandedMatrices = "0.11.5, 0.12"
DSP = "0.7"
FillArrays = "0.13"
FillArrays = "0.13, 1"
InfiniteArrays = "0.12"
LazyArrays = "0.22"
LazyArrays = "0.22, 1"
LazyBandedMatrices = "0.8.7"
MatrixFactorizations = "0.9.6"
MatrixFactorizations = "0.9.6, 1"
SemiseparableMatrices = "0.3"
julia = "1.6"

Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import LazyBandedMatrices: BroadcastBandedBlockBandedLayout, BroadcastBandedLayo

using Aqua
@testset "Project quality" begin
Aqua.test_all(InfiniteLinearAlgebra, ambiguities=false, unbound_args=false)
Aqua.test_all(InfiniteLinearAlgebra, ambiguities=false, unbound_args=false, piracy=false)
end

@testset "chop" begin
Expand Down

2 comments on commit 3ae935a

@dlfivefifty
Copy link
Member

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/80824

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.6.17 -m "<description of version>" 3ae935acfa3248ecbdb0f72179d1716749a2e0c5
git push origin v0.6.17

Please sign in to comment.