File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ their automorphism group in a Python programming environment. Pynauty
7
7
is a Python/C extension module using library components from the
8
8
[ Nauty] ( https://pallini.di.uniroma1.it/ ) package by Brendan McKay.
9
9
10
- #### Current version is ** 1.1.0 ** built with ` nauty27r3 ` .
10
+ Current version is distributed and has been tested with ` nauty27r3 ` .
11
11
12
12
## Usage
13
13
@@ -128,7 +128,7 @@ You can download the source distribution form
128
128
pip download --no-binary pynauty pynauty
129
129
```
130
130
131
- Please note, the source distribution also contains Nauty27r1 's source.
131
+ Please note, the source distribution also contains Nauty27r3 's source.
132
132
133
133
#### Build, test, install
134
134
Original file line number Diff line number Diff line change
1
+ Changes in version 1.1.1 + nauty27r3
2
+
3
+ - Added the missing nauty source to the package uploaded to PyPi.
4
+
1
5
Changes in version 1.1.0 + nauty27r3
2
6
3
7
- Frank Bryce fixed the issue of accepting multigraphs but then silently
Original file line number Diff line number Diff line change 34
34
_nauty_version = 'nauty27r3'
35
35
_nauty_dir = _nauty_version # relative to src/
36
36
37
- _pynauty_version = '1.1.0 '
37
+ _pynauty_version = '1.1.1 '
38
38
__version__ = _pynauty_version
39
39
__Version__ = _pynauty_version + ' + ' + _nauty_version
40
40
You can’t perform that action at this time.
0 commit comments