From b2f07ffb1cf0d9bd0a0d9453eca498920d6379d3 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Tue, 7 Mar 2017 18:14:43 +0000 Subject: [PATCH] release notes updated --- RELEASE_NOTES.txt | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 17c90486..1fe2b7dd 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -3,23 +3,31 @@ Release 1.1 (03/10/2017) - Introduced integration with Beamline Scheduling System: - New commands: - - list-runs - - list-proposals - - get-proposal - - Modified add-experiment command to automatically add users associated - with a given beamline proposal -- Added the following functionality for managing DAQs: - - Max. run time specification causes DAQ to be stopped automatically - - Destination directory specification causes files to be uploaded into + * list-runs + * list-proposals + * get-proposal + - Added the following options to the add-experiment command: + --proposal-id: automatically add to experiment all + users associated with a given beamline proposal + --run: look for beamline proposal in a given run (current run is the + default) + --users: comma specified list of usernames to be added to experiment + as users +- Added the following options for managing DAQs: + --duration: DAQ will be stopped automatically after given + number of days or hours + --dest-directory: files will be uploaded into a specific directory relative to experiment root path - - Upload data/target directory on exit specify upload of the given - directory automatically after DAQ completes -- Added the following functionality for managing uploads: - - Destination directory specification causes files to be uploaded into + --upload-data-directory-on-exit: when DAQ finishes, upload of the given + data directory will be executed automatically + --upload-dest-directory-on-exit: specifies destination directory for + upload after DAQ completes +- Added the following options for managing uploads: + --dest-directory: files will be uploaded into a specific directory relative to experiment root path -- Introduced framework for higher level beamline specific tools - - New commands that combine adding experiment and running DAQs or - uploads +- Introduced framework for higher level beamline specific tools and + added commands that combine adding new experiment with running DAQs or + uploads - Introduced sphinx as python API documentation framework - Resolved possible timeout issue when starting DAQ or directory upload with a directory containing large number of files -- GitLab