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 71ec61e27b 0.64.1
Automatically generated by python-semantic-release
2024-06-19 11:54:08 +00:00

7.1 KiB

CHANGELOG

v0.64.1 (2024-06-19)

Fix

  • fix(widgets): removed widget module import of sub widgets (216511b)

Refactor

  • refactor(utils): moved get_rpc_widgets to plugin_utils (6dabbf8)

Test

  • test: moved rpc_classes test (b3575eb)

v0.64.0 (2024-06-19)

Ci

  • ci: add job optional dependency check (27426ce)

Documentation

  • docs: fix links in developer section (9e16f2f)

  • docs: refactor developer section, add widget tutorial (2a36d93)

Feature

  • feat: add option to change size of the fonts (ea805d1)

Fix

  • fix(plot_base): font size is set with setScale which is scaling the whole legend window (5d66720)

Test

v0.63.2 (2024-06-14)

Fix

  • fix: do not import "server" in client, prevents from having trouble with QApplication creation order

Like with QtWebEngine (6f96498)

Unknown

  • Reapply "feat: implement non-polling, interruptible waiting of gui instruction response with timeout"

This reverts commit fe04dd80e5. (836b6e6)

v0.63.1 (2024-06-13)

Fix

  • fix: just terminate the remote process in close() instead of communicating

The proper finalization sequence will be executed by the remote process on SIGTERM (9263f8e)

v0.63.0 (2024-06-13)

Documentation

  • docs: add documentation (bc709c4)

Feature

  • feat: add textbox widget (d9d4e3c)

Refactor

  • refactor: add pydantic config, add change_theme (6b8432f)

Test

  • test: add test for text box (b49462a)

Unknown

  • Revert "feat: implement non-polling, interruptible waiting of gui instruction response with timeout"

This reverts commit abc6caa2d0 (fe04dd8)

v0.62.0 (2024-06-12)

Feature

  • feat: implement non-polling, interruptible waiting of gui instruction response with timeout (abc6caa)

Unknown

  • doc: add documentation about creating custom GUI applications embedding BEC Widgets (17a0068)

v0.61.0 (2024-06-12)

Feature

  • feat(widgets/stop_button): General stop button added (61ba08d)

Refactor

  • refactor: improve labe of auto_update script (40b5688)

v0.60.0 (2024-06-08)

Ci

Feature

  • feat: added isort to bw-generate-cli (f0391f5)

  • feat: added entry point for bw-generate-cli (1c7f491)

  • feat(cli): auto-discover rpc-enabled widgets (df1be10)

Fix

  • fix: removed BECConnector from rpc client interface (6428e38)

  • fix: added bec_ipython_client as dependency; needed for jupyter widget (006a089)

  • fix(BECFigure): removed duplicated user access for plot (954c576)

  • fix(bec_connector): field validator should be a classmethod (867720a)

Refactor

  • refactor: minor cleanup (3adf6cf)

  • refactor: disabled pylint for auto-gen client (b15816c)

  • refactor(isort): added bec_widgets as known first party package (9c5a471)

  • refactor(dock): parent_dock_area changed to orig_area (native for pyqtgraph) (2b40602)

Test

  • test: added missing pylint statement to header (f662985)

v0.59.1 (2024-06-07)

Fix

  • fix(curve): set_color_map_z typo fixed in user access (e7838b0)

v0.59.0 (2024-06-07)

Build

  • build: added webengine dependency (d56c549)

Ci

  • ci: merged additional tests to parallel matrix job (178fe4d)

  • ci: added webengine dependencies (2d79ef8)

Documentation

  • docs: added website docs (cf6e5a4)