From 1e13e0b4a3f9fc6b86027d3cfa17d5a532f5381a Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Wed, 3 Mar 2021 16:32:00 +0000 Subject: [PATCH 1/4] docs: Fix warnings --- symengine/lib/symengine_wrapper.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symengine/lib/symengine_wrapper.pyx b/symengine/lib/symengine_wrapper.pyx index d2075a2cc..e72b26f37 100644 --- a/symengine/lib/symengine_wrapper.pyx +++ b/symengine/lib/symengine_wrapper.pyx @@ -4874,7 +4874,7 @@ cdef class LambdaDouble(_Lambdify): """ Returns a tuple with first element being a ctypes function with signature - void func(double * output, const double *input, void *user_data) + void func(double \*output, const double \*input, void \*user_data) and second element being a ctypes void pointer. This void pointer needs to be passed as input to the function as the third argument `user_data`. From e912481e347f1d93f463546af79209d2a5586f83 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Wed, 3 Mar 2021 17:16:56 +0000 Subject: [PATCH 2/4] version: Bump SymEngine --- symengine_version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symengine_version.txt b/symengine_version.txt index e6b825d21..1ed3c68e5 100644 --- a/symengine_version.txt +++ b/symengine_version.txt @@ -1 +1 @@ -44eb47e3bbfa7e06718f2f65f3f41a0a9d133b70 +11bdb9bfb60d33d8bf48d4e81e9743fe732d9155 From 6c3d334dfe8ad1df6cd3cb2eec90b95b6ca7a862 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Thu, 4 Mar 2021 17:40:50 +0000 Subject: [PATCH 3/4] yml: Do not test symengine.py for docs --- .github/workflows/mkdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs.yaml b/.github/workflows/mkdocs.yaml index 8848782b9..5305596ba 100644 --- a/.github/workflows/mkdocs.yaml +++ b/.github/workflows/mkdocs.yaml @@ -34,8 +34,8 @@ jobs: export PYTHON_SOURCE_DIR=$GITHUB_WORKSPACE cd $PYTHON_SOURCE_DIR source bin/install_travis.sh - bin/test_travis.sh pip install sphinx-autobuild m2r2 sphinxcontrib-apidoc sphinx-book-theme + python setup.py install build_ext --inplace --symengine-dir=$our_install_dir sphinx-build docs/ genDocs/ env: WITH_MPC: yes From 842e368300fc4db4cc75bc3cbe504d817818d5fd Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Thu, 11 Mar 2021 17:48:38 -0600 Subject: [PATCH 4/4] update symengine version --- symengine_version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symengine_version.txt b/symengine_version.txt index 1ed3c68e5..db498286c 100644 --- a/symengine_version.txt +++ b/symengine_version.txt @@ -1 +1 @@ -11bdb9bfb60d33d8bf48d4e81e9743fe732d9155 +eb62270ce920c0118109b01b3702e0e503f39994