From 9bcc2fda5080b1937cf753104351ed3d692abe8e Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Mon, 6 Aug 2018 14:17:55 -0700 Subject: [PATCH] DOC: add 0.7.0 release notes --- docs/source/releases.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 727c3f4c..4777b0e6 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -1,6 +1,27 @@ Release History ############### +v0.7.0 (2018-08-06) +=================== + +Features +-------- +- Add a `ScanVars` class for the legacy scan pvs tie-in. +- Automatically load all cameras defined in the camviewer config file. +- Add the ``--exp`` arg for forcing the active experiment for the duration + of a session. + +Bugfixes +-------- +- Exclude having a beampath when there are no devices on the path. + This is because the resulting empty path causes issues in the + environment. This will most commonly occur when calling + ``hutch-python`` with no arguments. + +Misc +---- +- Fix a few typos + v0.6.0 (2018-05-27) ===================