Skip to content

v0.2.6

Compare
Choose a tag to compare
@reuterbal reuterbal released this 26 Jul 13:09
· 597 commits to main since this release
190bdfa

This is a minor release with a number of housekeeping changes and some new features.

What's new

  • We had a dependency on the Pydantic 1.x releases until now, and this release adds support for Pydantic 2. The next release will require Pydantic 2. (#349)
  • The InlineTransformation allows now to inline statement functions (#345)
  • A new LoopUnrollTransformation allows to explicitly unroll pragma-annotated loops (#347)
  • Loki IR has now support for the FORALL statement and construct. However, this feature is only fully supported with the Fparser2 frontend (#210)
  • Cray pointers are now represented in the Loki IR as Intrinsic nodes (#342)
  • Python package installation works now correctly also from tarballs and other non-git versioned installation sources (#344)
  • The test base has been cleaned up: all regression tests use now publicly available source branches, and all tests should now create temporary files in test-local temporary directories to avoid littering the source tree (#335, #343)

All changes

New Contributors

Full Changelog: v0.2.5...v0.2.6