# # ChangeLog for python # # Generated by Trac 1.6 # Jan 3, 2026, 4:19:53 AM Wed, 19 May 2021 19:06:29 GMT Frederik Heber [7ca7d5d] * python/Makefile.am (modified) * src/Python/Makefile.am (modified) Adding NUMPY cppflags, ldflags, and libs. Wed, 19 May 2021 19:06:29 GMT Frederik Heber [6b7765] * python/Makefile.am (modified) * src/Python/Makefile.am (modified) * src/Python/capture_c_contextmanager.py (added) * src/Python/helper_c_capture.cpp (added) Added small lib to capture stdout and stderr in jupyter. - we need ... Thu, 25 Jun 2020 20:26:37 GMT Frederik Heber [1ca493a] * configure.ac (modified) * m4/ax_python.m4 (deleted) * m4/boost.m4 (modified) * python/Makefile.am (modified) * src/Makefile.am (modified) * src/Python/Makefile.am (modified) * src/Python/PythonScripting.cpp (modified) Allowing python3 usage. - Init function name changes on python2/3. ... Wed, 15 Mar 2017 08:45:32 GMT Frederik Heber [86f27c] * python/Makefile.am (modified) * python/cleanUp.cpp (added) DISTFIX: deps for cleanUp.cpp was removed in both src and python ... Thu, 09 Mar 2017 22:16:01 GMT Frederik Heber [7672284] * Makefile.am (modified) * configure.ac (modified) * python/Makefile.am (added) * src/Makefile.am (modified) * tests/Python/run.in (modified) * tests/regression/runpython.in (modified) FIX: install target now works with multiple threads. - the problem ...