Releases: libsemigroups/libsemigroups_pybind11
0.10.1
0.10.0
This is a minor release adding some new functionality from libsemigroups
:
- ukkonen: add support for Ukkonen + helpers by @james-d-mitchell in #132
- present: add further manip. funcs by @james-d-mitchell in #136
0.9.2
This is a minor release fixing some issues in the last release, namely:
- tests: add libsemigroups v2.6.2 special case by @james-d-mitchell in #133
- knuth-bendix: fix
helper to_latin1
again by @james-d-mitchell in #134
0.9.1
This is a minor release with some minor improvements:
- stephen: make
accepts/is_left_factor
call more robust by @james-d-mitchell in #129 - tests: add libsemigroups v2.7.0 special case by @james-d-mitchell in #130
Full Changelog: v0.9.0...v0.9.1
0.9.0
This is a minor release including two changes and some minor improvements to the doc:
- Improve
ActionDigraph
colours by @MTWhyte in #125 - Add support for
ActionDigraph::cbegin/cend_pstilo
by @james-d-mitchell in #127
0.8.0
This is a minor version that adds all the features from the namespace libsemigroups::presentation
to the package, these are:
add_zero_rules
are_rules_sorted
change_alphabet
letter
andcharacter
first_unused_letter
greedy_reduce_length
longest_rule
,shortest_rule
,longest_rule_length
, and
shortest_rule_length
make_semigroup
0.7.3
This is a minor version with some improvements and adjustments for forthcoming changes in libsemigroups
.
0.7.2
This is a minor change related to some forthcoming changes in libsemigroups
.
0.7.1
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
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
.
- Add functionality for the presentation helper
replace_word
by @MTWhyte in #84 - Out neighbours for action digraphs by @james-d-mitchell in #91
- Add functionality for the
fpsemi-examples
presentations by @MTWhyte in #85 - Stephen by @james-d-mitchell in #93