File tree Expand file tree Collapse file tree 7 files changed +21
-8
lines changed Expand file tree Collapse file tree 7 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
- libsemigroups\_ pybind11 - Version 0.0.0
1
+ libsemigroups\_ pybind11 - Version 0.1.1
2
2
=======================================
3
3
4
- ` libsemigroups_pybind11 ` is python package for the [ libsemigroups] ( https://libsemigroups.readthedocs.io/en/latest/ ) C++ library.
4
+ ` libsemigroups_pybind11 ` is python package for the
5
+ [ libsemigroups] ( https://libsemigroups.readthedocs.io/en/latest/ ) C++ library.
5
6
6
7
Installation
7
8
------------
Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ Contributors
22
22
- `N. Thiery `_ helped the authors understand the ecosystem for integrating C++
23
23
code into python, and to some preliminary versions of the python bindings for
24
24
``libsemigroups `` using cython, and cppyy.
25
+ - Chinmaya Nagpal resolved some issues with the packaging.
25
26
26
27
.. _N. Thiery : http://nicolas.thiery.name/
Original file line number Diff line number Diff line change 7
7
Changelog
8
8
=========
9
9
10
+ v0.1.1 (released 08/10/2021)
11
+ ----------------------------
12
+
13
+ An exceedinly minor release to resolve an issue in the previous release.
14
+
15
+ v0.1.0 (released 08/10/2021)
16
+ ----------------------------
17
+
18
+ Some minor issues were resolved and the function ``follow_path `` was added for
19
+ ``ActionDigraphs ``.
20
+
10
21
v0.0.0 (released 24/09/2021)
11
22
----------------------------
12
23
Original file line number Diff line number Diff line change 25
25
source_suffix = ".rst"
26
26
master_doc = "index"
27
27
project = u"libsemigroups_pybind11"
28
- copyright = u"2021, J. D. Mitchell"
28
+ copyright = u"2021, J. D. Mitchell + Maria Tsalakou "
29
29
author = u"J. D. Mitchell"
30
- version = u"0.0.0 "
31
- release = u"0.0.0 "
30
+ version = u"0.1.1 "
31
+ release = u"0.1.1 "
32
32
language = None
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.0.0
1
+ libsemigroups_pybind11 - Version 0.1.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.0.0
7
+ .. |libsemigroups-pybind11-version | replace :: 0.1.1
8
8
9
9
Installation
10
10
============
Original file line number Diff line number Diff line change 21
21
from pybind11 .setup_helpers import Pybind11Extension , build_ext
22
22
from setuptools import setup , find_packages
23
23
24
- __version__ = "0.0.0 "
24
+ __version__ = "0.1.1 "
25
25
26
26
27
27
def minimum_libsemigroups_version ():
You can’t perform that action at this time.
0 commit comments