v0.5.5
What's Changed
Deprecations / API updates
- Simplify
AbstractDetectorinterface, including removal ofAbstractDQEfor now by @michael-0brien in #550 - Change CTF call from
ctf(..., voltage_in_kilovolts=...)toctf(..., wavelength_in_angstroms=...)by @michael-0brien in #554 - Deprecate
BasicImageConfig(..., pad_options=...)->BasicImageConfig(..., padded_shape=...)by @michael-0brien in #556
Performance improvements
- Speedup gradient-safe multiplication between pixel size and coordinate grids by @michael-0brien in #553
- Directly compute correct mode ordering in
FFTAtomProjectionnon-uniform FFT by @michael-0brien in #555
Maintenance
- Remove solvent code from
cryojax.experimentalby @michael-0brien in #549
Full Changelog: v0.5.4...v0.5.5