Skip to content

Releases: vispy/jupyter_rfb

v0.4.4

15 May 08:08
Compare
Choose a tag to compare

What's Changed

Fixed the version issue that was introduced in the previous (broken) release.

v0.4.3

10 May 07:48
Compare
Choose a tag to compare

Warning: this release is broken, use 0.4.4+ instead.

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

07 Nov 10:16
Compare
Choose a tag to compare

What's Changed

v0.4.1

30 Apr 21:36
Compare
Choose a tag to compare

v0.3.3

24 Feb 11:08
Compare
Choose a tag to compare

v0.3.2

29 Sep 21:55
c69bd9f
Compare
Choose a tag to compare
  • Docs on wheel event.
  • Pin versions to stricter upstream libs because the new ipywidgets requires changes.

v0.3.1

07 Dec 09:29
Compare
Choose a tag to compare
  • Improved event specification (docs).
  • Reduce throttle timeout for wheel events.
  • Prevent the widget from grabbing wheel events if it just passes by during a scroll.
  • The wheel event magnitude is tweaked for better consistency.

v0.3.0

29 Sep 22:06
Compare
Choose a tag to compare

This release focuses on performance improvements:

  • The widget only performs draws if it has views that are visible in the browser. So if an animated widget scrolls out of the viewport, it won't consume CPU.
  • The widget now uses JPEG encoding for the images, which is much faster to encode, and faster to send over (smaller payload). There is also a new quality trait to control the quality. At the end of an interaction the widget always sends a lossless PNG so the static image always looks perfect.

Further:

  • Improvements to docs.
  • Improvements to contributor guide.

v0.2.0

26 Aug 13:43
Compare
Choose a tag to compare
  • Prevent errors raised in .get_frame() and .handle_event() from being hidden by displaying them in an outputwidget.
  • Provide .print() to show messages in the outputwidget.
  • A .snapshot() function to create image snapshot of the current state of the widget.
  • Initial snapshots are automatically made, making off-line notebooks more useful for docs and tutorials.

v0.1.2

29 Jul 13:32
Compare
Choose a tag to compare
  • Improvements to the docs, dev process, binder support.
  • The default size was changed (width changed from "100%" to "500px").
  • Minor tweak to when the stats start measuring.