6.9 KiB
CHANGELOG
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)
Documentation
- docs: restructured docs layout (
3c9181d
)
Fix
-
fix(bar): ring saves current value in config (
9648e3e
) -
fix(dock): dock saves configs of all children widgets (
4be756a
) -
fix(dock_area): save/restore state is saved in config (
46face0
) -
fix(figure): added correct types of configs to subplot widgets (
6f3b1ea
)
v0.56.1 (2024-06-04)
Fix
-
fix(spiral_progress_bar/rings): config min/max values added check for floats (
9d615c9
) -
fix(spiral_progress_bar): Endpoint is always stored as a string in the RingConnection Config (
d253991
)
v0.56.0 (2024-05-29)
Documentation
- docs(examples): example apps section deleted (
ad208a5
)
Fix
- fix(examples): outdated examples removed (mca_plot.py, stream_plot.py, motor_example.py) (
ddc9510
)