Skip to content

Commit a6ce90d

Browse files
committed
DOC: Update relnotes (still peparing 0.11.2)
1 parent 9022bc8 commit a6ce90d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Recent Changes (ndarray)
9090

9191
- 0.11.2
9292

93+
- New documentation; @jturner314 has written a large “ndarray for NumPy users”
94+
document, which we include in rustdoc. `Read it here <nd4npy>`_. It is
95+
a useful quick guide for any user, and in particular if you are familiar
96+
with numpy.
9397
- Add ``ArcArray``. ``RcArray`` has become ``ArcArray``; it is now using thread
9498
safe reference counting just like ``Arc``; this means that shared ownership
9599
arrays are now ``Send/Sync`` if the corresponding element type is ``Send
@@ -100,6 +104,10 @@ Recent Changes (ndarray)
100104
to shorten the lifetime of an array view; in a reference-like type this
101105
normally happens implicitly but for technical reasons the views have
102106
an invariant lifetime parameter.
107+
- Fix an issue with type inference, the dimensinality of an array
108+
should not infer correctly in more cases when using slicing. By @jturner314.
109+
110+
.. nd4npy: https://docs.rs/ndarray/0.11/ndarray/doc/ndarray_for_numpy_users/
103111
104112
- 0.11.1
105113

0 commit comments

Comments
 (0)