Skip to content

Commit 2234f40

Browse files
authored
Merge pull request #343 from ZLLentz/v1.16.0-rel
DOC: write release notes for v1.16.0
2 parents 2215a25 + 574ed1b commit 2234f40

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/source/releases.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Release 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+
427
v1.15.0 (2022-05-02)
528
====================
629

0 commit comments

Comments
 (0)