diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 02bf6d5..16c6307 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,30 @@ .. current developments +v0.7.0 +==================== + +**Added:** + +* ``amorphsivity_pipeline`` for measuring if a PDF is amorphous +* ``xpdtools.pipelines.tomo.sort_sinogram`` for sorting sinograms by their + theta values +* Ability to stack 2D tomographic reconstructions into 3D for pencil beam +* ``xpdtools.pipelines.tomo.recon_wrapper`` function which wraps ``tomopy.recon`` to + handle 2, 3 and 4D arrays + +**Changed:** + +* ``xpdotools.pipelines.tomo.tomo_pipeline_theta`` uses ``sort_sinogram`` + rather than a lambda for provenance +* ``xpdtools.pipelines.tomo`` pipelines use the ``recon_wrapper`` rather than ``tomopy.recon`` + +**Fixed:** + +* Don't use ``pluck`` since we can pass in just the G(r) + + + v0.6.0 ==================== diff --git a/news/amorph b/news/amorph deleted file mode 100644 index fd5a3ed..0000000 --- a/news/amorph +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** - -* ``amorphsivity_pipeline`` for measuring if a PDF is amorphous - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/fix_amorph b/news/fix_amorph deleted file mode 100644 index 05d454d..0000000 --- a/news/fix_amorph +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - -* Don't use ``pluck`` since we can pass in just the G(r) - -**Security:** None diff --git a/news/tomo3D b/news/tomo3D deleted file mode 100644 index d651500..0000000 --- a/news/tomo3D +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** - -* Ability to stack 2D tomographic reconstructions into 3D for pencil beam - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/tomo_squeeze b/news/tomo_squeeze deleted file mode 100644 index ad9c7fb..0000000 --- a/news/tomo_squeeze +++ /dev/null @@ -1,16 +0,0 @@ -**Added:** - -* ``xpdtools.pipelines.tomo.recon_wrapper`` function which wraps ``tomopy.recon`` to - handle 2, 3 and 4D arrays - -**Changed:** - -* ``xpdtools.pipelines.tomo`` pipelines use the ``recon_wrapper`` rather than ``tomopy.recon`` - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None