Skip to content

Version 3.1.1 - 11/17/25 CVR output bug fix

Latest

Choose a tag to compare

@bbfrederick bbfrederick released this 17 Nov 16:17
· 49 commits to main since this release
  • (rapidtide, retroregress) Correctly output relevant maps when doing CVR processing. Closes #226. Thank you to https://github.com/beccaclements99 for finding this!
  • (rapiditde) Fixed a crashing bug when using PCA to estimate the initial sLFO regressor.
  • (happy) Made tensorflow an optional install because of more tf weirdness. If tensorflow is not present, default to using the pytorch deep learning filter. If tensorflow is present, enable the --usetensorflow option.
  • (package) Added support for python 3.14 (if you use 3.14, you cannot currently install tensorflow, so happy will use the pytorch deep learning filter).
  • (package) Lots of type hint refinements.
  • (package) Fixed lots of typos and minor bugs.