Skip to content

Commit f89de70

Browse files
committed
Removed obsolete NDArray.Unsafe.Shape
1 parent 32b9c08 commit f89de70

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/NumSharp.Core/Backends/NDArray.Unmanaged.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ internal IArraySlice Array
7171
/// </summary>
7272
public UnmanagedStorage Storage => _this.Storage;
7373

74-
/// <summary>
75-
/// Provides access to the internal <see cref="Shape"/>.
76-
/// </summary>
77-
[Obsolete("Please use nd.Shape directly instead of nd.Unsafe.Shape, will be removed in 0.21.0")]
78-
public Shape Shape => _this.Storage.Shape;
79-
8074
/// A Span representing this slice.
8175
/// <remarks>Does not perform copy.</remarks>
8276
public Span<T> AsSpan<T>()

0 commit comments

Comments
 (0)