Skip to content

Commit fd4fd9e

Browse files
committed
Don't export new internal methods
1 parent 718502c commit fd4fd9e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StaticRanges"
22
uuid = "d8176aec-3168-11e9-3c98-e3954798be3a"
33
authors = ["zchristensen "]
4-
version = "0.7.0"
4+
version = "0.7.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/StaticRanges.jl

+6-2
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,14 @@ export
6767
cmpmin,
6868
min_of_group_max,
6969
max_of_group_min,
70-
# Order functions
70+
# traits
71+
axes_type,
7172
as_dynamic,
7273
as_fixed,
7374
as_static,
75+
is_dynamic,
76+
is_fixed,
77+
is_static,
7478
of_staticness,
7579
is_forward,
7680
is_reverse,
@@ -108,7 +112,7 @@ export
108112
vcat_sort
109113

110114
include("./RangeInterface/RangeInterface.jl")
111-
@reexport using .RangeInterface
115+
using .RangeInterface
112116

113117
include("./GapRange/GapRange.jl")
114118

0 commit comments

Comments
 (0)