heyoka 0.18.0 #259
bluescarni
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This new version of heyoka comes with a big new feature and several fixes.
Automatic parallelisation 🚀
heyoka is now capable of automatically performing multithreaded fine-grained parallelisation within an individual integration step. Parallel mode is easily enabled, and it can lead to substantial speed-ups, especially for large ODE systems and/or extended precision computations.
A tutorial exploring this new feature is available here:
https://bluescarni.github.io/heyoka/tut_parallel_mode.html
Astrodynamics 🪐
NaN
in case of invalid input arguments (e.g., non-finite arguments, non-elliptic eccentricity) or if numerical root finding exceeds the maximum number of iterations.Fixes 🐞
propagate_grid()
were identified and fixed.The full changelog, as usual, is available here:
https://bluescarni.github.io/heyoka/changelog.html
This discussion was created from the release heyoka 0.18.0.
Beta Was this translation helpful? Give feedback.
All reactions