Skip to content

Releases: glue-viz/glue-jupyter

v0.16.3

04 May 12:27
1ed1b23
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

Full Changelog: v0.16.2...v0.16.3

v0.16.2

13 Apr 09:24
68ecf36
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Allow cmap and size to take cateogricals by @jfoster17 in #347
  • Don't overload _update_data in image viewer layer artist by @astrofrog in #350

Other Changes

Full Changelog: v0.16.1...v0.16.2

v0.16.1

07 Feb 14:24
edcb816
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Don't set scale limits if glue state limits are None by @astrofrog in #345

Full Changelog: v0.16.0...v0.16.1

v0.16.0

03 Feb 21:20
2b521c9
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Features

  • Initial support for unit conversion in profile viewer by @astrofrog in #311

Other Changes

  • MNT: Replace zmq ioloop with tornado by @pllim in #343

Full Changelog: v0.15.0...v0.16.0

v0.15.0

19 Dec 21:15
76eb469
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Set row number column width in Table widget dynamically from no. of digits
    by @kecnry in #337
  • Fix bug where empty histogram layer does not redraw by @Carifio24 in #338

New Features

Other Changes

  • Corrected spelling errors by @jsoref in #333
  • Updated ipyvolume and scikit-image requirements for numpy 1.24 compatibility
    by @dhomeier in #341

New Contributors

Full Changelog: v0.14.2...v0.15.0

v0.14.2

31 Oct 14:06
4852b7f
Compare
Choose a tag to compare

What's Changed

  • Fix compatibility of image viewer with recent versions of glue-core by @astrofrog in #331

Full Changelog: v0.14.1...v0.14.2

v0.14.1

26 Oct 17:49
d73d1e7
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • If image is not used in scatter layer, use an empty image. by @maartenbreddels in #324
  • Avoid sending any unnecessary updates to the front-end and prevent hanging due to circular callbacks by @astrofrog in #325
  • Fix support for all BaseCartesianData subclass instances by @astrofrog in #327
  • Fix IndexError that occurred in some cases during JSON to State translation by @astrofrog in #326

Other Changes

  • Updated dependencies to run and test with Python 3.11 by @dhomeier in #329

Full Changelog: v0.14.0...v0.14.1

v0.14.0

10 Oct 12:41
8eea5b3
Compare
Choose a tag to compare

What's Changed

New Features

  • Added a setting to control disabling of tools in other viewers by @astrofrog in #320

Full Changelog: v0.13.1...v0.14.0