0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00
Files
bec_widgets/CHANGELOG.md
semantic-release eea1a75d4a 0.82.0
Automatically generated by python-semantic-release
2024-07-07 20:58:30 +00:00

6.6 KiB

CHANGELOG

v0.82.0 (2024-07-07)

Feature

  • feat(toggle): added angular component-like toggle (b9bff38)

Refactor

  • refactor(device_input): DeviceComboBox and DeviceLineEdit moved to top layer of widgets (f048629)

  • refactor(stop_button): moved to top layer, plugin added (f5b8375)

  • refactor(motor_map_widget): removed restriction of only PySide6 for widget (db1cdf4)

  • refactor(color_button): ColorButton moved to top level of widgets (fa1e86f)

v0.81.2 (2024-07-07)

Fix

  • fix(waveform): scan_history error check for IndexError (dd1875e)

v0.81.1 (2024-07-07)

Fix

  • fix(motor_control): temporary remove of motor control widgets (99114f1)

v0.81.0 (2024-07-06)

Feature

  • feat(color_button): can get colors in RGBA or HEX (9594be2)

v0.80.1 (2024-07-06)

Fix

  • fix(entry_validator): check for entry == "" (61de7e9)

v0.80.0 (2024-07-06)

Feature

  • feat(qt5): dropped support for qt5; pyside2 and pyqt5 (fadbf77)

  • feat(plugins): moved plugin dict to dataclass and container (03819a3)

  • feat(plugins): added support for pyqt6 ui files (d6d0777)

  • feat(plugins): added bec widgets base class (1aa83e0)

v0.79.3 (2024-07-05)

Fix

  • fix: changed inheritance to adress qt designer bug in rendering (e403870)

  • fix: add designer plugin classes (1586ce2)

Refactor

  • refactor: simplify logic in bec_status_box (576353c)

v0.79.2 (2024-07-04)

Fix

  • fix: overwrite closeEvent and call super class (bc0ef78)

v0.79.1 (2024-07-03)

Fix

  • fix: use libdir env var to preload Python library, also for Linux platform (d7718d4)

v0.79.0 (2024-07-03)

Feature

  • feat(motor_map_widget): standalone MotorMap Widget with toolbar + plugin (6e75642)

  • feat(motor_map): method to reset history trace (5960918)

Fix

  • fix(toolbar): change default color to black to match BECFigure theme (b8774e0)

  • fix(motor_map): fixed bug with residual trace after changing motors (aaa0d10)

  • fix(widget_io): widget handler adjusted for spinboxes and comboboxes (3dc0532)

Refactor

  • refactor(toolbar): cleanup and adjusted colors (96863ad)

v0.78.1 (2024-07-02)

Fix

  • fix(ui_loader): ui loader is compatible with bec plugins (b787759)

v0.78.0 (2024-07-02)

Feature

  • feat(color_button): patched ColorButton from pyqtgraph to be able to be opened in another QDialog (c36bb80)

v0.77.0 (2024-07-02)

Feature

  • feat(bec_connector): export config to yaml (a391f30)

  • feat(utils): colors added convertor for rgba to hex (572f2fb)

Fix

  • fix(waveform): scatter 2D brush error (215d59c)

  • fix(figure): API cleanup (008a33a)

  • fix(figure): if/else logic corrected in subplot_factory (3e78723)

  • fix(image): processing of already displayed data; closes #106 (1173510)

  • fix(bec_figure): full reconstruction with config from other bec figure (b6e1e20)

  • fix(motor_map): API changes updates current visualisation; motor_map can be initialised from config (2e2d422)

  • fix(image): image add_custom_image fixed, closes #225 (f0556e4)

  • fix(figure): subplot methods consolidated; added subplot factory (4a97105)

  • fix(image): image can be fully reconstructed from config (797f73c)

  • fix(image_item): vrange added int for pydantic model check (b8f796f)