Releases: nir/jupylet
Releases · nir/jupylet
v0.9.2
v0.9.1
New Features
- Support for Python 3.10 and Python 3.11 with MIDI functionality.
- Seamlessly track changes to audio devices on macOS.
- Spectrum analyzer.
Bug Fixes
- Workaround PIL api change - thanks to @misolietavec.
- Various fixes to regressions due to changes in dependencies.
v0.9.0
Bug Fixes
- Workaround bug in jupyter: https://discourse.jupyter.org/t/jupyter-notebook-zmq-message-arrived-on-closed-channel-error/17869
v0.8.9
v0.8.8
v0.8.7
v0.8.6
New Features
- Improved support for running Shadertoy GPU shaders with
jupylet.shadertoy.Shadertoy
class - checkout the online documentation and the piano notebook demo using shadertoys for audio visualization.
shadertoy.com is an awesome online platform for programming and sharing OpenGL shaders and now you can use and render shadertoys in Jupylet!
v0.8.5
New Features
- Support running Shadertoy shaders with
jupylet.shadertoy.Shadertoy
class - see the piano notebook for a demo of using it for an audio visualization, and checkout the awesome shadertoy.com website for inspiration.