Skip to content

Commit 4fe65b6

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for SparseArraysBase to 0.4 for package test, (keep existing compat) (#76)
* CompatHelper: bump compat for SparseArraysBase to 0.4 for package test, (keep existing compat) * Stricter compat * Update for breaking changes --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: mtfishman <[email protected]>
1 parent f55f2dc commit 4fe65b6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BlockSparseArrays"
22
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.3.1"
4+
version = "0.3.2"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -43,7 +43,7 @@ LabelledNumbers = "0.1.0"
4343
LinearAlgebra = "1.10"
4444
MacroTools = "0.5.13"
4545
MapBroadcast = "0.1.5"
46-
SparseArraysBase = "0.3.2"
46+
SparseArraysBase = "0.4"
4747
SplitApplyCombine = "1.2.3"
4848
TensorAlgebra = "0.1.0, 0.2"
4949
Test = "1.10"

src/blocksparsearray/blocksparsearray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and should be imported from that package to use it as an input to this construct
2424
function SparseArraysBase.SparseArrayDOK{T,N}(
2525
::UndefBlocksInitializer, ax::Tuple{Vararg{AbstractUnitRange{<:Integer},N}}
2626
) where {T,N}
27-
return SparseArrayDOK{T,N}(undef, blocklength.(ax), GetUnstoredBlock(ax))
27+
return SparseArrayDOK{T,N}(undef, blocklength.(ax); getunstored=GetUnstoredBlock(ax))
2828
end
2929
function SparseArraysBase.SparseArrayDOK{T,N}(
3030
::UndefBlocksInitializer, ax::Vararg{AbstractUnitRange{<:Integer},N}

test/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ GPUArraysCore = "0.2"
3232
GradedUnitRanges = "0.1"
3333
JLArrays = "0.2"
3434
LabelledNumbers = "0.1"
35+
LinearAlgebra = "1"
36+
Pkg = "1"
37+
Random = "1"
3538
SafeTestsets = "0.1"
36-
SparseArraysBase = "0.3"
39+
SparseArraysBase = "0.4"
3740
Suppressor = "0.2"
3841
SymmetrySectors = "0.1"
3942
TensorAlgebra = "0.2"
43+
Test = "1"
4044
TestExtras = "0.3"
4145
TypeParameterAccessors = "0.3"
42-
LinearAlgebra = "1"
43-
Pkg = "1"
44-
Random = "1"
45-
Test = "1"

0 commit comments

Comments
 (0)