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 69adadd6d7 0.63.2
Automatically generated by python-semantic-release
2024-06-14 08:14:22 +00:00

6.9 KiB

CHANGELOG

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)

Feature

  • feat(widget): added simple website widget with rpc (64abd67)

v0.58.1 (2024-06-07)

Fix

  • fix(dock): new dock can be detached upon creation (02a2608)

v0.58.0 (2024-06-07)

Feature

  • feat(utils.colors): general color validators (3094632)

Fix

  • fix: bar colormap dynamic setting (67fd5e8)

  • fix: formatting isort (bf699ec)

  • fix(curve): 2D scatter updated if color_map_z is changed (6985ff0)

  • fix(curve): color_map_z setting works (33f7be4)

Test

  • test(color): validation tests added (c0ddece)

v0.57.7 (2024-06-07)