Skip to content

Commit

Permalink
Update changelog and release version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Aug 4, 2023
1 parent 2321653 commit 6f8a7d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ SCICO Release Notes
===================


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

• Add new `Function` class for representing array-to-array mappings with more than
one input.
• Add new methods and a function for computing Jacobian-vector products for `Operator`
objects.
• Add new `Function` class for representing array-to-array mappings with more
than one input.
• Add new methods and a function for computing Jacobian-vector products for
`Operator` objects.
• Add new proximal ADMM solvers.
• Add new ADMM subproblem solvers for problems involving a sum-of-convolutions
operator.
• Extend support for other ML models including UNet, ODP and MoDL.
• Add functionality for training Flax-based ML models and for data generation.
• Enable diagnostics for ML training loops.
• 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
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.dev0"
__version__ = "0.0.4"

import logging
import sys
Expand Down

0 comments on commit 6f8a7d4

Please sign in to comment.