Skip to content

Commit fd26b83

Browse files
authored
Focus development on julia v1.10+ (#462)
* Focus development on julia v1.10+ * Remove old extension loading code
1 parent db91085 commit fd26b83

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

Project.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name = "BandedMatrices"
22
uuid = "aae01518-5342-5314-be14-df237901396f"
3-
version = "1.7.6"
3+
version = "1.8.0"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
77
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
10-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1110

1211
[weakdeps]
1312
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -22,13 +21,13 @@ Documenter = "1"
2221
FillArrays = "1.3"
2322
GenericLinearAlgebra = "0.3"
2423
InfiniteArrays = "0.12, 0.13, 0.14"
25-
LinearAlgebra = "1.6"
24+
LinearAlgebra = "1"
2625
PrecompileTools = "1"
2726
Quaternions = "0.7"
28-
Random = "1.6"
29-
SparseArrays = "1.6"
30-
Test = "1.6"
31-
julia = "1.6"
27+
Random = "1"
28+
SparseArrays = "1"
29+
Test = "1"
30+
julia = "1.10"
3231

3332
[extras]
3433
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

src/BandedMatrices.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ include("tribanded.jl")
9292

9393
include("interfaceimpl.jl")
9494

95-
if !isdefined(Base, :get_extension)
96-
include("../ext/BandedMatricesSparseArraysExt.jl")
97-
end
98-
9995
include("precompile.jl")
10096

10197

0 commit comments

Comments
 (0)