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 683433d commit 58b57abCopy full SHA for 58b57ab
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "ndarray"
4
-version = "0.10.11"
+version = "0.10.12"
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.12
89
+
90
+ - Implement serde serialization for ``IxDyn``, so that arrays and array views
91
+ using it are serializable as well.
92
93
- 0.10.11
94
95
- Add method ``.uswap(a, b)`` for unchecked swap by @jturner314
0 commit comments