Skip to content

Commit

Permalink
Prepare development of version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Aug 4, 2023
1 parent 18f3dd5 commit b032451
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ SCICO Release Notes
===================


Version 0.0.5 (unreleased)
----------------------------

• No significant changes yet.



Version 0.0.4 (2023-08-03)
----------------------------

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion scico/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b032451

Please sign in to comment.