Skip to content

Commit a93923e

Browse files
committed
Bump version to 0.3.1
1 parent c40caf0 commit a93923e

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.3.0"
4+
version = "0.3.1"
55
authors = ["bluss"]
66
license = "MIT/Apache-2.0"
77

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ How to use with cargo::
7979
Recent Changes
8080
--------------
8181

82+
- 0.3.1
83+
84+
- Add ``.row_mut()``, ``.column_mut()``
85+
- Add ``.axis_iter()``, ``.axis_iter_mut()``
86+
8287
- **0.3.0**
8388

8489
- Second round of API & consistency update is done

0 commit comments

Comments
 (0)