What's New in MP-Test 8.1
Released July 5, 2025
Below is a summary of the changes since version 8.0 of MP-Test. See the
CHANGES.md file for all the gory details.
New Features:
- Two new functions to assist with code for debugging:
assert_debug()-- callsassert()ifDEBUG_MODEis ontoggle_debug_mode()-- set/toggles whetherDEBUG_MODEis on
Changes:
- Enhance
t_is()to handleInfvalues appropriately.