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 c40caf0 commit a93923eCopy full SHA for a93923e
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "ndarray"
4
-version = "0.3.0"
+version = "0.3.1"
5
authors = ["bluss"]
6
license = "MIT/Apache-2.0"
7
README.rst
@@ -79,6 +79,11 @@ How to use with cargo::
79
Recent Changes
80
--------------
81
82
+- 0.3.1
83
+
84
+ - Add ``.row_mut()``, ``.column_mut()``
85
+ - Add ``.axis_iter()``, ``.axis_iter_mut()``
86
87
- **0.3.0**
88
89
- Second round of API & consistency update is done
0 commit comments