Skip to content

Releases: cazala/synaptic

v1.1.4

22 Oct 01:47
Compare
Choose a tag to compare

Bug fixes and improvements:

v1.1.3

26 Sep 19:29
Compare
Choose a tag to compare

Fixes #250

v1.1.2

06 Sep 17:40
Compare
Choose a tag to compare

Fixed trainAsync (it was broken after es6ify)

v1.1.1

29 Aug 14:27
Compare
Choose a tag to compare

Fixed package.json main path

v1.1.0

27 Aug 16:36
Compare
Choose a tag to compare

Es6ify synaptic

v1.0.10

15 Mar 22:12
Compare
Choose a tag to compare

Fix squash #205

v1.0.9

20 Sep 10:19
Compare
Choose a tag to compare

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

25 Jul 18:41
Compare
Choose a tag to compare

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

v1.0.7

09 Jul 19:53
Compare
Choose a tag to compare

Hot fix wrong bundle path

v1.0.6

08 Jul 22:12
Compare
Choose a tag to compare
  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 }