Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SparseArraysBase"
uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208"
version = "0.10.0"
version = "0.10.1"
authors = ["ITensor developers <support@itensor.org> and contributors"]

[workspace]
Expand Down Expand Up @@ -35,5 +35,5 @@ LinearAlgebra = "1.10"
MapBroadcast = "0.1.5"
Random = "1.10"
SparseArrays = "1.10"
TensorAlgebra = "0.10"
TensorAlgebra = "0.11"
julia = "1.10"
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ module SparseArraysBaseTensorAlgebraExt

using SparseArrays: SparseMatrixCSC
using SparseArraysBase: AnyAbstractSparseArray, AnyAbstractSparseMatrix, SparseArrayDOK
using TensorAlgebra: TensorAlgebra, BlockedTrivialPermutation, BlockedTuple, FusionStyle,
ReshapeFusion, matricize, unmatricize
using TensorAlgebra: TensorAlgebra, FusionStyle, ReshapeFusion, matricize, unmatricize

struct SparseArrayFusion <: FusionStyle end
TensorAlgebra.FusionStyle(::Type{<:AnyAbstractSparseArray}) = SparseArrayFusion()
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ SparseArrays = "1.10"
SparseArraysBase = "0.10"
StableRNGs = "1.0.2"
Suppressor = "0.2.8"
TensorAlgebra = "0.10"
TensorAlgebra = "0.11"
Test = "<0.0.1, 1"
Loading