File tree Expand file tree Collapse file tree 4 files changed +21
-11
lines changed
Expand file tree Collapse file tree 4 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ abstract: >-
4141 A Python package that wraps the functionality of the C++
4242 library libsemigroups.
4343license : GPL-3.0+
44- version : 1.3 .0
45- date-released : " 2026-01-18 "
44+ version : 1.4 .0
45+ date-released : " 2026-02-25 "
Original file line number Diff line number Diff line change @@ -150,10 +150,10 @@ uv pip install .
150150To 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.3 .0.tar.gz
154- tar -xf libsemigroups_pybind11-1.3 .0.tar.gz
155- rm -f libsemigroups_pybind11-1.3 .0.tar.gz
156- cd libsemigroups_pybind11-1.3 .0
153+ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4 .0.tar.gz
154+ tar -xf libsemigroups_pybind11-1.4 .0.tar.gz
155+ rm -f libsemigroups_pybind11-1.4 .0.tar.gz
156+ cd libsemigroups_pybind11-1.4 .0
157157pip install .
158158```
159159
Original file line number Diff line number Diff line change 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
88Changelog - 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+
1121v1.3.0 (released 18/01/2026)
1222----------------------------
1323
Original file line number Diff line number Diff 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
110110Building the documentation
You can’t perform that action at this time.
0 commit comments