Introduces much better usability by catching some errors which would otherwise would freeze the kernel as well as introducing some new features.
- Introduce real time collaboration
- Make error fallback more resilient
- Change magic functions for plotting and recording
- Fix autocomplete and docs display
- Add docker image
- Run tests in CI
- Bump dependencies
What's Changed
- Feature/tests by @capital-G in #12
- version bump 0.3.2 by @capital-G in #15
- Feature/pypi by @capital-G in #18
- Pre commit by @capital-G in #23
- add pre-commit action by @capital-G in #25
- add docker image by @capital-G in #26
- check for incomplete execution by @capital-G in #33
- Catch throw errors by @capital-G in #34
- run tests in ci by @capital-G in #35
- Improve auto-complete #3 by @capital-G in #37
- make plot an sc internal function by @capital-G in #40
- make execution not inline to account for comments by @capital-G in #43
- 29 enable real time communication feature by @capital-G in #44
- move recording magic into supercollider by @capital-G in #45
Full Changelog: v0.3.2...v0.4.0