- 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
- 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)
- 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)
- Hotfix for deprecated generation of nested ragged sequences in Lundeby's intersection time algorithm.
- Bugfix Lundeby's intersection time algorithm
- Release on PyPI as pyrato
- Bugfix Chu's EDC calculation
- Documentation fixes
- Improved identification of impulse response onset
- Energy decay curve calculation with various noise compensation methods
- Linear regression based reverberation time estimation
- First release