All Versions
6
Latest Version
Avg Release Cycle
34 days
Latest Release
2928 days ago

Changelog History

  • v0.2.1 Changes

    April 21, 2016

    ๐Ÿ› Bug Fixes

    • sgd: initialize weight gradient history with zeroes (68689955)
    • solvers: remove CUDA build flag (1f5f6b87)

    ๐Ÿ’ฅ Breaking Changes

    • container: put sequential layer into container dir (bb23b76b, breaks #)

    ๐Ÿ”‹ Features

    • container: put sequential layer into container dir (bb23b76b, breaks #)
    • ๐Ÿ”‹ features: change meaning of framework features (58d72f50)
    • layers: add tanh layer (b1d5ec91)
    • serialization:

    ๐ŸŽ Performance

    • sgd: use GPU for computation of weight updates (08fd965b)
    • solver: don't zero fill weight gradients (6c4482c5)
  • v0.2.0 Changes

    March 04, 2016

    ๐Ÿ› Bug Fixes

    • convolution: add missing weight initialization (79f71095)
    • dependency: make collenchyma version constraint stricter (6b3f6af3)
    • nll: add NLLConfig to specify number of classes (34568774)
    • reshape: fix reshaping of network input blobs (20d97e9d)
    • sequential: synchronize after forward/backward (d1c1030f)
    • โœ… test: fix tests after adding collenchyma (a7f8a695)

    ๐Ÿ”‹ Features

    • activations: add in-place activations (920b6419)
    • convolution:
      • remove convolution axis (a8345ee1)
      • add shared workspace for convolution layer (f5f25c31)
    • everything: introduce most of the changes for 0.2.0 (1e0db777)
    • layer: add Sequential layer (aaacc1ed)
    • layers: implement Into for all layers (b9a4e8f6)
    • license: change license to dual MIT/Apache-2.0 (a06b7c52)
    • reshape: added in-place functionality to reshape layer (f03bfc20)
    • solvers: reintroduce solvers for Layers (0254a432)

    ๐ŸŽ Performance

    • sequential: enable in-place inside Sequential containers (5f0a40cb)
  • v0.1.2 Changes

    December 19, 2015

    ๐Ÿ› Bug Fixes

    • dependency: make collenchyma version constraint stricter (594f207c)
  • v0.1.1 Changes

    November 30, 2015

    ๐Ÿ› Bug Fixes

    • dependency: make collenchyma version constraint stricter (355620ad)
    • โœ… test: fix tests after adding collenchyma (cc0d340e)
  • v0.1.0 Changes

    November 10, 2015

    ๐Ÿ”‹ Features

    • backend: switch to collenchyma and update blob (7556f55a)
    • backpropagation: implemented backpropagation (1e97f9d8)
    • ci: Added travis for CI and doc building (324ea1b0)
    • layer: progress on forwarding network; introducted ReadBlob and WriteBlob for Layers (ab56a021)
    • network: network forwarding and helpers (0415f637)
    • ๐Ÿš€ release: prepare for 0.0.1 (52c5a95f)
    • solver:
      • implement solver and sgd (83db20d4)
      • calculation of learning rate from config (84a74449)
      • started fleshing out sgd solver (5985d581)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ— build: added lib blas to travis dependency (3fd3a285)
    • cargo: fixed homepage spelling (c71c3196)
    • dependencies: locked dependencies more thightly as required by crates.io (6c2a45ec)
    • dim_check: fixed layer dimension checking based on the new interface of phloem (f685ce7e)
    • ๐Ÿ“„ docs: own gh-pages token for doc upload (0967dead)
    • keywords: remove whitespace from cargo keywords (6b54de82)
    • phloem: updated shape interface change (6169645c)
    • typo: broken link in contribution guide (71aec33b)
    • wording: Fixed wording of contribution guide; also some smaller typo fixes (8bdea30a)
  • v0.0.1 Changes

    November 02, 2015

    ๐Ÿ”‹ Features

    • ci: Added travis for CI and doc building (324ea1b0)
    • layer: progress on forwarding network; introducted ReadBlob and WriteBlob for Layers (ab56a021)
    • network: network forwarding and helpers (0415f637)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ— build: added lib blas to travis dependency (3fd3a285)
    • cargo: fixed homepage spelling (c71c3196)
    • dim_check: fixed layer dimension checking based on the new interface of phloem (f685ce7e)
    • ๐Ÿ“„ docs: own gh-pages token for doc upload (0967dead)
    • phloem: updated shape interface change (6169645c)
    • wording: Fixed wording of contribution guide; also some smaller typo fixes (8bdea30a)