Releases: cazala/synaptic
Releases · cazala/synaptic
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
- Replaced gulp with webpack.
- Fixed missing entry point in package.json (#108 and #109)
- 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 }