* Improved support for running Shadertoy GPU shaders with `jupylet.shadertoy.Shadertoy` class - checkout the [online documentation](https://jupylet.readthedocs.io/en/latest/programmers_reference_guide/graphics-3d.html#shadertoys) and the [piano notebook](https://github.com/nir/jupylet/blob/master/examples/14-piano.ipynb) demo using shadertoys for audio visualization.
[shadertoy.com](https://www.shadertoy.com/) is an awesome online platform for programming and sharing OpenGL shaders and now you can use and render shadertoys in Jupylet!
0.8.5
New Features
* Support running Shadertoy shaders with `jupylet.shadertoy.Shadertoy` class - see the [piano notebook](https://github.com/nir/jupylet/blob/master/examples/14-piano.ipynb) for a demo of using it for an audio visualization, and checkout the awesome [shadertoy.com](https://www.shadertoy.com/) website for inspiration.
* Install MIDI libraries by default. * Support MIDI input names with *get_input_names()*, *get_input_name()*, and *set_input_name()* in the *jupylet.audio.midi* module.
Bug fixes
* Workaround bugs in numpy on Windows and Mac. * Fix MIDI port handling.
0.8.2
Bug fixes
* Compatibility with Python 3.6 * Miscellaneous bug fixes