Skip to content

Commit b34a60d

Browse files
committed
DOC: Relnote for 0.8.3
1 parent fc19665 commit b34a60d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ How to use with cargo::
7979
Recent Changes (ndarray)
8080
------------------------
8181

82+
- 0.8.3
83+
84+
- Fix a bug in ``Zip`` / ``NdProducer`` if an array of at least 3 dimensions
85+
was contig but not c- nor f-contig.
86+
- ``WholeChunksIter/Mut`` now impl ``Send/Sync`` as appropriate
87+
- Misc cleanup and using dimension-reducing versions of inner_iter
88+
internally. Remove a special case in ``zip_mut_with`` that only made it
89+
slower (1D not-contig arrays).
90+
8291
- 0.8.2
8392

8493
- Add more documentation and an example for dynamic dimensions: see

0 commit comments

Comments
 (0)