0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00
Files
bec_widgets/CHANGELOG.md
semantic-release 327bc54e22 0.74.0
Automatically generated by python-semantic-release
2024-06-25 16:44:56 +00:00

6.8 KiB

CHANGELOG

v0.74.0 (2024-06-25)

Documentation

  • docs(becfigure): docs added (a51b15d)

Feature

  • feat(waveform1d): dap LMFit model can be added to plot (1866ba6)

Test

  • test(waveform1d): dap e2e test added (7271b42)

v0.73.2 (2024-06-25)

Fix

  • fix(vscode): only run terminate if the process is still alive (7120f3e)

  • fix(rpc): trigger shutdown of server when gui is terminated (acc1318)

  • fix(rpc): remove of calling "close" and waiting for gui_is_alive (f75fc19)

v0.73.1 (2024-06-25)

Fix

  • fix(ringprogressbar): removed hard-coded endpoint strings (1de3cbf)

v0.73.0 (2024-06-25)

Feature

  • feat: add new default scaling of image_item (df812ea)

Test

  • test: add test for imageitem (88ecd05)

v0.72.2 (2024-06-25)

Fix

  • fix(designer): fixed designer for pyenv and venv; closes #237 (e631fc1)

v0.72.1 (2024-06-24)

Fix

  • fix: renamed spiral progress bar to ring progress bar; closes #235 (e5c0087)

Test

  • test: bugfix to prohibit leackage of mock (4348ed1)

v0.72.0 (2024-06-24)

Feature

  • feat(connector): added threadpool wrapper (4ca1efe)

Unknown

  • tests(status_box_test): temporary disabled tests for status_box due to high rate of failures (aa7ce2e)

v0.71.1 (2024-06-23)

Fix

  • fix: don't print exception if the auto-update module cannot be found in plugins (860517a)

v0.71.0 (2024-06-23)

Feature

  • feat(scan_group_box): scan box for args and kwargs separated from ScanControlGUI code (d8cf441)

Fix

  • fix(cleanup): cleanup added to device_input widgets and scan_control (8badb6a)

  • fix(scan_group_box): added row counter based on widgets (37682e7)

  • fix(scan_control): added default min limit for args bundle if specified (ec4574e)

  • fix(scan_control): argbox delete later added to prevent overlapping gui if scan changed (7ce3a83)

  • fix(scan_control): only scans with defined gui_config are allowed (6dff187)

  • fix(WidgetIO): find handlers within base classes (ca85638)

  • fix(scan_control): adapted widget to scan BEC gui config (8b822e0)

  • fix(scan_control): scan_control.py combatible with the newest BEC versions, test disabled (67d398c)

Refactor

  • refactor(device_line_edit): renamed default_device to default (4e2c9df)

Test

  • test(scan_control): tests added (56e74a0)

Unknown

  • test(scan_control):e2e tests added (83001a0)

  • doc(scan_control): docs added (1b7921a)

  • fix(device_line_edit):SizePolicy fixed for 100 horizontal (21d20e0)

  • tests WIP (c09644b)

v0.70.0 (2024-06-21)

Documentation

Feature

  • feat(bec-designer): automatic plugin discovery (4639eee)

  • feat(device_line_edit): plugin added to bec-designer (b4b27ae)

  • feat(device_combobox): plugin added to bec-designer (e483b28)

  • feat: added entry point for bec-designer (36391db)

  • feat(utils/bec-designer): added startup script to launched QtDesigner compatible with conda environments (5362334)

Fix

  • fix(bec-desiger+plugins): imports fixed, PYSIDE6 check to not enable run plugins with pyqt6 (50b3422)

v0.69.0 (2024-06-21)

Feature

  • feat(widgets): added vscode widget (48ae950)

Fix

  • fix(generate_cli): fixed rpc generate for classes without user access; closes #226 (925c893)

v0.68.0 (2024-06-21)