heyoka.py 0.20.0 #110
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 heyoka.py release comes with a big new feature and several small fixes and additions.
Arbitrary-precision computations ➗
Taylor integrators shine in high-accuracy applications, and now, with heyoka.py, you can get as accurate as you want!
In addition to double and extended-precision computations, heyoka.py now also supports computations in arbitrary precision. In other words, you can perform numerical integrations with an arbitrarily high accuracy, limited in principle only by the available memory.
Arbitrary-precision computations require the heyoka C++ library to be built with support for the mp++ multiprecision library (see the heyoka installation instructions for more details). A tutorial illustrating how to set up numerical integrations in arbitrary precision is available in the documentation.
Fixes 🐞
real128
API.The full changelog, as usual, is available here:
https://bluescarni.github.io/heyoka.py/changelog.html
This discussion was created from the release heyoka.py 0.20.0.
Beta Was this translation helpful? Give feedback.
All reactions