Skip to content

Version 0.0.7

Latest

Choose a tag to compare

@bwohlberg bwohlberg released this 09 Dec 16:41
· 2 commits to main since this release

Change Summary

  • New module scico.trace for tracing function/method calls.
  • New generic functional functional.ComposedFunctional representing a functional composed with an orthogonal linear operator.
  • New optimizer methods save_state and load_state supporting algorithm state checkpointing.
  • New classes for creating a volume from an image by symmetry, and for cone beam X-ray transform of a cylindrically symmetric object in module linop.xray.symcone.
  • New utility functions for CT reconstruction preprocessing added in module linop.xray.
  • Moved linop.abel module to linop.xray.abel.
  • Make orbax-checkpoint dependency optional due to absence of recent conda-forge packages.
  • Support jaxlib and jax versions 0.5.0 to 0.8.1.
  • Support flax versions 0.8.0 to 0.12.0

Changes in Detail

Full Changelog: v0.0.6...v0.0.7