diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 55b9af5..7f98e10 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,29 @@ .. current developments +v0.6.0 +==================== + +**Added:** + +* Add ``inbound_proxy_address`` so we can access the publisher at runtime +* Add ``qoi_server`` CLI and module for computing various quantities of interest +* Added amorphsivity to QOIs +* Support for 3D pencil beam reconstructions +* Support for Registry backed full field reconstructions +* ``ctPDF_example.py`` example for pencil beam + +**Changed:** + +* Use ``image_fields`` for loading the images +* ``tomo_example.py`` runs on a registry backed detector + +**Fixed:** + +* Pencil beam no longer tries to run independent var reconstructions + + + v0.5.2 ==================== diff --git a/news/inbound_kwarg b/news/inbound_kwarg deleted file mode 100644 index 67d46b9..0000000 --- a/news/inbound_kwarg +++ /dev/null @@ -1,15 +0,0 @@ -**Added:** - -* Add ``inbound_proxy_address`` so we can access the publisher at runtime - -**Changed:** - -* Use ``image_fields`` for loading the images - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/qoi_server b/news/qoi_server deleted file mode 100644 index ba391b8..0000000 --- a/news/qoi_server +++ /dev/null @@ -1,14 +0,0 @@ -**Added:** - -* Add ``qoi_server`` CLI and module for computing various quantities of interest -* Added amorphsivity to QOIs - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/tomo_3D b/news/tomo_3D deleted file mode 100644 index 7392a5f..0000000 --- a/news/tomo_3D +++ /dev/null @@ -1,19 +0,0 @@ -**Added:** - -* Support for 3D pencil beam reconstructions -* Support for Registry backed full field reconstructions -* ``ctPDF_example.py`` example for pencil beam - -**Changed:** - -* ``tomo_example.py`` runs on a registry backed detector - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - -* Pencil beam no longer tries to run independent var reconstructions - -**Security:** None