Skip to content

Commit

Permalink
BandedMatrices extension (#199)
Browse files Browse the repository at this point in the history
* Drop support for Julia <v1.10

* Fixes

* BandedMatrices extension

* Update InfiniteArraysBandedMatricesExt.jl

* package compiles

* Tests pass

* adjust imports

* avoid extension race condition

* increase codecov

* Fix bugs and increase coverage

* tests pass again

* Update Project.toml

* Update test_infbanded.jl

* increase codecov
  • Loading branch information
dlfivefifty authored Nov 29, 2024
1 parent 932a16b commit 210d087
Show file tree
Hide file tree
Showing 9 changed files with 927 additions and 10 deletions.
19 changes: 11 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,41 @@
name = "InfiniteArrays"
uuid = "4858937d-0d70-526a-a4dd-2d5cb5dd786c"
version = "0.14.3"
version = "0.15.0"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Infinities = "e1ba4f0e-776d-440f-acd9-e1d2e9742647"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[weakdeps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[extensions]
InfiniteArraysBandedMatricesExt = "BandedMatrices"
InfiniteArraysDSPExt = "DSP"
InfiniteArraysStatisticsExt = "Statistics"

[compat]
Aqua = "0.8"
ArrayLayouts = "1.8"
BandedMatrices = "1.0"
BlockArrays = "1.0"
BandedMatrices = "1.7.6"
Base64 = "1"
BlockArrays = "1.0"
DSP = "0.7"
FillArrays = "1.0"
Infinities = "0.1.1"
LazyArrays = "2.0.2"
LazyArrays = "2.2.3"
LinearAlgebra = "1.6"
SparseArrays = "1"
Statistics = "1"
Test = "1"
julia = "1.10"

[extensions]
InfiniteArraysDSPExt = "DSP"
InfiniteArraysStatisticsExt = "Statistics"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
Expand Down
Loading

0 comments on commit 210d087

Please sign in to comment.