From 14c5666bdf131f6fdba0e9a97180a0a0d81bbfa6 Mon Sep 17 00:00:00 2001 From: "Christopher J. Wright" Date: Sun, 3 Feb 2019 20:11:53 -0500 Subject: [PATCH] Updated CHANGELOG for 0.5.0 --- CHANGELOG.rst | 22 ++++++++++++++++++++++ news/dark_frame | 15 --------------- news/fix_viz_units | 19 ------------------- news/original_start_uid | 13 ------------- news/use_raw_start_time | 13 ------------- 5 files changed, 22 insertions(+), 60 deletions(-) delete mode 100644 news/dark_frame delete mode 100644 news/fix_viz_units delete mode 100644 news/original_start_uid delete mode 100644 news/use_raw_start_time diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 91c19ff..40bcfea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,28 @@ .. current developments +v0.5.0 +==================== + +**Added:** + +* Units for most reduced data streams (mostly so waterfall can plot them) +* Added ``plot_graph`` to analysis server so we can visualize the graph + +**Changed:** + +* Use ``dark_frame=True`` to determine if a scan is a dark scan. This means + that scans without darks can now be processed, although they will use the + most recenlty cached dark. +* ``raw_stripped`` is run first, so all the aligned data can be emitted ASAP. + This means that data can be saved as soon as it is created, rather than + waiting for the last data to be processed. +* Simplified the plotting via the new ``LiveWaterfall`` callback. +* Support ``original_start_uid`` system +* use raw start document time for file naming + + + v0.4.1 ==================== diff --git a/news/dark_frame b/news/dark_frame deleted file mode 100644 index 225455a..0000000 --- a/news/dark_frame +++ /dev/null @@ -1,15 +0,0 @@ -**Added:** None - -**Changed:** - -* Use ``dark_frame=True`` to determine if a scan is a dark scan. This means - that scans without darks can now be processed, although they will use the - most recenlty cached dark. - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/fix_viz_units b/news/fix_viz_units deleted file mode 100644 index fc23b00..0000000 --- a/news/fix_viz_units +++ /dev/null @@ -1,19 +0,0 @@ -**Added:** - -* Units for most reduced data streams (mostly so waterfall can plot them) -* Added ``plot_graph`` to analysis server so we can visualize the graph - -**Changed:** - -* ``raw_stripped`` is run first, so all the aligned data can be emitted ASAP. - This means that data can be saved as soon as it is created, rather than - waiting for the last data to be processed. -* Simplified the plotting via the new ``LiveWaterfall`` callback. - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/original_start_uid b/news/original_start_uid deleted file mode 100644 index 5a43e5a..0000000 --- a/news/original_start_uid +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** None - -**Changed:** - -* Support ``original_start_uid`` system - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/use_raw_start_time b/news/use_raw_start_time deleted file mode 100644 index aa5e182..0000000 --- a/news/use_raw_start_time +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** None - -**Changed:** - -* use raw start document time for file naming - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None