Skip to content

Releases: pzelasko/cylimiter

Cylimiter v0.4.2

30 Jan 16:41
Compare
Choose a tag to compare

What's Changed

  • auto-vectorization with clang and gcc by @pzelasko in #9
    (noticed ~10x speedup on Mac M1 with clang and ~2-3x speedup on two Intel CPUs with GCC)

Full Changelog: v0.4.1...v0.4.2

Cylimiter v0.4.1

29 Jan 20:20
Compare
Choose a tag to compare

What's new

  • Reverb: mix argument for controlling wet/dry signal ratio + slight speedup

Full Changelog: v0.4...v0.4.1

Cylimiter v0.4

28 Jan 02:09
c661818
Compare
Choose a tag to compare

What's Changed

  • Streaming RIR reverb (time domain convolution) by @pzelasko in #8

Full Changelog: v0.3...v0.4

Cylimiter v0.3

19 Aug 14:59
a7773dd
Compare
Choose a tag to compare

What's Changed

  • Fix limit_inplace in python + 5x speedup by @pzelasko in #7

Breaking changes

  • numpy is now a dependency

Full Changelog: v0.2.1...v0.3

Cylimiter v0.2.1

18 Aug 15:00
Compare
Choose a tag to compare

What's Changed

  • Fix installation issue on Windows by @iver56 in #2
  • Allow large thresholds by @iver56 in #5
  • Fix args validation assertion in unit tests by @pzelasko in #6

New Contributors

  • @iver56 made their first contribution in #2

Full Changelog: v0.2...v0.2.1

Cylimiter v0.2

16 Aug 17:35
Compare
Choose a tag to compare

The new version supports Python pickling.