We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc19665 commit b34a60dCopy full SHA for b34a60d
README.rst
@@ -79,6 +79,15 @@ How to use with cargo::
79
Recent Changes (ndarray)
80
------------------------
81
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
91
- 0.8.2
92
93
- Add more documentation and an example for dynamic dimensions: see
0 commit comments