leaf v0.1.0 Release Notes

Release Date: 2015-11-10 // over 8 years ago
  • ๐Ÿ”‹ 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)