Skip to content

Commit

Permalink
Final changes for 0.0.2 release. (#225)
Browse files Browse the repository at this point in the history
* Fix cross reference

* Update submodule

* Set release date

* Set release version

* Update submodule
  • Loading branch information
bwohlberg committed Feb 15, 2022
1 parent 5ba5d98 commit e8531e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SCICO Release Notes
===================


Version 0.0.2 (unreleased)
Version 0.0.2 (2022-02-14)
----------------------------

• Additional optimization algorithms: Linearized ADMM and PDHG.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The instructions above install a CPU-only version of SCICO. To install a version
Additional Dependencies
-----------------------

For instructions on installing dependencies related to the examples please see :ref:`example_notebooks`.
For instructions on installing dependencies related to the examples please see :ref:`example_dependencies`.


For Developers
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.2a1"
__version__ = "0.0.2"

import sys

Expand Down

0 comments on commit e8531e8

Please sign in to comment.