Skip to content

MP-Test 7.1

Compare
Choose a tag to compare
@rdzman rdzman released this 08 Oct 15:35
· 36 commits to master since this release

What's New in MP-Test 7.1

Released Oct 8, 2020

Below is a summary of the changes since version 7.0 of MP-Test. See the
CHANGES.md file for all the gory details.

New Features:

  • New function have_feature() to detect availability and version
    information for optional functionality. This is a modular, extensible
    replacement for have_fcn(), from MATPOWER and MP-Opt-Model.
    The detection of a feature named <tag> is implemented by the
    function have_feature_<tag>(). Includes feature detection functions
    for 'matlab' and 'octave'.

Other Changes:

  • Expanded documentation in README.md.
  • Improve handling of complex quantities in t_is(). Now displays
    differences in imaginary parts as well when there is a mismatch.
    Previously, it would show only the real parts which could be identical.
  • Add mptestver() defining explicit version number.
  • Switch from Travis-CI to GitHub workflows for continuous integration
    testing.