Skip to content

Commit a4b7402

Browse files
rebuilding site Wed 25 Feb 2026 16:11:09 GMT
1 parent 099e010 commit a4b7402

149 files changed

Lines changed: 697 additions & 316 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_sources/changelog-v1.rst.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2025, J. D. Mitchell
2+
Copyright (c) 2025-2026, J. D. Mitchell
33
44
Distributed under the terms of the GPL license version 3.
55

@@ -8,6 +8,16 @@
88
Changelog - version 1
99
=====================
1010

11+
v1.4.0 (released 25/02/2026)
12+
----------------------------
13+
14+
This is a minor release including some improvements and new features:
15+
16+
* Update to libsemigroups v3.5.0 and add the new features it contains.
17+
* transf: future proof ``__getitem__`` by @james-d-mitchell in https://github.com/libsemigroups/libsemigroups_pybind11/pull/382
18+
* todd-coxeter: update for changes in libsemigroups by @james-d-mitchell in https://github.com/libsemigroups/libsemigroups_pybind11/pull/388
19+
20+
1121
v1.3.0 (released 18/01/2026)
1222
----------------------------
1323

_sources/install.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ To build ``libsemigroups_pybind11`` from a release archive:
101101
102102
::
103103

104-
$ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.3.0.tar.gz
105-
$ tar -xf libsemigroups_pybind11-1.3.0.tar.gz
106-
$ rm -f libsemigroups_pybind11-1.3.0.tar.gz
107-
$ cd libsemigroups_pybind11-1.3.0
104+
$ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4.0.tar.gz
105+
$ tar -xf libsemigroups_pybind11-1.4.0.tar.gz
106+
$ rm -f libsemigroups_pybind11-1.4.0.tar.gz
107+
$ cd libsemigroups_pybind11-1.4.0
108108
$ pip install .
109109

110110
Building the documentation

_sources/main-algorithms/todd-coxeter/class/modifiers.rst.txt

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
..
2-
Copyright (c) 2024 J. D. Mitchell
2+
Copyright (c) 2024-2026 J. D. Mitchell
33
44
Distributed under the terms of the GPL license version 3.
55

@@ -15,8 +15,45 @@ that can be used to modify the state of a :any:`ToddCoxeter` instance. In other
1515
words, for modifying the :any:`WordGraph` that is the output of the algorithm in
1616
a way that preserves it up to isomorphism.
1717

18+
Contents
19+
--------
20+
21+
.. autosummary::
22+
:signatures: short
23+
24+
ToddCoxeter.perform_lookahead
25+
ToddCoxeter.perform_lookahead_for
26+
ToddCoxeter.perform_lookahead_until
27+
ToddCoxeter.perform_lookbehind
28+
ToddCoxeter.perform_lookbehind_no_checks
29+
ToddCoxeter.perform_lookbehind_for
30+
ToddCoxeter.perform_lookbehind_for_no_checks
31+
ToddCoxeter.perform_lookbehind_until
32+
ToddCoxeter.perform_lookbehind_until_no_checks
33+
ToddCoxeter.shrink_to_fit
34+
ToddCoxeter.standardize
35+
36+
Full API
37+
--------
38+
1839
.. automethod:: ToddCoxeter.perform_lookahead
1940

41+
.. automethod:: ToddCoxeter.perform_lookahead_for
42+
43+
.. automethod:: ToddCoxeter.perform_lookahead_until
44+
45+
.. automethod:: ToddCoxeter.perform_lookbehind
46+
47+
.. automethod:: ToddCoxeter.perform_lookbehind_no_checks
48+
49+
.. automethod:: ToddCoxeter.perform_lookbehind_for
50+
51+
.. automethod:: ToddCoxeter.perform_lookbehind_for_no_checks
52+
53+
.. automethod:: ToddCoxeter.perform_lookbehind_until
54+
55+
.. automethod:: ToddCoxeter.perform_lookbehind_until_no_checks
56+
2057
.. automethod:: ToddCoxeter.shrink_to_fit
2158

2259
.. automethod:: ToddCoxeter.standardize

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '1.2.1.dev10+g639b6f649.d20260118',
2+
VERSION: '1.3.1.dev16+g02ba3dd93.d20260225',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

authors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Authors &mdash; libsemigroups_pybind11 1.2.1.dev10+g639b6f649.d20260118 documentation</title>
9+
<title>Authors &mdash; libsemigroups_pybind11 1.3.1.dev16+g02ba3dd93.d20260225 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="shortcut icon" href="_static/libsemigroups_pybind11_logo.svg"/>
1717
<script src="_static/jquery.js?v=5d32c60e"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="_static/documentation_options.js?v=3e33d115"></script>
19+
<script src="_static/documentation_options.js?v=34744ed2"></script>
2020
<script src="_static/doctools.js?v=9bcbadda"></script>
2121
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

