Changelog¶
The authoritative, up-to-date changelog is maintained in CHANGELOG.md at the repository root. A summary of releases follows.
1.1.0¶
Portable SIMD-accelerated GEMM kernels with an optional xsimd backend.
User-tunable unroll thresholds (
TMECH_MAX_TREE_NODES_UNROLL,TMECH_MAX_LOOP_UNROLL_SIZE).Modernized CMake package (
tmech::tmechtarget,find_packagesupport).Multi-platform CI, benchmark suite, and community/contribution files.
Documentation corrected to state the BSD 3-Clause license consistently.
1.0.0¶
Initial public release: expression-template tensor algebra, tensor products and contractions, inverse/determinant/trace/exponential, polar/eigenvalue/ spectral decompositions, isotropic tensor functions, the
symdiffcompile-time differentiation module, and Abaqus adaptors.