Skip to content

Commit

Permalink
Merge pull request #1659 from TomographicImaging/callbacks
Browse files Browse the repository at this point in the history
`Algorithm.run(callbacks: list[Callback])`
  • Loading branch information
casperdcl committed Feb 13, 2024
2 parents 78f6e07 + 194dcf6 commit db5a2a6
Show file tree
Hide file tree
Showing 8 changed files with 805 additions and 822 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
- Bug fix for norm of CompositionOperator
- Functions updated to use sapyb
- Fix KullbackLeibler numba gradient ignoring mask
- show1D slice_list parameter can now be of type tuple
- show1D slice_list parameter can now be of type tuple
- Deprecated `Algorithm`'s `max_iteration`, `log_file`, `**kwargs`, `max_iteration_stop_criterion`, `objective_to_string`, `verbose_output`, `verbose_header`, `run(print_interval)`
- Added `optimisation.utilities.callbacks`
- Added `Callback` (abstract base class), `ProgressCallback`, `TextProgressCallback`, `LogfileCallback`
- Deprecated `Algorithm.run(callback: Callable)`
- Added `Algorithm.run(callbacks: list[Callback])`

* 23.1.0
- Fix bug in IndicatorBox proximal_conjugate
Expand Down
Loading

0 comments on commit db5a2a6

Please sign in to comment.