0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00
Files
bec_widgets/CHANGELOG.md
semantic-release c19e856800 0.58.1
Automatically generated by python-semantic-release
2024-06-07 19:39:16 +00:00

6.7 KiB

CHANGELOG

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)

  • fix(docks): docks widget_list adn dockarea panels return values fixed (ffae5ee)

v0.57.3 (2024-06-06)

Documentation

  • docs(bar): docs updated (4be0d14)

  • docs: fixed syntax of add_widget (a951ebf)

  • docs: added auto update; closes #206 (32da803)

  • docs: cleanup (07d60cf)

Fix

  • fix(ring): automatic updates are disabled uf user specify updates manually with .set_update; 'scan_progres' do not reset number of rings (e883dba)

  • fix(ring): enable_auto_updates(True) do not reset properties of already setup bars (a2abad3)

  • fix(ring): set_min_max accepts floats (d44b1cf)

  • fix(ring): set_update changed to Literals, no need to specify endpoint manually (c5b6499)

v0.57.2 (2024-06-06)

Fix

  • fix(test/e2e): autoupdate e2e rewritten (e1af5ca)

  • fix(test/e2e): spiral_progress_bar e2e tests rewritten to use config_dict (7fb31fc)

  • fix(test/e2e): dockarea and dock e2e tests changed to check asserts against config_dict (5c6ba65)

  • fix: rpc_server_dock fixture now spawns the server process (cd9fc46)

  • fix: accept scalars or numpy arrays of 1 element (2a88e17)

Refactor

  • refactor: move _get_output and _start_plot_process at the module level (69f4371)

v0.57.1 (2024-06-06)

Documentation

  • docs: docs refactored from add_widget_bec to add_widget (c3f4845)

Fix

  • fix: tests references to add_widget_bec refactored (f51b25f)

  • fix(dock): add_widget and add_widget_bec consolidated (8ae323f)

v0.57.0 (2024-06-05)

Documentation

  • docs: extend user documentation for BEC Widgets (4160f3d)

Feature

  • feat(widgets/console): BECJupyterConsole added (8c03034)

v0.56.3 (2024-06-05)

Ci

  • ci: increased verbosity for e2e tests (4af1abe)

Fix

  • fix: fixed support for auto updates (131f49d)

v0.56.2 (2024-06-05)

Fix

  • fix(bar): ring saves current value in config (9648e3e)

  • fix(dock): dock saves configs of all children widgets (4be756a)