heyoka 0.20.0 #284
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 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, you can get as accurate as you want!
In addition to double and extended-precision computations, heyoka 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 heyoka to be built with support for the mp++ multiprecision library (see the installation instructions for more details). A tutorial illustrating how to set up numerical integrations in arbitrary precision is available in the documentation.
LLVM improvements 💻
heyoka now supports the recently-released LLVM 15.
In addition, options have been added in the build system to force static linking to LLVM and to hide LLVM symbols when linking statically. These two options can be activated to prevent potential symbol collisions when using heyoka in conjunction with other libraries that might link to LLVM versions different from the one in use by heyoka. See the installation instructions for more details.
Fixes 🐞
quadmath.h
(this could cause build issues with clang);propagate_*()
functions.The full changelog, as usual, is available here:
https://bluescarni.github.io/heyoka/changelog.html
This discussion was created from the release heyoka 0.20.0.
Beta Was this translation helpful? Give feedback.
All reactions