mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
5.5 KiB
5.5 KiB
Changelog
v0.6.0 (2023-08-11)
Feature
v0.5.0 (2023-08-11)
Feature
- Add generic connect function for slots (
6a3df34
) - Add possibility to provide service config (
8c9a9c9
)
Fix
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
Documentation
v0.2.1 (2023-07-13)
Fix
v0.2.0 (2023-07-13)
Feature
- Move ivan's qtwidgets to bec-widgets (
34e5ed2
)
v0.1.0 (2023-07-11)
Feature
- Added config plotter (
db274c6
)