File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ v0.4.0 (released 04/10/2022)
11
11
----------------------------
12
12
13
13
This is a minor release with a couple of new features added:
14
+
14
15
* ``libsemigroups `` constants ``POSITIVE_INFINITY ``, ``NEGATIVE_INFINITY ``, and
15
16
``UNDEFINED `` are properly supported;
16
17
* ``libsemigroups::matrix_helper::pow `` is added as a method for ``__pow__ ``
17
18
for some types of matrices (those not defined over a runtime semiring);
19
+
18
20
and some minor improvements (the tests now use ``pytest `` exclusively).
19
21
20
22
v0.3.0 (released 29/09/2022)
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
3
4
+ if ! [[ -d " gh-pages" ]] ; then
5
+ echo -e " Error, the \" gh-pages\" directory is not present:"
6
+ echo -e " git clone --branch=gh-pages git@github.com:libsemigroups/libsemigroups_pybind11.git gh-pages"
7
+ exit 1
8
+ fi
9
+
4
10
printf " \033[0;32mDeploying updates to GitHub...\033[0m\n"
5
11
6
12
make clean-doc # to remove old doc files
You can’t perform that action at this time.
0 commit comments