Releases: vispy/jupyter_rfb
Releases · vispy/jupyter_rfb
v1.0.2
This release moves to the awesome Anywidget, so we can run in all notebook environments!
It was super-slow on Marimo, but this bug has been fixed, and we just have to wait for the next Marimo release for that notebook env to be properly supported too.
What's Changed
- Look into ci failing for pypy by @almarklein in #124
- Migrate from ipywidgets to anywidget by @manzt in #123
- Use renderview.js by @almarklein in #125
- Release via pushing a tag by @almarklein in #126
- Update _version.py by @almarklein in #127
- Delete event spec in favour of renderview spec by @almarklein in #128
- Fix examples that used wgpu.gui by @almarklein in #129
- Handle event compatibility in widget.py by @almarklein in #130
- Better support for async by @almarklein in #131
- Fix snapshots by @almarklein in #132
- Use jpeg for snapshots by @almarklein in #133
- Make simplejson a dependency by @almarklein in #134
- Slightly prettier snapshot label by @almarklein in #135
- Add support for widget title by @almarklein in #136
- Add .display() and remove hacky snapshot insertion by @almarklein in #137
- Update notebooks by @almarklein in #138
Full Changelog: v0.5.4...v1.0.2
v0.5.3
v0.5.2
v0.5.1
Fixed the release script (the previous release has broken version numbers).
v0.5.0
What's Changed
- fix(ci): add RTD config file by @jeertmans in #97 and #98
- Add an OpenCV backend. by @hmaarrfk in #103
- Use pyproject and new recommended build system by @almarklein in #105 and #106
- Fix resizable by @almarklein in #107
- Tweak contributer docs by @almarklein in #108
- Prevent scrolling when focusing on canvas by @almarklein in #109
New Contributors
- @jeertmans made their first contribution in #97
- @hmaarrfk made their first contribution in #103
Full Changelog: v0.4.4...v0.5.0
v0.4.4
What's Changed
Fixed the version issue that was introduced in the previous (broken) release.
- Restore version of js module by @almarklein in #90
v0.4.3
Warning: this release is broken, use 0.4.4+ instead.
What's Changed
- specify TraitError in test by @kushalkolar in #85
- allow setting the cursor by @kushalkolar in #84
- Use tuples for buttons and modifiers (instead of list) by @almarklein in #88
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Better performance by avoiding base64-encoding image data by @manzt in #76
- Update event spec by @almarklein in #78
- Update examples to new version of pygfx by @almarklein in #80
- Add grid example by @almarklein in #82
v0.4.1
- Drop python 3.7 and 3.8 by @kushalkolar in #71
- Restrict widget size by @almarklein in #70
v0.3.3
- Fix that
jupyter_rfbwas broken for the latest ipywidgets by @skapin in #64 - Make things work on other notebook implementations by @almarklein in #67
- Update examples by @almarklein in #66