All Versions
10
Latest Version
Avg Release Cycle
52 days
Latest Release
2522 days ago
Changelog History
Changelog History
-
v1.1.4 Changes
October 22, 2017 -
v1.1.3 Changes
September 26, 2017๐ Fixes #250
-
v1.1.2 Changes
September 06, 2017๐ Fixed
trainAsync
(it was broken afteres6ify
) -
v1.1.1 Changes
August 29, 2017๐ Fixed
package.json
main path -
v1.1.0 Changes
August 27, 2017Es6ify 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, 2016Hot fix wrong bundle path
-
v1.0.6 Changes
July 08, 2016- Replaced gulp with webpack.
๐ฆ 2. Fixed missing entry point in package.json (#108 and #109)
๐ 3. Deprecated
workerTrain(set, callback, options)
in favor oftrainAsync(set, options) : Promise
.- 3.1 workerTrain will keep working for backwards compatibility reasons, but it will log a warning.
- 3.2 Added
schedule
support totrainAsync
, now it has the exact same signature astrain
, it supports the sameoptions
and returns aPromise
of the same training results thattrain
would return{ error, iterations, time }
- Replaced gulp with webpack.
๐ฆ 2. Fixed missing entry point in package.json (#108 and #109)
๐ 3. Deprecated