Skip to content

Releases: vispy/jupyter_rfb

v0.5.1

17 Jan 08:56
Compare
Choose a tag to compare

Fixed the release script (the previous release has broken version numbers).

v0.5.0

15 Jan 12:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.5.0

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.