We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81fb30 commit 4245ffeCopy full SHA for 4245ffe
lib/ArrayInterfaceOffsetArrays/Project.toml
@@ -1,6 +1,6 @@
1
name = "ArrayInterfaceOffsetArrays"
2
uuid = "015c0d05-e682-4f19-8f0a-679ce4c54826"
3
-version = "0.1.4"
+version = "0.1.5"
4
5
[deps]
6
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
lib/ArrayInterfaceOffsetArrays/src/ArrayInterfaceOffsetArrays.jl
@@ -48,6 +48,9 @@ end
48
function ArrayInterface.stride_rank(T::Type{<:OffsetArray})
49
ArrayInterface.stride_rank(ArrayInterface.parent_type(T))
50
end
51
+function ArrayInterface.dense_dims(T::Type{<:OffsetArray})
52
+ ArrayInterface.dense_dims(ArrayInterface.parent_type(T))
53
+end
54
function ArrayInterface.contiguous_axis(T::Type{<:OffsetArray})
55
ArrayInterface.contiguous_axis(ArrayInterface.parent_type(T))
56
0 commit comments