Commit fd4fd9e 1 parent 718502c commit fd4fd9e Copy full SHA for fd4fd9e
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " StaticRanges"
2
2
uuid = " d8176aec-3168-11e9-3c98-e3954798be3a"
3
3
authors = [" zchristensen " ]
4
- version = " 0.7.0 "
4
+ version = " 0.7.1 "
5
5
6
6
[deps ]
7
7
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Original file line number Diff line number Diff line change @@ -67,10 +67,14 @@ export
67
67
cmpmin,
68
68
min_of_group_max,
69
69
max_of_group_min,
70
- # Order functions
70
+ # traits
71
+ axes_type,
71
72
as_dynamic,
72
73
as_fixed,
73
74
as_static,
75
+ is_dynamic,
76
+ is_fixed,
77
+ is_static,
74
78
of_staticness,
75
79
is_forward,
76
80
is_reverse,
@@ -108,7 +112,7 @@ export
108
112
vcat_sort
109
113
110
114
include (" ./RangeInterface/RangeInterface.jl" )
111
- @reexport using . RangeInterface
115
+ using . RangeInterface
112
116
113
117
include (" ./GapRange/GapRange.jl" )
114
118
You can’t perform that action at this time.
0 commit comments