YAXT Version 0.11.5 available
Bugfix release
This release
- contains two fixes relevant for intersections using the optimized paths introduced in 0.11,
- fixes potentially problematic use of realloc now exhibit canonical behaviour: whenever an allocation of size 0 is created, NULL is returned and realloc with size 0 uses free instead,
- brings some improvements of the documentation,
- introduces multiple changes that affect the build system (mostly in terms of ergonomics),
- properly detects two failures in the nvfortran compiler and uses work-arounds regardless of compiler macro definitions,
- changes handling of failure cases to print a backtrace before terminating the program,
- improves compatibility with macOS.
It's recommended for all users of older 0.11 releases to upgrade to this version.
Comments