Skip to content

Commit f2c3c48

Browse files
committed
0.10.11
1 parent f838639 commit f2c3c48

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.10.10"
4+
version = "0.10.11"
55
authors = ["bluss"]
66
license = "MIT/Apache-2.0"
77
readme = "README-crates.io.md"

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ provider::
8585
Recent Changes (ndarray)
8686
------------------------
8787

88+
- 0.10.11
89+
90+
- Add method ``.uswap(a, b)`` for unchecked swap by @jturner314
91+
- Bump private dependencies (itertools 0.7)
92+
8893
- 0.10.10
8994

9095
- Fix crash with zero size arrays in the fallback matrix multiplication code

0 commit comments

Comments
 (0)