Skip to content

Commit 4ba1235

Browse files
committed
More namespacing
1 parent 5764fa6 commit 4ba1235

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GradedArrays"
22
uuid = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"

src/GradedArrays.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ using .GradedUnitRanges:
1212
GradedUnitRangeDual,
1313
LabelledUnitRangeDual,
1414
blocklabels,
15+
blockmergesort,
1516
blockmergesortperm,
1617
blocksortperm,
1718
dag,
@@ -20,6 +21,7 @@ using .GradedUnitRanges:
2021
flip,
2122
gradedrange,
2223
isdual,
24+
map_blocklabels,
2325
nondual,
2426
nondual_type,
2527
sector_type,

0 commit comments

Comments
 (0)