Releases: pyapp-kit/superqt
Releases · pyapp-kit/superqt
v0.5.2
v0.5.1
What's Changed
- build: drop python3.7, misc updates to repo by @tlambert03 in #180
- fix: fix parameter inspection on ensure_thread decorators (alternate) by @tlambert03 in #185
- docs: document signals blocked by @tlambert03 in #186
- test: change wait pattern by @tlambert03 in #187
- fix: fix callback of throttled/debounced decorated functions with mismatched args by @tlambert03 in #184
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #146
- Fix typos by @kianmeng in #147
- update pre-commit by @tlambert03 in #151
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #156
- Searchable tree widget from a mapping by @andy-sweet in #158
- pin pyside6<6.5 by @tlambert03 in #160
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #162
- test: fixing tests [wip] by @tlambert03 in #164
- tests: add qtbot to test to fix windows segfault by @tlambert03 in #165
- fix: fix double slider label editing by @tlambert03 in #168
- build: pin pyside6 to <6.5.1 by @tlambert03 in #169
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #170
- Set parent of timer in throttler by @Czaki in #171
- fix: focus events on QLabeledSlider by @tlambert03 in #175
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #173
- Add
QElidingLineEdit
class for elidableQLineEdit
s by @dalthviz in #154 - build: unpin pyside6.5 by @tlambert03 in #178
- feat: add stepType to largeInt spinbox by @tlambert03 in #179
New Contributors
- @kianmeng made their first contribution in #147
- @andy-sweet made their first contribution in #158
- @dalthviz made their first contribution in #154
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- chore: rename napari org to pyapp-kit by @tlambert03 in #137
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #141
- feat: Add signal to QCollapsible by @ppwadhwa in #142
- Move QCollapsible toggle signal emit by @ppwadhwa in #144
- feat: Change icon used in Collapsible widget by @ppwadhwa in #140
- build: use hatch for build backend, and use ruff for linting by @tlambert03 in #139
New Contributors
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/127
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/130
- fix: fix quantity set value and add test by @tlambert03 in https://github.com/napari/superqt/pull/131
- build: unpin pyside6 by @tlambert03 in https://github.com/napari/superqt/pull/133
- refactor: update pyproject and ci, add py3.11 test by @tlambert03 in https://github.com/napari/superqt/pull/132
- ci(dependabot): bump actions/upload-artifact from 2 to 3 by @dependabot in https://github.com/napari/superqt/pull/135
- ci(dependabot): bump codecov/codecov-action from 2 to 3 by @dependabot in https://github.com/napari/superqt/pull/134
- chore: changelog v0.4.0 by @tlambert03 in https://github.com/napari/superqt/pull/136
New Contributors
- @dependabot made their first contribution in https://github.com/napari/superqt/pull/135
Full Changelog: napari/superqt@v0.3.8...v0.4.0
v0.3.8
What's Changed
- fix: allow submodule imports by @kne42 in https://github.com/napari/superqt/pull/128
New Contributors
- @kne42 made their first contribution in https://github.com/napari/superqt/pull/128
Full Changelog: napari/superqt@v0.3.7...v0.3.8
v0.3.7
What's Changed
- feat: add Quantity widget (using pint) by @tlambert03 in https://github.com/napari/superqt/pull/126
Full Changelog: napari/superqt@v0.3.6...v0.3.7
v0.3.6
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/109
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/114
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/116
- Simple workaround for pyside 6 by @Czaki in https://github.com/napari/superqt/pull/119
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/120
- fix: Fix TypeError on slider rangeChanged signal by @tlambert03 in https://github.com/napari/superqt/pull/121
- fix: Offer patch for (unstyled) QSliders on macos 12 and Qt <6 by @tlambert03 in https://github.com/napari/superqt/pull/117
- feat: add editing finished signal to LabeledSliders by @tlambert03 in https://github.com/napari/superqt/pull/122
- fix: fix missing labels after setValue by @tlambert03 in https://github.com/napari/superqt/pull/123
- Docs by @tlambert03 in https://github.com/napari/superqt/pull/124
- minor fix to readme by @tlambert03 in https://github.com/napari/superqt/pull/125
Full Changelog: napari/superqt@v0.3.5...v0.3.6
v0.3.6rc0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/109
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/114
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/116
- Simple workaround for pyside 6 by @Czaki in https://github.com/napari/superqt/pull/119
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/120
- fix: Fix TypeError on slider rangeChanged signal by @tlambert03 in https://github.com/napari/superqt/pull/121
- fix: Offer patch for (unstyled) QSliders on macos 12 and Qt <6 by @tlambert03 in https://github.com/napari/superqt/pull/117
- feat: add editing finished signal to LabeledSliders by @tlambert03 in https://github.com/napari/superqt/pull/122
- fix: fix missing labels after setValue by @tlambert03 in https://github.com/napari/superqt/pull/123
Full Changelog: napari/superqt@v0.3.5...v0.3.6rc0
v0.3.5
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/102
- Fix float value error in pyqt configuration by @mstabrin in https://github.com/napari/superqt/pull/106
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/napari/superqt/pull/104
- fix range slider drag crash on PyQt6 by @sfhbarnett in https://github.com/napari/superqt/pull/108
- chore: changelog v0.3.5 by @tlambert03 in https://github.com/napari/superqt/pull/110
New Contributors
- @mstabrin made their first contribution in https://github.com/napari/superqt/pull/106
- @sfhbarnett made their first contribution in https://github.com/napari/superqt/pull/108
Full Changelog: napari/superqt@v0.3.4...v0.3.5