Skip to content

Version 0.0.4

Compare
Choose a tag to compare
@bwohlberg bwohlberg released this 04 Aug 01:18
· 88 commits to main since this release
18f3dd5

Change Summary

  • 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.
  • Drop support for Python 3.7.
  • Add support for 3D tomographic projection with the ASTRA Toolbox.

Changes in Detail

New Contributors

Full Changelog: v0.0.3...v0.0.4