Skip to content

Commit 4d5f844

Browse files
committed
CHANGELOG
1 parent eb52afc commit 4d5f844

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Bugfix
1818
directivity to ``Room.add_microphone_array``, the directivity was dropped
1919
from the object.
2020

21+
- Fixes issues #381: When creating a room with from_corners with multi-band
22+
material, and then making it 3D with ``extrude`` with a single band material
23+
for the floor and ceiling, an error would occur.
24+
After the fix, the materials for floor and ceiling are automatically extended
25+
to multi-band, as expected.
26+
2127
- Fixes issue #380: Caused by the attribute ``cartesian`` of ``GridSphere`` not
2228
being set properly when the grid is only initialized with a number of points.
2329

@@ -30,7 +36,7 @@ Bugfix
3036
Changed
3137
~~~~~~~
3238

33-
- Makes the ``pyroomacoustics.utilities.resample`` backend is made configurable
39+
- Makes the ``pyroomacoustics.utilities.resample`` backend configurable
3440
to avoid ``soxr`` dependency. The resample backend is configurable to
3541
``soxr``, ``samplerate``, if these packages are available, and otherwise
3642
falls back to ``scipy.signal.resample_poly``.

0 commit comments

Comments
 (0)