Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 1.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased (0.1.0)

0.2.0 — 2020-10-28

Changed

  • Slightly faster BLANC (#13)

0.1.0 — 2020-10-12

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)

0.0.26 - 2019-12-16

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)

Previous versions

No real changelog was kept for the previous versions, you can have a look at the history but it is not for the faint of heart