Skip to content

v2.71

Compare
Choose a tag to compare
@kpedro88 kpedro88 released this 03 Feb 18:20
· 715 commits to master since this release

This version includes the reorganization of various helper functions into two new namespaces, KMath for math functions and KText for text processing functions. The math functions were previously member functions of KBuilder and the text functions were previously member functions of KParser, but their use cases are more general, so separate helper namespaces make more sense.