Skip to content

Commit c876d1a

Browse files
authored
Merge pull request #39 from mcabbott/axes
Handle `OffsetArray`s better, even in `reshape`
2 parents 49a7369 + d98d2d5 commit c876d1a

File tree

6 files changed

+141
-98
lines changed

6 files changed

+141
-98
lines changed

src/TensorCast.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Fast # shield non-macro code from @optlevel 1
2727
export sliceview, slicecopy, copy_glue, glue!, iscodesorted, countcolons
2828

2929
include("view.jl")
30-
export diagview, mul!, rview, star, onetolength
30+
export diagview, mul!, rview, star
3131

3232
include("static.jl")
3333
export static_slice, static_glue

0 commit comments

Comments
 (0)