File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11Release History
22###############
33
4+ v1.16.0 (2022-06-03)
5+ ====================
6+
7+ Features
8+ --------
9+ - Add the ``obj_config `` key to the ``conf.yml `` configuration file.
10+ This allows the user to pass in the path to a file that contains
11+ object reconfiguration information.
12+ Currently, tab completion whitelists/blacklists and ``ophyd ``
13+ component ``kind `` configuration are supported.
14+ - Switch the best effort callback instance ``bec `` to use the
15+ ``BECOptionsPerRun `` callback from ``nabs `` instead of the previous
16+ ``BestEffortCallback `` from ``bluesky ``.
17+ This new class is a subclass of ``BestEffortCallback `` that allows
18+ us to configure its options on a per-scan basis by setting metadata keys.
19+ This means we can do things like disabling plots on scans where it
20+ makes no sense, and perhaps more features in the future.
21+
22+ Contributors
23+ ------------
24+ - tangkong
25+
26+
427v1.15.0 (2022-05-02)
528====================
629
You can’t perform that action at this time.
0 commit comments