##################### Known bugs and issues ##################### Please see our `Issue tracker on GitHub `_ for a list of recent bugs and fixes. =================== Current bug reports =================== These `bug reports (on GitHub) `_ are currently unresolved. We hope to fix these in future releases. LSODE integrator is not thread-safe ----------------------------------- We have discovered that the current implementation of the LSODE integrator is not thread-safe for `OpenMP parallelization `_. When LSODE is called from within an OpenMP parallel loop, the integration will fail because key internal variables in LSODE will be overwritten by concurrent threads. ============================ Bugs that have been resolved ============================ These `bugs (reported on GitHub) `_ have been resolved.