Skip to content

v1.2.0: GSoC22, introducing `signal` module, parallel I/O and more

Compare
Choose a tag to compare
@ClaudiaComito ClaudiaComito released this 27 Apr 12:49
· 156 commits to release/1.2.x since this release

Highlights

  • We have been selected as a mentoring organization for Google Summer of Code, and we already have many new contributors (see below). Thank you!
  • Heat now supports PyTorch 1.11
  • Gearing up to support data-intensive signal processing: introduced signal module and memory-distributed 1-D convolution with ht.convolve()
  • Parallel I/O: you can now parallelize writing out to CSV file with ht.save_csv().
  • Introduced more flexibility in memory-distributed binary operations.
  • Expanded functionalities in linalg, manipulations modules.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0