Skip to content

Releases: LoicGrobol/scorch

v0.2.0 — Speed squeeze

28 Oct 11:43
Compare
Choose a tag to compare

Changed

  • Slightly faster BLANC (#13)

v0.1.0

12 Oct 07:25
c339370
Compare
Choose a tag to compare

Fixed

  • Stop redirecting SIGPIPE
    incorrectly
  • B³ and CEAF P and R are now set to 0 if their denominator is 0, following the reference implementation (@Rexhaif in #10)

v0.0.26

16 Dec 10:20
Compare
Choose a tag to compare

Added

  • speedtest.py, a benchmark tool for the speed of our implementations

Changed

  • Speed up of BLANC computation by a factor of 75 at the price of straightforwardness of
    implementation. The slow and straightforward implementation is still available behind a parameter
    and is used to test the consistency of the fast one.
    (#5)

v0.0.25

14 Dec 14:17
Compare
Choose a tag to compare
  • New workflow for tests, lint and release using Github Actions
  • Faster BLANC
  • Changelog coming soon I promise

v0.0.14

03 Apr 21:11
Compare
Choose a tag to compare

Initial release