Skip to content

Releases: nir/jupylet

v0.9.2

20 Jan 18:06
@nir nir
Compare
Choose a tag to compare

New Features

  • Support latest Jupyter notebook and Jupyter lab.
  • Support for Python 3.12.
  • Drop support for Python 3.7 and python 3.8.

Bug Fixes

  • Bump readthedocs jinja2 library per dependabot report.
  • Fix missing libcxx in conda environments for moderngl.

v0.9.1

29 Oct 19:01
@nir nir
Compare
Choose a tag to compare

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

14 Apr 09:41
@nir nir
Compare
Choose a tag to compare

v0.8.9

24 Dec 16:22
@nir nir
Compare
Choose a tag to compare

New Features

  • Support for Python 3.10 and Python 3.11 - except for MIDI functionality.
  • Support for macOS M1.
  • Spectrum analyzer.

Bug Fixes

  • Fix regressions due to dependency updates.

v0.8.8

27 Apr 19:51
@nir nir
Compare
Choose a tag to compare

New Features

  • Support Python 3.9

Bug Fixes

  • Fix regression due to change in pyglm.

v0.8.7

01 Feb 17:32
@nir nir
4b9e13c
Compare
Choose a tag to compare

Bug Fixes

  • Workaround auto-completion bug in Jupyter notebooks.

v0.8.6

28 Dec 17:33
@nir nir
Compare
Choose a tag to compare

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

19 Dec 19:12
@nir nir
Compare
Choose a tag to compare

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.

v0.8.4

11 Dec 07:06
@nir nir
Compare
Choose a tag to compare

New Features

  • Simpler source code download with: python -m jupylet download

v0.8.3

06 Dec 20:15
@nir nir
Compare
Choose a tag to compare

New Features

  • 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.