Skip to content

Commit

Permalink
Merge 121ae80 into 4094b48
Browse files Browse the repository at this point in the history
  • Loading branch information
hobofan committed Mar 3, 2016
2 parents 4094b48 + 121ae80 commit bc91aa1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.3.4"></a>
## 0.3.4 (2016-03-03)


#### Bug Fixes

* **cuda/convolution:** workaround for 0 memory allocation ([e30b59de](https://github.com/autumnai/collenchyma-nn/commit/e30b59decfe7ca6663a42fd27e19e55fcee83552))



<a name="0.3.3"></a>
## 0.3.3 (2016-03-03)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "collenchyma-nn"
description = "collenchyma plugin providing Neural Network operations"
version = "0.3.3"
version = "0.3.4"
authors = ["Michael Hirn <mj@autumnai.com>",
"Maximilian Goisser <max@autumnai.com>"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you're using Cargo, just add collenchyma-NN to your Cargo.toml:

[dependencies]
collenchyma = "0.0.8"
collenchyma-nn = "0.3.3"
collenchyma-nn = "0.3.4"

If you're using [Cargo Edit][cargo-edit], you can call:

Expand Down

0 comments on commit bc91aa1

Please sign in to comment.