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 3538d73 commit 6fd2f98Copy full SHA for 6fd2f98
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "ndarray"
4
-version = "0.6.7"
+version = "0.6.8"
5
authors = ["bluss"]
6
license = "MIT/Apache-2.0"
7
README.rst
@@ -93,6 +93,13 @@ How to use with cargo::
93
Recent Changes (ndarray)
94
------------------------
95
96
+- 0.6.8
97
+
98
+ - Fix a bug in a partially consumed elements iterator's ``.fold()``.
99
+ (**Note** that users are recommended to use not use the elements iterator,
100
+ but the higher level functions which are the maps, folds and other methods
101
+ of the array types themselves.)
102
103
- 0.6.7
104
105
- Improve performance of a lot of basic operations for arrays where
0 commit comments