Skip to content

0.4.0

Choose a tag to compare

@james-d-mitchell james-d-mitchell released this 04 Oct 08:54
· 684 commits to main since this release

This is a minor release with a couple of new features added:

  • libsemigroups constants POSITIVE_INFINITY, NEGATIVE_INFINITY, and UNDEFINED are properly supported;
  • libsemigroups::matrix_helper::pow is added as a method for __pow__ for some types of matrices (those not defined over a runtime semiring);
    and some minor improvements (the tests now use pytest exclusively).