What's Changed
Bug Fixes
- Fix incorrect
FFTAtomProjectionreverse-mode gradients by @michael-0brien in #569
Deprecations / API updates
- Simpler approach to enforcing rotation convention agreement: remove
make_image_model(..., rotation_convention=...)and enforce agreement at runtime by @michael-0brien in #568
Performance improvements
- More efficient approach to computing images en voxel grids in GaussianMixtureVolume: use
jnp.einsuminstead ofjnp.tranposefollowed byjnp.sumby @DSilva27 in #575
Other Changes
- Add cryoJAX citation to README by @michael-0brien in #560
- Update
docsdependencies to fix docs build failing by @DSilva27 in #574 - Drop support for python 3.10 by @michael-0brien in #576
Full Changelog: v0.5.5...v0.5.6