v0.2.0rc0
What's Changed
- fix: fix slider signals for pyside6 by @tlambert03 in #31
- Fix the height of the info label by @hanjinliu in #32
- feat: better mouse events and canvas2world methods by @tlambert03 in #26
- Clean up PyGFX events by @gselzer in #34
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #35
- feat: Add ROI selection tool by @gselzer in #23
- chore: autoupdate pre-commit, drop python 3.8 by @pre-commit-ci in #37
- fix: fix canvas update on set_data by @tlambert03 in #40
- feat: Use handles to compute viewer range by @gselzer in #38
- fix: make sure it's ok to set_data to
None
and generally have an empty viewer by @tlambert03 in #43 - ci(pre-commit.ci): autoupdate by @pre-commit-ci in #53
- feat: Histogram Widget by @gselzer in #52
- updates to v2-mvc branch by @tlambert03 in #56
- V2 add back channel modes and multi-channel display by @tlambert03 in #57
- refactor: minor rearrangement of v2 stuff by @tlambert03 in #63
- refactor: V2 "mouseable" canvas objects, remove mouse logic from qt/jupyter views by @tlambert03 in #64
- feat: v2 histogram (simplified alternative) by @tlambert03 in #65
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #58
- refactor: v2 - use base classes rather than protocols by @tlambert03 in #66
- ci: test lots of backends on ci by @tlambert03 in #73
- test: add test for controller, with mocks for canvas and frontend objects by @tlambert03 in #72
- test: Add back tests by @tlambert03 in #74
- feat: better excepthook in v2 by @tlambert03 in #69
- feat: add Wx front-end by @tlambert03 in #62
- feat: add CanvasProvider and GuiProvider classes by @tlambert03 in #75
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #79
- feat: support GPU-calculated luts in vispy by @tlambert03 in #77
- refactor: cleanup on public API by @tlambert03 in #80
- refactor: merge in v2 "MVC" branch by @tlambert03 in #82
- docs: setup documentation with mkdocs by @tlambert03 in #84
- docs: add versioned docs with deployment by @tlambert03 in #85
- refactor: Better Styles for wx and jupyter widgets by @tlambert03 in #88
- feat: support interactive usage with wx on ipython by @tlambert03 in #89
- docs: add pre-release banner by @tlambert03 in #90
New Contributors
- @hanjinliu made their first contribution in #32
- @gselzer made their first contribution in #34
- @pre-commit-ci made their first contribution in #35
Full Changelog: v0.0.4...v0.2.0rc0