Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

63 lines (37 loc) · 2.29 KB

1.3.1 (2016-03-02)

cudnn-sys was bumped to 0.0.3

Features

  • cudnnv4: add passive cuDNNv4 support (de6ced69)

1.3.0 (2016-03-01)

Breaking Changes

  • convolution:
    • remove workspace from the ConvolutionConfig, changing its constructor(d1e106cc)
    • convolution operations now require a workspace pointer to be passed; allows shared workspace (d1e106cc)

1.2.1 (2016-02-21)

Fix

  • dependeny: bump collenchyma to 0.0.8 (00559f63)

1.2.0 (2016-02-21)

Features

  • log_softmax: add logarithmic softmax (log_softmax) (2147ccec)

1.1.0 (2016-02-02)

Breaking Changes

  • convolution:
    • make parameter ordering more consistent (bb314bdd)
    • implement backward _data _filter _bias (09cdeb7a)

Bug Fixes

  • convolution: make parameter ordering more consistent (bb314bdd)

Features

  • convolution: implement backward _data _filter _bias (09cdeb7a)
  • license: change license to dual MIT/Apache-2.0 (1d37a0fe), closes #10

1.0.1 (2015-12-21)

Bug Fixes

  • pooling: fix pooling and convolution (5b8c94b0)

1.0.0 (2015-12-16)

First working release