Skip to content

Releases: LoicGrobol/scorch

v0.2.0 — Speed squeeze

Choose a tag to compare

@LoicGrobol LoicGrobol released this 28 Oct 11:43

Changed

  • Slightly faster BLANC (#13)

v0.1.0

Choose a tag to compare

@LoicGrobol LoicGrobol released this 12 Oct 07:25
c339370

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

Choose a tag to compare

@LoicGrobol LoicGrobol released this 16 Dec 10:20

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

Choose a tag to compare

@LoicGrobol LoicGrobol released this 14 Dec 14:17
  • New workflow for tests, lint and release using Github Actions
  • Faster BLANC
  • Changelog coming soon I promise

v0.0.14

Choose a tag to compare

@LoicGrobol LoicGrobol released this 03 Apr 21:11

Initial release