diff --git a/CHANGES.rst b/CHANGES.rst index 4b07e0e0c..ebc467893 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,13 @@ SCICO Release Notes =================== +Version 0.0.5 (unreleased) +---------------------------- + +• No significant changes yet. + + + Version 0.0.4 (2023-08-03) ---------------------------- @@ -19,8 +26,6 @@ Version 0.0.4 (2023-08-03) • Support ``jaxlib`` and ``jax`` versions 0.4.3 to 0.4.14. • Change required packages and version numbers, including more recent version for `flax`. -• Add new methods and a function for computing Jacobian-vector products for - `Operator` objects. • Drop support for Python 3.7. • Add support for 3D tomographic projection with the ASTRA Toolbox. diff --git a/scico/__init__.py b/scico/__init__.py index afed1eb3a..e75a6df94 100644 --- a/scico/__init__.py +++ b/scico/__init__.py @@ -8,7 +8,7 @@ solving the inverse problems that arise in scientific imaging applications. """ -__version__ = "0.0.4" +__version__ = "0.0.5.dev0" import logging import sys