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 0e802d8194 0.79.1
Automatically generated by python-semantic-release
2024-07-03 09:34:03 +00:00

6.9 KiB

CHANGELOG

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)

  • fix(bec_figure): waveforms can be initialised from the config; widgets are deleteLater after removal (78673ea)

Unknown

  • Resolve "add VT100 console executing BEC as a widget" (c6a14c0)

v0.76.1 (2024-06-29)

Fix

  • fix(plugins): fixes and tests for auto-gen plugins (c42511d)

v0.76.0 (2024-06-28)

Feature

  • feat(designer): added support for creating designer plugins automatically (c1dd0ee)

Fix

  • fix: fixed qwidget inheritance for ring progress bar (0610d2f)

Unknown

  • fix:parent set as first kwarg TextBox and WebsiteWidget (a45c407)

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)