Skip to content

Version 0.0.6

Latest
Compare
Choose a tag to compare
@bwohlberg bwohlberg released this 25 Oct 16:35
· 6 commits to main since this release
a8eda5c

Change Summary

• Significant changes to linop.xray.astra API.
• Rename integrated 2D X-ray transform class to linop.xray.XRayTransform2D and add filtered back projection method fbp.
• New integrated 3D X-ray transform via linop.xray.XRayTransform3D.
• New functional functional.IsotropicTVNorm and faster implementation of functional.AnisotropicTVNorm.
• New linear operators linop.ProjectedGradient, linop.PolarGradient, linop.CylindricalGradient, and linop.SphericalGradient.
• Rename scico.numpy.util.parse_axes to scico.numpy.util.normalize_axes.
• Rename scico.flax.save_weights and scico.flax.load_weights to scico.flax.save_variables and scico.flax.load_variables respectively.
• Support jaxlib and jax versions 0.4.13 to 0.4.35.
• Support flax versions 0.8.0 to 0.10.0.

Changes in Detail

New Contributors

Full Changelog: v0.0.5...v0.0.6