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 9c6ba6ae73 1.0.2
Automatically generated by python-semantic-release
2024-10-22 13:34:16 +00:00

7.5 KiB

CHANGELOG

v1.0.2 (2024-10-22)

Bug Fixes

  • fix(scan_control): scan args signal fixed to emit list instead of hardcoded structure (4f5448c)

v1.0.1 (2024-10-22)

Bug Fixes

  • fix(waveform): added support for live_data and data access (7469c89)

v1.0.0 (2024-10-18)

Breaking

  • feat!: ability to disable scatter from waveform & compatible crosshair with down sampling (2ab12ed)

Bug Fixes

  • fix(crosshair): downsample clear markers (f9a889f)

v0.119.0 (2024-10-17)

Bug Fixes

  • fix: fix syntax due to change of api for simulated devices (19f4e40)

  • fix: remove wrongly scoped test (a23841b)

  • fix: rename 'compact' property -> 'compact_view' (6982711)

  • fix: Alignment 1D update, make app window a main window (in .ui file) (0015f0e)

  • fix: set (Minimum, Fixed) size policy on Stop button (523cc43)

Features

  • feat: new PositionerGroup widget (af9655d)

  • feat: add 'expand_popup' property to CompactPopupWidget

This property tells if expand should show a popup (by default), or if the widget should expand in-place (e4121a0)

  • feat: PositionerBox with a popup view (2615787)

  • feat: emit 'device_selected' and 'scan_axis' from scan control widget (0b9b1a3)

  • feat: new 'device_selected' signals to ScanControl, ScanGroupBox, DeviceLineEdit (9801d27)

Refactoring

  • refactor: redesign of scan selection and scan control boxes (a69d287)

  • refactor: move add/remove bundle to scan group box (e3d0a7b)

v0.118.0 (2024-10-13)

Documentation

  • docs(sphinx-build): adjusted pyside verion (b236951)

Features

  • feat(image): image widget can take data from monitor_1d endpoint (9ef1d1c)

v0.117.1 (2024-10-11)

Bug Fixes

  • fix(FPS): qtimer cleanup leaking (3a22392)

Unknown

  • feature(vscode): added support for vscode instructions (f5f1f6c)

  • feature(vscode): support for controlling vscode from widgets (9238679)

v0.117.0 (2024-10-11)

Features

  • feat(utils): FPS counter utility based on the viewBox updates, integrated to waveform and image widget (8c5ef26)

Unknown

  • tests(plot_base): tests extended (8dc892d)

v0.116.0 (2024-10-11)

Build System

  • build: fix PySide6 to 6.7.2 (908dbc1)

Features

  • feat: UI changes to have top toolbar with compact popup widgets (fix issue #360) (499b6b9)

  • feat: adapt BECQueue and BECStatusBox widgets to use CompactPopupWidget (94ce92f)

  • feat: add 'CompactPopupWidget' container widget

Makes it easy to write widgets which can have a compact representation with LED-like global state indicator, with the possibility to display a popup dialog with more complete UI (49268e3)

v0.115.0 (2024-10-08)

Bug Fixes

  • fix: make Alignment1D a MainWindow as it is an application (c5e9ed6)

  • fix: adjust bec_qthemes dependency (b207e45)

Features

  • feat: add bec-app script to launch applications (8bf4842)

v0.114.0 (2024-10-02)

Bug Fixes

  • fix: prevent exception when empty string updates are coming from widget (04cfb1e)

  • fix: use new 'scan_axis' signal, to set_x and select x axis on waveform

Fixes #361, do not try to change x axis when not permitted (efa2763)

Features

  • feat: new 'scan_axis' signal

Signal is emitted before "scan_started", to inform about scan positioner and (start, stop) positions. In case of multiple bundles, the signal is emitted multiple times. (f084e25)

v0.113.0 (2024-10-02)

Bug Fixes

  • fix: add is_log checks and functionality to plot_indicator_items (0f9953e)

Features

  • feat: add first draft for alignment_1d GUI (63c24f9)

  • feat: add move to position button to lmfit dialog (281cb27)

Refactoring

  • refactor: various minor improvements for the alignment gui (f554f3c)

  • refactor: allow hiding of arg/kwarg boxes (efe90eb)

Testing

  • test: add tests for scan_status_callback (dc0c825)

Unknown

  • feat : Add bec_signal_proxy to handle signals with option to unblock them manually. (1dcfeb6)