Skip to content

Commit

Permalink
0.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Nov 16, 2017
1 parent ff20ab7 commit a061d2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "ndarray"
version = "0.10.12"
version = "0.10.13"
authors = ["bluss"]
license = "MIT/Apache-2.0"
readme = "README-crates.io.md"
Expand Down
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ provider::
Recent Changes (ndarray)
------------------------

- 0.10.13

- Add an extension trait for longer-life indexing methods for array views
(``IndexLonger``) by @termoshtt and @bluss
- The ``a.dot(b)`` method now supports a vector times matrix multiplication
by @jturner314
- More general ``.into_owned()`` method by @jturner314

- 0.10.12

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

0 comments on commit a061d2c

Please sign in to comment.