File tree Expand file tree Collapse file tree 7 files changed +27
-10
lines changed Expand file tree Collapse file tree 7 files changed +27
-10
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ James Mitchell <jdm3@st-andrews.ac.uk> James Mitchell <james-d-mitchell@users.no
2
2
Chinmaya Nagpal <chinmaya1011@gmail.com> Chinmaya Nagpal <cn69@st-andrews.ac.uk>
3
3
Chinmaya Nagpal <chinmaya1011@gmail.com> chinmaya1011 <36993291+chinmaya1011@users.noreply.github.com>
4
4
Maria Tsalakou <mt200@st-andrews.ac.uk> Maria Tsalakou <55688065+mariatsalakou@users.noreply.github.com>
5
+ Murray Whyte <mw231@st-andrews.ac.uk> Murray Whyte <42549861+MTWhyte@users.noreply.github.com>
Original file line number Diff line number Diff line change 1
- # libsemigroups_pybind11 - Version 0.6 .0
1
+ # libsemigroups_pybind11 - Version 0.7 .0
2
2
3
3
## python bindings for the C++ library libsemigroups
4
4
@@ -82,10 +82,10 @@ Assuming that you have `libsemigroups` installed you can install
82
82
83
83
To build ` libsemigroups_pybind11 ` from a release archive:
84
84
85
- curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.6 .0.tar.gz
86
- tar -xf libsemigroups_pybind11-0.6 .0.tar.gz
87
- rm -f libsemigroups_pybind11-0.6 .0.tar.gz
88
- cd libsemigroups_pybind11-0.6 .0
85
+ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.7 .0.tar.gz
86
+ tar -xf libsemigroups_pybind11-0.7 .0.tar.gz
87
+ rm -f libsemigroups_pybind11-0.7 .0.tar.gz
88
+ cd libsemigroups_pybind11-0.7 .0
89
89
pip install .
90
90
91
91
## Building the documentation
Original file line number Diff line number Diff line change 7
7
Changelog
8
8
=========
9
9
10
+ v0.7.0 (released 15/12/2022)
11
+ ----------------------------
12
+
13
+ This release contains a number of improvements and fixes, and adds support for
14
+ the library of finite semigroup and monoid presentations in ``libsemigroups ``
15
+ and the ``Stephen `` class from ``libsemigroups ``.
16
+
17
+ * Add functionality for the presentation helper `replace_word ` by @MTWhyte in
18
+ https://github.com/libsemigroups/libsemigroups_pybind11/pull/84
19
+ * Out neighbours for action digraphs by @james-d-mitchell in
20
+ https://github.com/libsemigroups/libsemigroups_pybind11/pull/91
21
+ * Add functionality for the `fpsemi-examples ` presentations by @MTWhyte in
22
+ https://github.com/libsemigroups/libsemigroups_pybind11/pull/85
23
+ * Stephen by @james-d-mitchell in
24
+ https://github.com/libsemigroups/libsemigroups_pybind11/pull/93
25
+
10
26
v0.6.0 (released 02/12/2022)
11
27
----------------------------
12
28
Original file line number Diff line number Diff line change 26
26
project = u"libsemigroups_pybind11"
27
27
copyright = u"2021-2022, J. D. Mitchell + Maria Tsalakou"
28
28
author = u"J. D. Mitchell + Maria Tsalakou"
29
- version = u"0.6 .0"
30
- release = u"0.6 .0"
29
+ version = u"0.7 .0"
30
+ release = u"0.7 .0"
31
31
language = "python"
32
32
exclude_patterns = ["_build" ]
33
33
pygments_style = "sphinx"
Original file line number Diff line number Diff line change 1
- libsemigroups_pybind11 - Version 0.6 .0
1
+ libsemigroups_pybind11 - Version 0.7 .0
2
2
======================================
3
3
4
4
python bindings for the C++ library libsemigroups
Original file line number Diff line number Diff line change 4
4
5
5
The full license is in the file LICENSE, distributed with this software.
6
6
7
- .. |libsemigroups-pybind11-version | replace :: 0.6 .0
7
+ .. |libsemigroups-pybind11-version | replace :: 0.7 .0
8
8
9
9
Installation
10
10
============
Original file line number Diff line number Diff line change 29
29
minimum_libsemigroups_version ,
30
30
)
31
31
32
- __version__ = "0.6 .0"
32
+ __version__ = "0.7 .0"
33
33
34
34
35
35
def compare_version_numbers (supplied , required ):
You can’t perform that action at this time.
0 commit comments