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 718950cf0d 0.62.0
Automatically generated by python-semantic-release
2024-06-12 10:01:48 +00:00

6.7 KiB

CHANGELOG

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)

Documentation

  • docs: added schema of BECDockArea and BECFigure (828067f)

Fix

  • fix: add model_config to pydantic models to allow runtime checks after creation (ca5e8d2)

v0.57.6 (2024-06-06)

Fix

  • fix(bar): docstrings extended (edb1775)

v0.57.5 (2024-06-06)

Documentation

  • docs(figure): docs adjusted to be compatible with new signature (c037b87)

Fix

  • fix(waveform): added .plot method with the same signature as BECFigure.plot (8479caf)

  • fix(plot_base): .plot removed from plot_base.py, because there is no use case for it (82e2c89)

Refactor

  • refactor(figure): logic for .add_image and .image consolidated; logic for .add_plot and .plot consolidated (52bc322)

v0.57.4 (2024-06-06)

Fix

  • fix(docks): set_title do update dock internal _name now (15cbc21)