Skip to content

Commit

Permalink
CHANGELOG formatting for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed May 26, 2024
1 parent b1a0357 commit 120ac43
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The format is based on `Keep a
Changelog <http://keepachangelog.com/en/1.0.0/>`__ and this project
adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.

`Unreleased`_
-------------
dev/dirpat
----------

Added
~~~~~
Expand All @@ -33,6 +33,13 @@ Changed

- In ray tracing, the histograms are now linearly interpolated between
the bins to obtain smoother RIR

`Unreleased`_
-------------

Changed
~~~~~~~

- Extra parameter ``energy_thresh`` added to ``pyroomacoustics.experimental.measure_rt60``.
The energy tail beyond this threshold is discarded which is useful for noisy RIR
measurements. The default value is 0.95.
Expand Down Expand Up @@ -83,6 +90,7 @@ Bugfix
- Fixes usage of deprecated hann window with new version of scipy in
`metrics.py` (#344) by @mattpitkin


`0.7.3`_ - 2022-12-05
---------------------

Expand Down

0 comments on commit 120ac43

Please sign in to comment.