88Changelog - version 1
99=====================
1010
11+ v1.4.2 (released 20/03/2026)
12+ ----------------------------
13+
14+ This a minor release which contains a number of minor improvements to the
15+ documentation, and some fixes to the return types of the ``ToddCoxeter ``
16+ methods related to lookahead and lookbehind.
17+
18+ * Todd coxeter rtypes by @james-d-mitchell in
19+ https://github.com/libsemigroups/libsemigroups_pybind11/pull/406
20+ * Doc fixes by @james-d-mitchell in
21+ https://github.com/libsemigroups/libsemigroups_pybind11/pull/407
22+
1123v1.4.1 (released 17/03/2026)
1224----------------------------
1325
@@ -20,15 +32,15 @@ v1.4.0 (released 25/02/2026)
2032
2133This is a minor release including some improvements and new features:
2234
23- * Update to libsemigroups v3.5.0 and add the new features it contains.
35+ * Update to libsemigroups _ v3.5.0 and add the new features it contains.
2436* transf: future proof ``__getitem__ `` by @james-d-mitchell in https://github.com/libsemigroups/libsemigroups_pybind11/pull/382
2537* todd-coxeter: update for changes in libsemigroups by @james-d-mitchell in https://github.com/libsemigroups/libsemigroups_pybind11/pull/388
2638
2739
2840v1.3.0 (released 18/01/2026)
2941----------------------------
3042
31- * Update to libsemigroups v3.4.0 and add features introduced there by
43+ * Update to libsemigroups _ v3.4.0 and add features introduced there by
3244 @james-d-mitchell in
3345 https://github.com/libsemigroups/libsemigroups_pybind11/pull/380
3446
@@ -82,7 +94,7 @@ version 3 of libsemigroups_. The extent of the changes made in this release
8294means that it is likely that any code written with earlier versions of
8395``libsemigroups_pybin11 `` will no longer work.
8496
85- The structure of ``libsemigroups_pybind11 `` is very tightly linked to the the
97+ The structure of ``libsemigroups_pybind11 `` is very tightly linked to the
8698structure of libsemigroups _. Therefore, some of the differences between
8799v0.10.1 and v1.0.0 of ``libsemigroups_pyind11 `` will be related to the
88100differences between v2 and v3 of libsemigroups _, such as changes to class names
0 commit comments