Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed Dec 7, 2024
1 parent eb52afc commit 4d5f844
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Bugfix
directivity to ``Room.add_microphone_array``, the directivity was dropped
from the object.

- Fixes issues #381: When creating a room with from_corners with multi-band
material, and then making it 3D with ``extrude`` with a single band material
for the floor and ceiling, an error would occur.
After the fix, the materials for floor and ceiling are automatically extended
to multi-band, as expected.

- Fixes issue #380: Caused by the attribute ``cartesian`` of ``GridSphere`` not
being set properly when the grid is only initialized with a number of points.

Expand All @@ -30,7 +36,7 @@ Bugfix
Changed
~~~~~~~

- Makes the ``pyroomacoustics.utilities.resample`` backend is made configurable
- Makes the ``pyroomacoustics.utilities.resample`` backend configurable
to avoid ``soxr`` dependency. The resample backend is configurable to
``soxr``, ``samplerate``, if these packages are available, and otherwise
falls back to ``scipy.signal.resample_poly``.
Expand Down

0 comments on commit 4d5f844

Please sign in to comment.