Skip to content

v0.5.6

Latest

Choose a tag to compare

@michael-0brien michael-0brien released this 22 May 05:32
b729cc4

What's Changed

Bug Fixes

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.einsum instead of jnp.tranpose followed by jnp.sum by @DSilva27 in #575

Other Changes

Full Changelog: v0.5.5...v0.5.6