Releases: CooLearning/playground
Releases · CooLearning/playground
v1.1.2
1.1.2 (2021-11-10)
Bug Fixes
- release: Handle asset generation and upload directly with
semantic-release
(830b51c)
v1.1.1
1.1.1 (2021-11-10)
Bug Fixes
- release: Improve
publish-and-deploy
performance + Correctly add the archive to released assets (fa47dd3)
v1.1.0
1.1.0 (2021-11-10)
Features
- Add devices UI for dynamic selection of MIDI ports + Make the MIDI service populate the state of available devices + Add various improvements (bb08a36)
- Handle disconnections for picked devices (selector/controller) + Add dynamic rendering to devices UI (85fd764)
v1.0.2
1.0.2 (2021-11-10)
Bug Fixes
- network: make sure to keep weight dead if dest./source node is disabled (6fc9b3a)
v1.0.1
1.0.1 (2021-11-10)
Bug Fixes
- a long click with the mouse on the playground to disable a neuron now correctly unselect it + migrate playground UI logic from facade to view model (f478ec4)
- device/controller: add a check when trying to update a undefined input weight (0100772)
Performance Improvements
- migrate learn/unlearn logic from state to view model (d09d9b7)
- migrate old state into new model + add parameters UI view model (6d6b484)
- remove prototypes methods + remove unused statements (1e796fd)
v1.0.0
1.0.0 (2021-11-09)
Features