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 f838639 commit f2c3c48Copy full SHA for f2c3c48
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "ndarray"
4
-version = "0.10.10"
+version = "0.10.11"
5
authors = ["bluss"]
6
license = "MIT/Apache-2.0"
7
readme = "README-crates.io.md"
README.rst
@@ -85,6 +85,11 @@ provider::
85
Recent Changes (ndarray)
86
------------------------
87
88
+- 0.10.11
89
+
90
+ - Add method ``.uswap(a, b)`` for unchecked swap by @jturner314
91
+ - Bump private dependencies (itertools 0.7)
92
93
- 0.10.10
94
95
- Fix crash with zero size arrays in the fallback matrix multiplication code
0 commit comments