All Versions
10
Latest Version
Avg Release Cycle
52 days
Latest Release
2379 days ago

Changelog History

  • v1.1.4 Changes

    October 22, 2017

    ๐Ÿ› Bug fixes and improvements:

    #274

    #271

  • v1.1.3 Changes

    September 26, 2017

    ๐Ÿ›  Fixes #250

  • v1.1.2 Changes

    September 06, 2017

    ๐Ÿ›  Fixed trainAsync (it was broken after es6ify)

  • v1.1.1 Changes

    August 29, 2017

    ๐Ÿ›  Fixed package.json main path

  • v1.1.0 Changes

    August 27, 2017

    Es6ify synaptic

  • v1.0.10 Changes

    March 15, 2017

    ๐Ÿ›  Fix squash #205

  • v1.0.9 Changes

    September 20, 2016

    ๐Ÿš€ This is release that is changing totally nothing.
    Only reason for it is #137 - CDNJS needs tag for proper minified version connection.

  • v1.0.8 Changes

    July 25, 2016

    โž• Added support for Rate Callback (#110) and improved/refactored tests (#114 & #115)

  • v1.0.7 Changes

    July 09, 2016

    Hot fix wrong bundle path

  • v1.0.6 Changes

    July 08, 2016
    1. Replaced gulp with webpack. ๐Ÿ“ฆ 2. Fixed missing entry point in package.json (#108 and #109) ๐Ÿ—„ 3. Deprecated workerTrain(set, callback, options) in favor of trainAsync(set, options) : Promise.
      • 3.1 workerTrain will keep working for backwards compatibility reasons, but it will log a warning.
      • 3.2 Added schedule support to trainAsync, now it has the exact same signature as train, it supports the same options and returns a Promise of the same training results that train would return { error, iterations, time }