Skip to content

Releases: libsemigroups/libsemigroups_pybind11

0.7.1

11 Jan 10:00
Compare
Choose a tag to compare

This is a very minor release updating the required versions of some dependencies to permit the libsemigroups_pybind11 wheel to be built with python 3.11, and to adapt for some recent changes in libsemigroups.

0.7.0

15 Dec 16:41
Compare
Choose a tag to compare

This release contains a number of improvements and fixes, and adds support for the library of finite semigroup and monoid presentations in libsemigroups and the Stephen class from libsemigroups.

0.6.0

02 Dec 09:14
Compare
Choose a tag to compare

This release contains a number of improvements and fixes, and adds support for the Konieczny class from libsemigroups.

0.5.0

16 Nov 09:31
Compare
Choose a tag to compare

This is a minor release adding support for the libsemigroups class Kambites for computing small overlap monoids.

0.4.3

09 Nov 09:23
Compare
Choose a tag to compare

This is a very minor release which contains no functional changes, or bugfixes, but exists to allow zenodo.org to pick up the release and generate a doi for the package.

0.4.2

28 Oct 14:11
Compare
Choose a tag to compare

Update for version 2.3.2 of libsemigroups which contains some bugfixes.

0.4.1

11 Oct 08:36
Compare
Choose a tag to compare

This release is a minor update for version 2.3.1 of libsemigroups which contains some bugfixes in the Sims1 class, the Presentation class and its helper functions.

0.4.0

04 Oct 08:54
Compare
Choose a tag to compare

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).

0.3.0

29 Sep 08:22
Compare
Choose a tag to compare

This is a minor release adding support for the libsemigroups class Sims1 for computing low index congruences, and some further minor changes to the Presentation class.

0.2.2

16 Sep 18:44
Compare
Choose a tag to compare

A very minor release to futureproof some tests against new versions of libsemigroups.