Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Jan 21, 2018
1 parent a984ded commit 068f9fe
Show file tree
Hide file tree
Showing 2 changed files with 10 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.11.0"
version = "0.11.1"
authors = ["bluss"]
license = "MIT/Apache-2.0"
readme = "README-crates.io.md"
Expand Down
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ provider::
Recent Changes (ndarray)
------------------------

- 0.11.1

- Dimension types (``Ix1, Ix2, .., IxDyn``) now implement ``Hash`` by
@jturner314
- Blas integration can now use *gemv* for matrix-vector multiplication also
when the matrix is f-order by @maciejkula
- Encapsulated ``unsafe`` code blocks in the ``s![]`` macro are now exempted
from the ``unsafe_code`` lint by @jturner314

- 0.11.0 `Release Announcement`__

- Allow combined slicing and subviews in a single operation by @jturner314 and
Expand Down

0 comments on commit 068f9fe

Please sign in to comment.