Skip to content

Commit 58b57ab

Browse files
committed
0.10.12
1 parent 683433d commit 58b57ab

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.11"
4+
version = "0.10.12"
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.12
89+
90+
- Implement serde serialization for ``IxDyn``, so that arrays and array views
91+
using it are serializable as well.
92+
8893
- 0.10.11
8994

9095
- Add method ``.uswap(a, b)`` for unchecked swap by @jturner314

0 commit comments

Comments
 (0)