From dcb7ebf18373c29a7cdf913ac26b62b33a45dba0 Mon Sep 17 00:00:00 2001 From: TL Date: Mon, 17 Jun 2019 16:05:02 +0200 Subject: [PATCH] Raise of version number --- README.rst | 3 +++ examples/Exp4_BinauralRendering.ipynb | 2 +- sound_field_analysis/_version.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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'