diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c2dc7f73..a4d64af8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,17 @@ PDFstream Change Log .. current developments +v0.4.6 +==================== + +**Changed:** + +* If there is no "calibration_md" in start document, the server will still process the diffraction image but doesn't do the integration and following step. It will use zero for the results depending on the calibration. + +* Move the data processing step to the ``process_data`` method in ``AnalysisStream``. + + + v0.4.5 ==================== diff --git a/news/news.rst b/news/news.rst deleted file mode 100644 index 21ce388d..00000000 --- a/news/news.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* - -**Changed:** - -* If there is no "calibration_md" in start document, the server will still process the diffraction image but doesn't do the integration and following step. It will use zero for the results depending on the calibration. - -* Move the data processing step to the ``process_data`` method in ``AnalysisStream``. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*