heyoka.py 7.8.0
This latest heyoka.py release focuses on implementing thread safety for compiled functions and related classes. Specifically, it is now safe to use the same cfunc object concurrently from different threads of execution. The same holds for the SGP4 propagators.
As a further small feature addition, it is now possible to pass the optional batch_parallel boolean flag to the call operator of a cfunc to explicitly enable/disable multithreaded parallelism during batched evaluations.
The full changelog, as usual, is available here: