v0.10.1
ASPIRE v0.10.1 is a patch release focused on adding several API improvements, bug fixes, and CI updates.
This release provides the following features:
- Synthetic volume generators (Legacy and compact Asymmetric, Cn, Dn, T, O)
confusebased ASPIRE config- Multi dimensional stack axis for
ImageandVolume - Parallel and batched BFR and BFSR alignment
- Scale
colorbarforImage.showutilities - Implement and check top level imports (
import aspire) - Restores ability to use
cufinufftvia config NoiseAdderframework and updates
Documentation and Logging:
- User configuration tutorial
- Dramatically reduced console log spam
- Replaced some logging with
tqdmprogress bars - Support user/runtime logger and
tqdmconfiguration - Updated simulation docstring
- Docstring formatting
- Pipeline demo gallery
Bug Fixes and Cleanup:
- Updates rotation convention to be counter-clockwise
- Real coefficient rotations
- Normalize background dtype
- Fourier Bessel zero finding cleanup
im_translateand preprocessing cleanup/deprecationCTFEstimatorandvoltage_to_wavelengthunit fixes- CTF starfile output column name
- Unit test fixes for averagers
- Pytest parallel processing limits
- Added missing
paramatrizedtest cases - Gaussian 2D and 3D util cleanup
- Unified
transposeandflipfor Volume and Image covar2dells mask bug fix- Consistently use recent
about_axis()andVolume.load() - ImageSource.save() dict return
- Remove
MicrographandMrcStackin favor ofImageSource - Consistent use of
fftmodule - Dtype updates (
Basis,Simulation,Volume,CLOrient3D,nufft) - Filter indices bug fix
- Migration to
Image.ResolutionfromImage.res(via DeprecationWarning) - Workaround for
scipy==v0.10.02D interpolation importlibresources updates
Systems/CI Updates:
- GPU CI
- Daily documentation build testing (
develop) - CI config and additional logging
- Disable
rayon Azure for OSX and Windows - Adds
pytest-xdistplugin for developers - Support building docs without running gallery
- Updates for latest
scikit-learnrelease - Began migration towards pure
pytests toxv4 support- Azure OSX 12 updates
- Github actions v3/v4 updates