Skip to content

Commit 1bd6976

Browse files
committed
Rename OwnedArray to Array. The old type alias is deprecated.
1 parent 02aeb1f commit 1bd6976

File tree

26 files changed

+268
-258
lines changed

26 files changed

+268
-258
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Highlights
2828

2929
- ``ArrayBase``:
3030
The N-dimensional array type itself.
31-
- ``OwnedArray``:
31+
- ``Array``:
3232
An array where the data is owned uniquely.
3333
- ``RcArray``:
3434
An array where the data has shared ownership and is copy on write.
@@ -90,6 +90,7 @@ Recent Changes (ndarray)
9090

9191
- 0.6.0
9292

93+
- Rename ``OwnedArray`` to ``Array``. The old name is deprecated.
9394
- Remove deprecated constructor methods. Use zeros, from_elem, from_shape_vec
9495
or from_shape_vec_unchecked instead.
9596
- Remove deprecated in place arithmetic methods like iadd et.c. Use += et.c.

0 commit comments

Comments
 (0)