Skip to content

Commit cd83450

Browse files
committed
Delete code related to GradedUnitRanges
1 parent d41e8e7 commit cd83450

File tree

5 files changed

+2
-248
lines changed

5 files changed

+2
-248
lines changed

Project.toml

Lines changed: 1 addition & 7 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.10"
4+
version = "0.4.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -20,13 +20,9 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
2020
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
2121

2222
[weakdeps]
23-
GradedUnitRanges = "e2de450a-8a67-46c7-b59c-01d5a3d041c5"
2423
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
25-
TensorProducts = "decf83d6-1968-43f4-96dc-fdb3fe15fc6d"
2624

2725
[extensions]
28-
BlockSparseArraysGradedUnitRangesExt = "GradedUnitRanges"
29-
BlockSparseArraysGradedUnitRangesTensorAlgebraExt = ["GradedUnitRanges", "TensorAlgebra", "TensorProducts"]
3026
BlockSparseArraysTensorAlgebraExt = "TensorAlgebra"
3127

3228
[compat]
@@ -39,14 +35,12 @@ DiagonalArrays = "0.3"
3935
Dictionaries = "0.4.3"
4036
FillArrays = "1.13.0"
4137
GPUArraysCore = "0.1.0, 0.2"
42-
GradedUnitRanges = "0.2.2"
4338
LinearAlgebra = "1.10"
4439
MacroTools = "0.5.13"
4540
MapBroadcast = "0.1.5"
4641
SparseArraysBase = "0.5"
4742
SplitApplyCombine = "1.2.3"
4843
TensorAlgebra = "0.2.4"
49-
TensorProducts = "0.1.2"
5044
Test = "1.10"
5145
TypeParameterAccessors = "0.2.0, 0.3"
5246
julia = "1.10"

ext/BlockSparseArraysGradedUnitRangesExt/BlockSparseArraysGradedUnitRangesExt.jl

Lines changed: 0 additions & 105 deletions
This file was deleted.

ext/BlockSparseArraysGradedUnitRangesTensorAlgebraExt/BlockSparseArraysGradedUnitRangesTensorAlgebraExt.jl

Lines changed: 0 additions & 99 deletions
This file was deleted.

ext/BlockSparseArraysGradedUnitRangesTensorAlgebraExt/reducewhile.jl

Lines changed: 0 additions & 34 deletions
This file was deleted.

ext/BlockSparseArraysTensorAlgebraExt/BlockSparseArraysTensorAlgebraExt.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
module BlockSparseArraysTensorAlgebraExt
22

33
using BlockArrays: AbstractBlockedUnitRange
4-
5-
using TensorAlgebra: TensorAlgebra, FusionStyle, BlockReshapeFusion
6-
74
using BlockSparseArrays: AbstractBlockSparseArray, blockreshape
5+
using TensorAlgebra: TensorAlgebra, FusionStyle, BlockReshapeFusion
86

97
TensorAlgebra.FusionStyle(::AbstractBlockedUnitRange) = BlockReshapeFusion()
108

0 commit comments

Comments
 (0)