biblio.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Bibliography &mdash; libsemigroups_pybind11 1.2.1.dev10+g639b6f649.d20260118 documentation</title>
9+
<title>Bibliography &mdash; libsemigroups_pybind11 1.3.1.dev16+g02ba3dd93.d20260225 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="shortcut icon" href="_static/libsemigroups_pybind11_logo.svg"/>
1717
<script src="_static/jquery.js?v=5d32c60e"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="_static/documentation_options.js?v=3e33d115"></script>
19+
<script src="_static/documentation_options.js?v=34744ed2"></script>
2020
<script src="_static/doctools.js?v=9bcbadda"></script>
2121
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

changelog-v0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Changelog - version 0 &mdash; libsemigroups_pybind11 1.2.1.dev10+g639b6f649.d20260118 documentation</title>
9+
<title>Changelog - version 0 &mdash; libsemigroups_pybind11 1.3.1.dev16+g02ba3dd93.d20260225 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="shortcut icon" href="_static/libsemigroups_pybind11_logo.svg"/>
1717
<script src="_static/jquery.js?v=5d32c60e"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="_static/documentation_options.js?v=3e33d115"></script>
19+
<script src="_static/documentation_options.js?v=34744ed2"></script>
2020
<script src="_static/doctools.js?v=9bcbadda"></script>
2121
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

changelog-v1.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Changelog - version 1 &mdash; libsemigroups_pybind11 1.2.1.dev10+g639b6f649.d20260118 documentation</title>
9+
<title>Changelog - version 1 &mdash; libsemigroups_pybind11 1.3.1.dev16+g02ba3dd93.d20260225 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="shortcut icon" href="_static/libsemigroups_pybind11_logo.svg"/>
1717
<script src="_static/jquery.js?v=5d32c60e"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="_static/documentation_options.js?v=3e33d115"></script>
19+
<script src="_static/documentation_options.js?v=34744ed2"></script>
2020
<script src="_static/doctools.js?v=9bcbadda"></script>
2121
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -115,6 +115,15 @@
115115

116116
<section id="changelog-version-1">
117117
<h1>Changelog - version 1<a class="headerlink" href="#changelog-version-1" title="Link to this heading"></a></h1>
118+
<section id="v1-4-0-released-25-02-2026">
119+
<h2>v1.4.0 (released 25/02/2026)<a class="headerlink" href="#v1-4-0-released-25-02-2026" title="Link to this heading"></a></h2>
120+
<p>This is a minor release including some improvements and new features:</p>
121+
<ul class="simple">
122+
<li><p>Update to libsemigroups v3.5.0 and add the new features it contains.</p></li>
123+
<li><p>transf: future proof <code class="docutils literal notranslate"><span class="pre">__getitem__</span></code> by &#64;james-d-mitchell in <a class="reference external" href="https://github.com/libsemigroups/libsemigroups_pybind11/pull/382">https://github.com/libsemigroups/libsemigroups_pybind11/pull/382</a></p></li>
124+
<li><p>todd-coxeter: update for changes in libsemigroups by &#64;james-d-mitchell in <a class="reference external" href="https://github.com/libsemigroups/libsemigroups_pybind11/pull/388">https://github.com/libsemigroups/libsemigroups_pybind11/pull/388</a></p></li>
125+
</ul>
126+
</section>
118127
<section id="v1-3-0-released-18-01-2026">
119128
<h2>v1.3.0 (released 18/01/2026)<a class="headerlink" href="#v1-3-0-released-18-01-2026" title="Link to this heading"></a></h2>
120129
<ul class="simple">

data-structures/adapters/imageleftaction.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>The ImageLeftAction class &mdash; libsemigroups_pybind11 1.2.1.dev10+g639b6f649.d20260118 documentation</title>
9+
<title>The ImageLeftAction class &mdash; libsemigroups_pybind11 1.3.1.dev16+g02ba3dd93.d20260225 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="shortcut icon" href="../../_static/libsemigroups_pybind11_logo.svg"/>
1717
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1818
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="../../_static/documentation_options.js?v=3e33d115"></script>
19+
<script src="../../_static/documentation_options.js?v=34744ed2"></script>
2020
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2121
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>

data-structures/adapters/imagerightaction.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>The ImageRightAction class &mdash; libsemigroups_pybind11 1.2.1.dev10+g639b6f649.d20260118 documentation</title>
9+
<title>The ImageRightAction class &mdash; libsemigroups_pybind11 1.3.1.dev16+g02ba3dd93.d20260225 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="shortcut icon" href="../../_static/libsemigroups_pybind11_logo.svg"/>
1717
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1818
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="../../_static/documentation_options.js?v=3e33d115"></script>
19+
<script src="../../_static/documentation_options.js?v=34744ed2"></script>
2020
<script src="../../_static/doctools.js?v=9bcbadda"></script>
2121
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>

0 commit comments

Comments
 (0)