0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00
Files
bec_widgets/CHANGELOG.md
semantic-release 813f57861c 0.75.0
Automatically generated by python-semantic-release
2024-06-26 19:38:24 +00:00

6.7 KiB

CHANGELOG

v0.75.0 (2024-06-26)

Feature

  • feat(widgets): added simple bec queue widget (3faee98)

Refactor

  • refactor(dispatcher): cleanup (ca02132)

v0.74.1 (2024-06-26)

Build

  • build: added missing pytest-bec-e2e dependency; closes #219 (56fdae4)

  • build: fixed dependency ranges; closes #135 (e6a06c9)

Chore

  • chore: sorted dependencies alphabetically (21c807f)

Documentation

Fix

  • fix(rings): rings properties updated right after setting (c8b7367)

  • fix(motor_map): motor map can be removed from BECFigure with .remove() (6b25abf)

Test

  • test(bec_figure): tests for removing widgets with rpc e2e (a268caa)

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)