Skip to content

Releases: CooLearning/playground

v1.18.0

13 May 11:57
Compare
Choose a tag to compare

1.18.0 (2022-05-13)

Features

  • UI: Add metrics ui handler to show output node's bias (b78b7b6)

v1.17.0

23 Apr 14:14
Compare
Choose a tag to compare

1.17.0 (2022-04-23)

Bug Fixes

  • novationLaunchpadMiniMk2: Set narrower name to catch device (f7593d5)

Features

  • add support for launchpad mini mk3 (pretty much like X but smaller) (8a15c6a)

v1.16.1

06 Apr 16:50
Compare
Choose a tag to compare

1.16.1 (2022-04-06)

Bug Fixes

  • Heatmap: Apply negative margins to keep the heatmap centered (f282385)

v1.16.0

04 Apr 23:33
Compare
Choose a tag to compare

1.16.0 (2022-04-04)

Features

  • HeatmapUi: Add view interactions (af749f8)

v1.15.0

04 Apr 21:51
Compare
Choose a tag to compare

1.15.0 (2022-04-04)

Bug Fixes

  • networkState: Target output node when present in multiple selection (7f846da)
  • NPM: Rename package + Add license and description to package.json (82362f7)
  • selectorDevice: Attach additional note event to play pause button handler + Split before adding new navigation features (1a00c50)

Features

  • Controller: Allow controlling for output node (7d9db58)
  • devicePrototype: Add new addNodeListener_NEW method to avoid repetition in client code, also preparing for later refactoring (ddf377e)
  • devicePrototype: Add new control listener generator with embedded filtering (30675bb)
  • Output Node: Add selection from device + Add display in select card + Add styling in view (8b98f8f)
  • selectorDevice: Allow function keys sending control events to handle output node (d78c0c0)

v1.14.4

18 Nov 17:35
Compare
Choose a tag to compare

1.14.4 (2021-11-18)

Bug Fixes

  • presets: inject the current preset shown as numHiddenLayers (bae4677)
  • presets: use optional chaining for current preset possibly undefined (ae1698e)

v1.14.3

18 Nov 13:37
Compare
Choose a tag to compare

1.14.3 (2021-11-18)

Performance Improvements

  • add small improvements + style + jsdoc (cf1dc95)

v1.14.2

18 Nov 13:14
Compare
Choose a tag to compare

1.14.2 (2021-11-18)

Bug Fixes

  • presets: define fallback / default option for dropdown selected item on first state initialization (caeb895)

v1.14.1

18 Nov 13:10
Compare
Choose a tag to compare

1.14.1 (2021-11-18)

Bug Fixes

  • output-weights: make the output weights remember their weight when toggling (8024cd6)

v1.14.0

18 Nov 13:00
Compare
Choose a tag to compare

1.14.0 (2021-11-18)

Bug Fixes

  • selector-device: pass the correct nodeIndex when drawing neurons (4f7c929)

Features

  • preset: finish work in progress on new presets feature (add presets view + add state serialization + inject preset on network build) (e25e402)
  • presets: work on future presets feature (96020f2)