Releases: pymmcore-plus/pymmcore-widgets
Releases · pymmcore-plus/pymmcore-widgets
v0.5.7
What's Changed
- fix: fix the test on PyQt6 by @fdrgsp in #242
- fix: fix style of ZPlanWidget by @fdrgsp in #239
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #243
- feat: update keep_shutter_open and autofocus axis checkboxes by @fdrgsp in #231
- test: fix tests for pymmcore 11.1.1.71.0 by @tlambert03 in #251
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #252
- fix: minor fix in save config in GroupPresetTableWidget by @fdrgsp in #248
- fix: fix overlap in GridPlanWidget by @fdrgsp in #249
- feat: expose new useq_widgets and core-connected MDAWidget and update the docs by @fdrgsp in #247
- ci(dependabot): bump actions/setup-python from 4 to 5 by @dependabot in #254
- fix: fix quantity edit by @tlambert03 in #257
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- feat: add installation manager by @tlambert03 in #236
- docs: fix docs build by @tlambert03 in #237
- feat: add step() and setStep() methods to StageWidget by @tlambert03 in #241
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
- fix: hide shutter open in sub_seq by @fdrgsp in #229
- fix: disallow setting pre-init props after device initialization by @tlambert03 in #234
Full Changelog: v0.5.4...v0.5.5
v0.5.3
What's Changed
- fix: fix exposure on mda range by @tlambert03 in #225
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- fix: extend exposure widget range by @tlambert03 in #222
- fix: catch errors in property widget when building device property table by @tlambert03 in #224
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- fix: fix correct index enablement on checkable tab widget by @tlambert03 in #206
- test: don't emit sequenceStarted explicitly in tests by @tlambert03 in #207
- fix: update CoreConnectedPositionTable + test by @fdrgsp in #208
- fix: increase FloatColumn min/max in Position table by @fdrgsp in #209
- fix: fix icon transform by @fdrgsp in #212
- fix: fix pre-commit by @fdrgsp in #217
- fix: units to µm by @fdrgsp in #215
- fix: add position if relative z_plan by @fdrgsp in #213
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #218
- fix: use core connected widgets for core connected sub-sequence _MDAPopup by @fdrgsp in #211
- fix: accept 0 as interval by @fdrgsp in #219
- fix: retain pointers in QCheckableTabWidget by @tlambert03 in #220
- fix: fix new mdaexample without channels by @tlambert03 in #221
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat: new useq-schema widgets by @tlambert03 in #180
- docs: Update README.md by @tlambert03 in #189
- test: try fix tests by relaxing windows leak tests by @tlambert03 in #190
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #193
- ci(dependabot): bump actions/checkout from 3 to 4 by @dependabot in #194
- feat: add configuration wizard by @tlambert03 in #183
- fix: fix objective widget resizing by @fdrgsp in #196
- feat: runnable, core-connecte mda widget, based on new useq widgets by @tlambert03 in #192
- refactor: remove icon svgs by @tlambert03 in #202
- feat: valueChanged to _SaveGroupBox by @fdrgsp in #199
- fix: remove grid paint + fix grid units for GridWidthHeight by @fdrgsp in #200
- fix: treat MDASequence.axis_order as Sequence[str] rather than str by @tlambert03 in #204
- fix: don't set Null MDASequence values in position table, cast dicts to MDASequence in MDAButton.setValue by @fdrgsp in #203
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #182
- fix: fix pre-commit by @tlambert03 in #186
- fix: remove groupbox from config widget by @fdrgsp in #185
- fix: fix napari micro tests by @tlambert03 in #188
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- chore: miscellaneous updates, update linting rules by @tlambert03 in #161
- test: update grid tests to work with old and new useq-grid plan by @tlambert03 in #166
- refactor: remove time estimates from MDAWidget by @tlambert03 in #168
- refactor: use useq.Channel objects in
ChannelTable
by @tlambert03 in #170 - refactor: return useq object from stack_widget.value() by @tlambert03 in #173
- refactor: use useq-schema objects for GridWidget by @tlambert03 in #171
- fix: catch errors when updating property browser values from core by @tlambert03 in #174
- fix: remove set_state core link in PositionTable by @fdrgsp in #169
- build: updates for fov_size in useq 0.4, bump pymmcore-plus by @tlambert03 in #175
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #123
- fix: Stop shutter widget from accidentally closing shutter by @ianhi in #121
- feat: updated version of Channel Table Widget by @fdrgsp in #113
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #127
- feat: add "advanced" channel options to ChannelTable by @fdrgsp in #129
- feat: add channel advanced warning icon by @fdrgsp in #130
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #134
- feat: add AutoRepeat to stage buttons by @fdrgsp in #135
- fix: minor fix in PresetsWidget by @fdrgsp in #136
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #137
- feat: update GridWidget and PositionTable widget by @fdrgsp in #126
- ci: update pre-commit by @tlambert03 in #138
- feat: add phases to TimePlanWidget by @fdrgsp in #132
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #141
- fix: remove redundant 'removeRow(row)' by @fdrgsp in #143
- fix: Remove QGroupBox from ChannelTable, ZStackWidget, PositionTable, and TimePlanWidget by @fdrgsp in #139
- fix: update ShutterWidget for new snapImage signals + tests by @fdrgsp in #145
- feat: mda in a QTabWidget by @fdrgsp in #140
- feat: save and load MDASequence by @fdrgsp in #146
- chore: update pre-commit by @tlambert03 in #148
- fix: remove useq NoX plans by @fdrgsp in #152
- fix: minor time widget fix by @fdrgsp in #153
- test: add test for core state modification by @tlambert03 in #155
- fix: don't calculate time before subclasses have been inited by @ianhi in #159
- fix: reduce widget freezing by @wl-stepp in #154
- refactor: make SaveLoadSequenceWidget private by @fdrgsp in #160
- perf: Improve speed of mda widget by @ianhi in #157
- feat: add micromanager autofocus device control autofocus by @fdrgsp in #147
- test: add napari-micromanager test by @tlambert03 in #103
New Contributors
Full Changelog: v0.3.0...v0.4.0