Skip to content

Commit e7fb847

Browse files
Update version numbers etc for v1.4.3
1 parent 0ae3614 commit e7fb847

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ abstract: >-
4141
A Python package that wraps the functionality of the C++
4242
library libsemigroups.
4343
license: GPL-3.0+
44-
version: 1.4.2
45-
date-released: "2026-03-20"
44+
version: 1.4.3
45+
date-released: "2026-04-16"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ presented, semigroups and monoids. The main algorithms implemented in
5757
[Efficient Testing of Equivalence of Words in a Free Idempotent Semigroup]: https://link.springer.com/chapter/10.1007/978-3-642-11266-9_55
5858
[Applications of automata theory to presentations of monoids and inverse monoids]: https://digitalcommons.unl.edu/dissertations/AAI8803771/
5959
[Todd-Coxeter algorithm]: https://en.wikipedia.org/wiki/Todd%E2%80%93Coxeter_algorithm
60-
[The Todd-Coxeter algorithm for semigroups and monoids]: https://doi.org/10.1007/s00233-024-1.4.2-z
60+
[The Todd-Coxeter algorithm for semigroups and monoids]: https://doi.org/10.1007/s00233-024-10431-z
6161
[Schreier-Sims algorithm]: https://en.wikipedia.org/wiki/Schreier%E2%80%93Sims_algorithm
6262
[Expository Slides]: https://www.irif.fr/~jep/PDF/Exposes/StAndrews.pdf
6363
[Semigroupe 2.01]: https://www.irif.fr/~jep/Logiciels/Semigroupe2.0/semigroupe2.html
@@ -150,10 +150,10 @@ uv pip install .
150150
To build `libsemigroups_pybind11` from a release archive:
151151

152152
```console
153-
curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4.2.tar.gz
154-
tar -xf libsemigroups_pybind11-1.4.2.tar.gz
155-
rm -f libsemigroups_pybind11-1.4.2.tar.gz
156-
cd libsemigroups_pybind11-1.4.2
153+
curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4.3.tar.gz
154+
tar -xf libsemigroups_pybind11-1.4.3.tar.gz
155+
rm -f libsemigroups_pybind11-1.4.3.tar.gz
156+
cd libsemigroups_pybind11-1.4.3
157157
pip install .
158158
```
159159

docs/source/changelog-v1.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
Changelog - version 1
99
=====================
1010

11+
v1.4.3 (released 16/04/2026)
12+
----------------------------
13+
14+
This a minor release which includes the latest version of libsemigroups_
15+
(v3.5.5), which contains a number of bugfixes, this lead to some corrections to
16+
the doc code examples also.
17+
1118
v1.4.2 (released 20/03/2026)
1219
----------------------------
1320

docs/source/install.rst

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.4.2.tar.gz
105-
$ tar -xf libsemigroups_pybind11-1.4.2.tar.gz
106-
$ rm -f libsemigroups_pybind11-1.4.2.tar.gz
107-
$ cd libsemigroups_pybind11-1.4.2
104+
$ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4.3.tar.gz
105+
$ tar -xf libsemigroups_pybind11-1.4.3.tar.gz
106+
$ rm -f libsemigroups_pybind11-1.4.3.tar.gz
107+
$ cd libsemigroups_pybind11-1.4.3
108108
$ pip install .
109109

110110
Building the documentation

0 commit comments

Comments
 (0)