File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ Recent Changes (ndarray)
90
90
91
91
- 0.11.2
92
92
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.
93
97
- Add ``ArcArray ``. ``RcArray `` has become ``ArcArray ``; it is now using thread
94
98
safe reference counting just like ``Arc ``; this means that shared ownership
95
99
arrays are now ``Send/Sync `` if the corresponding element type is ``Send
@@ -100,6 +104,10 @@ Recent Changes (ndarray)
100
104
to shorten the lifetime of an array view; in a reference-like type this
101
105
normally happens implicitly but for technical reasons the views have
102
106
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/
103
111
104
112
- 0.11.1
105
113
You can’t perform that action at this time.
0 commit comments