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 c2be3e6186 0.6.0
Automatically generated by python-semantic-release
2023-08-11 12:44:21 +00:00

5.5 KiB

Changelog

v0.6.0 (2023-08-11)

Feature

  • New GUI for line_plot.py (b57b3bb)
  • Cursor universal signals (20e9516)

v0.5.0 (2023-08-11)

Feature

  • Add generic connect function for slots (6a3df34)
  • Add possibility to provide service config (8c9a9c9)

Fix

  • Dispatcher argparse and scan_plot tests (67f619e)
  • Gui event removing bugs (a9dd191)

v0.4.0 (2023-08-11)

Feature

  • Cursor universal for 1D and 2D (f75554b)
  • Added qt_utils package with general Crosshair function (5353fed)
  • 2D plot updating (d32088b)
  • Metadata available on_dap_update (18b5d46)
  • Plotting from streamer (bb806c1)
  • Added Legend to plot (0feca4b)
  • Cursor coordinate as a QTable (a999f76)
  • Changed from PlotItem to GraphicsLayoutWidget, added LabelItem (075cc79)
  • Add display_ui_file.py (91d8ffa)
  • Add disconnect_dap_slot (1325704)
  • Inherit from GraphicsView for consistency with 2D plot (d8c101c)
  • Add BECScanPlot2D (67905e8)
  • Emit the full bec message to slots (1bb3020)

Fix

  • Q selection for gui_event signal (0bf452a)
  • Fixed logic in data subscription (c2d469b)
  • Scan_plot to accept metadata from dap signal (7bec0b5)
  • Plotting latest 1d curves (378be81)
  • Testing the data structure of plotting (4fb0a3b)
  • Fix examples when run directly as a script (cd11ee5)
  • Module paths (e7f644c)

v0.3.0 (2023-07-19)

Feature

  • Add auto-computed color_list from colormaps (3e1708b)
  • Add functionality for plotting multiple signals (10e2906)
  • Added lineplot widget (989a3f0)
  • Added ctrl_c from grum (8fee13a)

Fix

  • Add warning for non-existing signalz (48075e4)
  • Documentation and bugfix for mouse_moved (a460f3c)

Documentation

  • Add notes about qt designer install via conda-forge (d8038a8)
  • Added license (db2d33e)

v0.2.1 (2023-07-13)

Fix

  • Fixed setup config (wrong name) (947db1e)
  • Fixed bec_lib dependency (86f4def)

v0.2.0 (2023-07-13)

Feature

  • Move ivan's qtwidgets to bec-widgets (34e5ed2)

v0.1.0 (2023-07-11)

Feature