Skip to content

Releases: alxndrkalinin/cubic

v0.7.0a2

02 Apr 22:30

Choose a tag to compare

v0.7.0a2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0a1...v0.7.0a2

v0.7.0a1

10 Mar 20:55

Choose a tag to compare

v0.7.0a1 Pre-release
Pre-release

v0.7.0a1 — Alpha Release

Alpha release of cubic v0.7.0, adding spectral resolution metrics and band-limited image quality assessment.

Highlights

  • Decorrelation Analysis (DCR) — Single-image, parameter-free resolution estimation for 2D and 3D with angular sectoring (Descloux et al. 2019)
  • Histogram FSC backend — GPU-accelerated 3D FSC with proper XY/Z anisotropy correction (Koho et al. 2019)
  • Band-limited metrics — Butterworth low-pass filtering, band-limited PCC/SSIM, spectrally-weighted PCC
  • Package reorganizationcubic.metrics.frccubic.metrics.spectral (backward-compatible via deprecation shim, removal in 0.8.0)
  • GPU-optional notebooks — All example notebooks detect GPU availability and fall back to CPU

Breaking changes

  • pad_image_to_cube() default mode: "reflect""constant"
  • fsc_resolution() default bin_delta: 10 → 1
  • fsc_resolution() default spacing: 1.0None

Full changelog: v0.6.0...v0.7.0a1

v0.6.0

12 Feb 19:26

Choose a tag to compare

Initial PyPI release of cubic, a Python library for CUDA-accelerated processing and analysis of multidimensional (2D/3D+) bioimages.

Highlights:

  • Device-agnostic API wrapping scipy/scikit-image and CuPy/cuCIM
  • GPU-accelerated Fourier Ring/Shell Correlation (FRC/FSC) for image resolution
  • Richardson-Lucy deconvolution, average precision for segmentation, and more
  • Install with pip install cubic

Citation:

Kalinin, A.A., Carpenter, A.E., Singh, S., & O'Meara, M.J. (2025). cubic: CUDA-accelerated 3D BioImage Computing. IEEE International Conference on Computer Vision Workshops (ICCVW).

v0.1.0

23 Oct 22:33
f375508

Choose a tag to compare

Initial release accompanying our 2025 ICCVW publication