Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.4 KB

File metadata and controls

67 lines (52 loc) · 2.4 KB

History

0.4.2 (2026-03-18)

  • Bugfix: Channel independent normalization parametrization was reversed (PR #117)
  • Bugfix: Reverberation time estimation of non normalized EDCs (PR #138)
  • Bugfix: Properly support EDC calculation for multi-dimensional RIRs (PR #113)
  • Bugfix: Properly support multi-dimensional RIRs in the Schroeder integration (PR #62)
  • Dependencies: Limit to pyfar < 0.8.0 (PR #161)
  • CI: Add deprecation tests

0.4.1 (2024-06-05)

  • fix: include analytic module in the package (PR #27)
  • fix: allow T15 reverberation time estimation in reverberation_time_linear_regression (PR #51)
  • fix: several deprecation warnings (PR #54, #55, #56)
  • fix: Correct index selection in truncation time estimation (#32)
  • fix: Fix deprecation warnings in example notebook (#58)
  • doc: apply Documentation style changes to match with pyfar (PR #30, #34, #48, #61)
  • ci: apply pyfar's packaging style (PR #49)
  • ci: change from flake8 to ruff and apply pyfar rule set (PR #52)
  • ci: configure and change to bumpversion for release (PR #60)

0.4.0 (2024-03-20)

  • Use pyfar audio objects to store RIRs and EDCs (PR #7)
  • Drop support for Python 3.7 (PR #14)
  • rename RT estimation function to reverberation_time_linear_regression (PR #13)
  • use pyfar's impulse response start finding function and fractional octave filters, respective functions are deprecated and will be removed in pyrato 0.5.0 #17 (PR #7)
  • Add ISO 3382 compliant dynamic range threshold to energy_decay_curve_truncation, add similar functionality to energy_decay_curve_chu (PR #18)
  • Bugfix for wrong truncation time for multichannel RIRs (PR #19)
  • Update of the documentation style and adaption of the shared gallery homepage (PR #22)

0.3.2 (2022-10-10)

  • Hotfix for deprecated generation of nested ragged sequences in Lundeby's intersection time algorithm.

0.3.1 (2022-05-31)

  • Bugfix Lundeby's intersection time algorithm

0.3.0 (2021-06-12)

  • Release on PyPI as pyrato

0.2.1 (2020-02-26)

  • Bugfix Chu's EDC calculation
  • Documentation fixes
  • Improved identification of impulse response onset

0.2.0 (2019-11-19)

  • Energy decay curve calculation with various noise compensation methods
  • Linear regression based reverberation time estimation

0.1.0 (2018-12-13)

  • First release