Skip to content

Releases: precice/aste

ASTE version v3.2.0

01 Aug 07:06
1d07437
Compare
Choose a tag to compare

We are excited to announce the release of ASTE version v3.2.0!

This release is primarily a small convenience update. It focuses on enhancing our support for VTK 9 and refining our CI. While the known issue with the VTK (Ubuntu) package persists (see release notes of v3.1.0), we collected documentation to help you building VTK from source yourself.

Stay tuned for more updates! 🙌

Automatically generated release notes:

What's Changed

Full Changelog: v3.1.0...v3.2.0

ASTE version v3.1.0

22 Mar 10:29
765f405
Compare
Choose a tag to compare

This is the first release to (only) support preCICE v3. However, we've identified a hiccup along the way: a known issue tied to VTK and one of its dependencies within Ubuntu 22.04. This particular challenge limits ASTE's functionality for specific uses.

🔧 But worry not! 🔧

We're on top of it and committed to smoothing out this wrinkle. Stay tuned for further instructions on how to navigate around this obstacle and make the most out of ASTE.

Thank you for joining us, support and feedback through our community channels are highly welcome. 🌟

Automatically generated release notes:

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

ASTE version v3.0.0

05 Oct 13:12
9e7b31c
Compare
Choose a tag to compare

Dear preCICE community,

We are happy to announce a new release of our artificial solver testing environment ASTE. It's been a while since the last release and a lot of things have changed. The main points are:

  • ASTE has fully been ported to the VTK library and its format such that no custom data structures are used.
  • The user-interface has now been unified as good as possible for the main cpp core (precice-aste-run) as well as the variety of python tools.
  • We have created a dedicated ASTE documentation page on our website.
  • We have created a dedicated ASTE tutorial in our tutorial repository (you can find toy example cases in the example directory as well).
  • ASTE supports a so called replay-mode in order to emulate participants in a coupled simulation.
  • ASTE supports new mapping variants implemented in preCICE: nearest-neighbor-gradient and linear-cell interpolation, which includes support for processing tetrahedra as well as gradient data.

With this major revision, we hope to improve the usability of ASTE a lot. If you have still suggestions on how to improve the user experience do not hesitate to let us know.

Most of the changes have been implemented by @kursatyurt , @boris-martin, @ariguiba and further preCICE team members (@davidscn and @fsimonis), thanks a lot.