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 7ab81c5797 0.92.1
Automatically generated by python-semantic-release
2024-07-28 07:04:29 +00:00

7.1 KiB

CHANGELOG

v0.92.1 (2024-07-28)

Build

  • build(ci): install ophyd_devices in editable mode for pipelines (06205e0)

Fix

  • fix: use SafeSlot instead of Slot (bc1e239)

  • fix: linting (a3fe205)

  • fix: always add a QApplication for tests (61a4e32)

  • fix: add xvfb to draw offscreen (3d681f7)

  • fix: reset ErrorPopup singleton between tests (5a9ccfd)

  • fix: metaclass + QObject segfaults PyQt(cpp bindings) (fc57b7a)

Refactor

  • refactor: renamed DeviceMonitor2DMessage (4be6fd6)

  • refactor: rename device_monitor to device_monitor_2d (714e1e1)

v0.92.0 (2024-07-24)

Feature

  • feat(dock): dock style sheets updated (8ca60d5)

  • feat(general_gui): general gui added (5696c99)

Fix

  • fix(dock): custom label can be created closable (4457ef2)

  • fix(device_combobox): set minimum size to 125px (1206e15)

v0.91.0 (2024-07-23)

Feature

  • feat(dock_area): plugin added (a16b87a)

  • feat(dock_area): Added toolbar to dock area to add widgets without CLI interactions (cce1367)

  • feat(toolbar): expandable menu actions (28f26e9)

Fix

  • fix(status_item): icons changed to material design (1b9c55a)

  • fix(plugins): Qt Designer plugins icons adjusted (f4844d2)

Test

  • test(dock_area): tests extended (06fab0e)

v0.90.0 (2024-07-23)

Feature

  • feat(image_widget): plugin added (4371168)

  • feat(image_widget): all toolbar actions added (501eb92)

  • feat(image_widget): image_widget added (6a9317f)

Fix

  • fix(axis_setting): fix compatibility for issue with horizontal line for PyQt6 (1cf6e32)

  • fix(image_widget): image_widget autorange fixed (7f49893)

  • fix(image_widget): image widget adjusted (3d2ca48)

  • fix(image): only single monitor image is allowed (fe7e542)

  • fix(image): raw data are saved in image item to always have precise processing (c15035b)

Refactor

  • refactor(jupyter_console_example): added examples of standalone widgets (ba0d1ea)

Test

  • test(image_widget): tests added (70fb276)

v0.89.0 (2024-07-22)

Feature

  • feat(themes): moved themes to bec_qthemes (3798714)

Unknown

  • Revert "feat(themes): moved themes to bec_qthemes"

This reverts commit 3798714369 (fd6ae91)

v0.88.1 (2024-07-22)

Documentation

  • docs: readthedocs icon path fixed (2bcaa42)

Fix

  • fix(plot_base): set_xy autorange moved to plotbase from waveform (a3dff7d)

Refactor

  • refactor(toolbar): generalizations of the ToolBarAction (ad112d1)

v0.88.0 (2024-07-19)

Feature

  • feat(waveform_widget): designer plugin added (1f8ef52)

  • feat(waveform_widget): switch between drag and rectangle mode (2be009c)

  • feat(waveform_widget): autorange button (8df6b00)

  • feat(waveform_widget): dap parameter window (1e551d6)

Fix

  • fix(waveform_widget): plot API unified with BECFigure (2c8764a)

  • fix(colormap_selector): compatibility for PyQt6 when using designer fixed (50135b5)

  • fix(waveform_widget): adapted for BECWidget base class (6eb313f)

  • fix(waveform_widget): temporary disabled save/load config (7089cf3)

  • fix(waveform_widget): use @SafeSlot decorator for automatic error message (8e588d7)

Test

  • test(waveform_widget): test added (8d764e2)