Skip to content

v0.5.5

Choose a tag to compare

@michael-0brien michael-0brien released this 31 Jan 00:24
· 42 commits to main since this release
3dafae1

What's Changed

Deprecations / API updates

  • Simplify AbstractDetector interface, including removal of AbstractDQE for now by @michael-0brien in #550
  • Change CTF call from ctf(..., voltage_in_kilovolts=...) to ctf(..., 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 FFTAtomProjection non-uniform FFT by @michael-0brien in #555

Maintenance

Full Changelog: v0.5.4...v0.5.5