Skip to content

Releases: harskish/pyviewer

v1.6.0

11 Oct 09:31
Compare
Choose a tag to compare

Improvements to PannableArea:

  • cleanup of internal xform handling
  • more helpers, e.g. screen_to_uv_xform, get_visible_box_{image,canvas}, get_hovered_uv_{image,canvas}
  • improved zoom behavior on MacBook trackpads
  • zoom now relative to current cursor position

FloatSlider: added log scaling support

v1.5.1

02 Sep 07:35
Compare
Choose a tag to compare

Added plotting support to single image viewer

v1.4.4

20 Jun 12:06
Compare
Choose a tag to compare

Fix crash on window minimize

v1.4.3

12 Jun 13:45
Compare
Choose a tag to compare

Support ignoring attributes in strict_dataclass, which enables adding custom functions etc.
Used in ParamContainer to add a hashing function.

v1.4.2

21 May 16:38
Compare
Choose a tag to compare

v1.4.2: callback improvements

v1.4.1

28 Apr 19:40
Compare
Choose a tag to compare

Allow overriding to_str on enum sliders in AutoUI

v1.4.0

23 Apr 16:50
Compare
Choose a tag to compare

v1.4.0: make cuda optional in custom_ops

v1.3.15

16 Apr 20:59
Compare
Choose a tag to compare

Bugfixes, improvements to open with progress bar.

v1.3.13

02 Apr 12:30
Compare
Choose a tag to compare

More efficient open-with-progress-bar implementation

v1.3.12

11 Mar 13:04
Compare
Choose a tag to compare

Easier drag-and-drop callbacks, ParamContainer str conversion for easier hashing