Skip to content

Commit 6fd2f98

Browse files
committed
0.6.8
1 parent 3538d73 commit 6fd2f98

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "ndarray"
4-
version = "0.6.7"
4+
version = "0.6.8"
55
authors = ["bluss"]
66
license = "MIT/Apache-2.0"
77

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ How to use with cargo::
9393
Recent Changes (ndarray)
9494
------------------------
9595

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+
96103
- 0.6.7
97104

98105
- Improve performance of a lot of basic operations for arrays where

0 commit comments

Comments
 (0)