Skip to content

Commit

Permalink
Updated CHANGELOG for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Feb 4, 2019
1 parent 3319dfe commit 14c5666
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 60 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================

Expand Down
15 changes: 0 additions & 15 deletions news/dark_frame

This file was deleted.

19 changes: 0 additions & 19 deletions news/fix_viz_units

This file was deleted.

13 changes: 0 additions & 13 deletions news/original_start_uid

This file was deleted.

13 changes: 0 additions & 13 deletions news/use_raw_start_time

This file was deleted.

0 comments on commit 14c5666

Please sign in to comment.