File tree 6 files changed +18
-11
lines changed
6 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
- # libsemigroups_pybind11 - Version 0.4.0
1
+ # libsemigroups_pybind11 - Version 0.4.1
2
2
3
3
## python bindings for the C++ library libsemigroups
4
4
@@ -80,10 +80,10 @@ Assuming that you have `libsemigroups` installed you can install
80
80
81
81
To build ` libsemigroups_pybind11 ` from a release archive:
82
82
83
- curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.4.0 .tar.gz
84
- tar -xf libsemigroups_pybind11-0.4.0 .tar.gz
85
- rm -f libsemigroups_pybind11-0.4.0 .tar.gz
86
- cd libsemigroups_pybind11-0.4.0
83
+ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.4.1 .tar.gz
84
+ tar -xf libsemigroups_pybind11-0.4.1 .tar.gz
85
+ rm -f libsemigroups_pybind11-0.4.1 .tar.gz
86
+ cd libsemigroups_pybind11-0.4.1
87
87
pip install .
88
88
89
89
## Building the documentation
Original file line number Diff line number Diff line change 7
7
Changelog
8
8
=========
9
9
10
+ v0.4.1 (released 11/10/2022)
11
+ ----------------------------
12
+
13
+ Update for version 2.3.1 of ``libsemigroups `` which contains some bugfixes in
14
+ the ``Sims1 `` class, the ``Presentation `` class and its helper functions.
15
+
16
+
10
17
v0.4.0 (released 04/10/2022)
11
18
----------------------------
12
19
Original file line number Diff line number Diff line change 25
25
master_doc = "index"
26
26
project = u"libsemigroups_pybind11"
27
27
copyright = u"2021-2022, J. D. Mitchell + Maria Tsalakou"
28
- author = u"J. D. Mitchell"
29
- version = u"0.4.0 "
30
- release = u"0.4.0 "
28
+ author = u"J. D. Mitchell + Maria Tsalakou "
29
+ version = u"0.4.1 "
30
+ release = u"0.4.1 "
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.4.0
1
+ libsemigroups_pybind11 - Version 0.4.1
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.4.0
7
+ .. |libsemigroups-pybind11-version | replace :: 0.4.1
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.4.0 "
32
+ __version__ = "0.4.1 "
33
33
34
34
35
35
def compare_version_numbers (supplied , required ):
You can’t perform that action at this time.
0 commit comments