File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 1
- # libsemigroups_pybind11 - Version 0.9.2
1
+ # libsemigroups_pybind11 - Version 0.10.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.9.2 .tar.gz
86
- tar -xf libsemigroups_pybind11-0.9.2 .tar.gz
87
- rm -f libsemigroups_pybind11-0.9.2 .tar.gz
88
- cd libsemigroups_pybind11-0.9.2
85
+ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.10.0 .tar.gz
86
+ tar -xf libsemigroups_pybind11-0.10.0 .tar.gz
87
+ rm -f libsemigroups_pybind11-0.10.0 .tar.gz
88
+ cd libsemigroups_pybind11-0.10.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.10.0 (released 23/03/2023)
11
+ -----------------------------
12
+
13
+ This is a minor release adding some new functionality from ``libsemigroups ``:
14
+
15
+ * ukkonen: add support for ``Ukkonen `` + helpers by @james-d-mitchell in
16
+ https://github.com/libsemigroups/libsemigroups_pybind11/pull/132
17
+ * present: add further manip. funcs by @james-d-mitchell in
18
+ https://github.com/libsemigroups/libsemigroups_pybind11/pull/136
19
+
10
20
v0.9.2 (released 22/03/2023)
11
21
----------------------------
12
22
Original file line number Diff line number Diff line change 27
27
project = u"libsemigroups_pybind11"
28
28
copyright = u"2021-2023, J. D. Mitchell + Maria Tsalakou"
29
29
author = u"J. D. Mitchell + Maria Tsalakou"
30
- version = u"0.9.2 "
31
- release = u"0.9.2 "
30
+ version = u"0.10.0 "
31
+ release = u"0.10.0 "
32
32
language = "python"
33
33
exclude_patterns = ["_build" ]
34
34
pygments_style = "sphinx"
Original file line number Diff line number Diff line change 1
- libsemigroups_pybind11 - Version 0.9.2
2
- ======================================
1
+ libsemigroups_pybind11 - Version 0.10.0
2
+ =======================================
3
3
4
4
python bindings for the C++ library libsemigroups
5
5
-------------------------------------------------
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.9.2
7
+ .. |libsemigroups-pybind11-version | replace :: 0.10.0
8
8
9
9
Installation
10
10
============
Original file line number Diff line number Diff line change 29
29
compare_version_numbers ,
30
30
)
31
31
32
- __version__ = "0.9.2 "
32
+ __version__ = "0.10.0 "
33
33
34
34
pprint (os .environ )
35
35
You can’t perform that action at this time.
0 commit comments