From a27c4d6f547763dcd04319b838b14fd2fbd3d8c8 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Mon, 7 Mar 2022 11:31:53 +0100 Subject: [PATCH] CMSIS-DSP: Updated Jupyter notebook example --- PythonWrapper/examples/cmsisdsp_tests.ipynb | 4 ++-- cmsisdsp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PythonWrapper/examples/cmsisdsp_tests.ipynb b/PythonWrapper/examples/cmsisdsp_tests.ipynb index fb0e365d..c5c94706 100755 --- a/PythonWrapper/examples/cmsisdsp_tests.ipynb +++ b/PythonWrapper/examples/cmsisdsp_tests.ipynb @@ -18,10 +18,10 @@ }, { "cell_type": "markdown", - "id": "75d2bac1", + "id": "22230ac8", "metadata": {}, "source": [ - "Installation below may generate an error in google colab. It is related to conflicting versions of the Jinja2 package. It will not prevent the use of the cmsisdsp package in google colab." + "The following command may take some time to execute : the full cmsisdsp library is built." ] }, { diff --git a/cmsisdsp/__init__.py b/cmsisdsp/__init__.py index 7fe6262b..05444fe8 100755 --- a/cmsisdsp/__init__.py +++ b/cmsisdsp/__init__.py @@ -23,7 +23,7 @@ cmsis_dsp_version="1.10.0" # Commit hash used to build the wrapper -commit_hash="f2fb4f86cee3a17fbb394c315c99b833249db44d" +commit_hash="7106010d41b3bf810403e954c36c2643d98c58e7" # True if development version used developmentVersion=True