Skip to content

Commit a061d2c

Browse files
committed
0.10.13
1 parent ff20ab7 commit a061d2c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.12"
4+
version = "0.10.13"
55
authors = ["bluss"]
66
license = "MIT/Apache-2.0"
77
readme = "README-crates.io.md"

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ provider::
8585
Recent Changes (ndarray)
8686
------------------------
8787

88+
- 0.10.13
89+
90+
- Add an extension trait for longer-life indexing methods for array views
91+
(``IndexLonger``) by @termoshtt and @bluss
92+
- The ``a.dot(b)`` method now supports a vector times matrix multiplication
93+
by @jturner314
94+
- More general ``.into_owned()`` method by @jturner314
95+
8896
- 0.10.12
8997

9098
- Implement serde serialization for ``IxDyn``, so that arrays and array views

0 commit comments

Comments
 (0)