Skip to content

Beamforming modules and last torch<1.8 release

Compare
Choose a tag to compare
@mpariente mpariente released this 09 Apr 19:22
· 92 commits to master since this release

⚠️ Warning ⚠️ this is the last release that supports torch<1.8.

From asteroid 0.5.0 onwards, only torch>=1.8.0 will be supported. The main reason being the complex support, the fft and linalg packages.

Highligths

  • We now have end to end beamforming modules! 🎉 Multichannel recipes will follow.

Changelog

  • [src] Fix padding in DCUNet ConvTranspose2d (#466)
  • [src&tests] Causal TDConvNet and ConvTasNet (#465)
  • [tests] Fix test from #465 (#467)
  • [docs] Fix wrong doclinks (#469)
  • [docs] Fix docs (links and errors) (#470)
  • [src&tests] Add beamforming modules 🎉 (#468)

Large thanks to the contributors ! 🙃