diff --git a/README.rst b/README.rst index a6dd374..74db4e4 100644 --- a/README.rst +++ b/README.rst @@ -108,6 +108,9 @@ Render a spherical microphone array measurement binaurally Version history ^^^^^^^^^^^^^^^ +*2019-06-11 V0.6* + * Implement Bandwidth Extension for Microphone Arrays (BEMA) + * Edit read_miro_struct, named tuple ArraySignal and miro_to_struct.m to load center measurements *2019-06-11 V0.6* * Port of Radial Filter Improvement from SOFiA diff --git a/examples/Exp4_BinauralRendering.ipynb b/examples/Exp4_BinauralRendering.ipynb index bbe347e..301b02d 100644 --- a/examples/Exp4_BinauralRendering.ipynb +++ b/examples/Exp4_BinauralRendering.ipynb @@ -197236,7 +197236,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.3" + "version": "3.6.7" } }, "nbformat": 4, diff --git a/sound_field_analysis/_version.py b/sound_field_analysis/_version.py index 5c0a61f..d722712 100755 --- a/sound_field_analysis/_version.py +++ b/sound_field_analysis/_version.py @@ -1,2 +1,2 @@ """Version information.""" -__version__ = '0.6' +__version__ = '0.7'