This repository was archived by the owner on Dec 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +25
-6
lines changed Expand file tree Collapse file tree 4 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Requirements
13
13
------------
14
14
15
15
* numpy
16
- * NetworkX
17
- * Python 2.7 or Python 3.3 +
16
+ * NetworkX 2.0+
17
+ * Python 2.7 or Python 3.5 +
18
18
19
19
Installation
20
20
------------
@@ -42,7 +42,7 @@ and submit an issue if you have any problems or questions.
42
42
Legal Mumbo Jumbo
43
43
-----------------
44
44
45
- Copyright (C) 2014 `Gregory Taylor `_
45
+ Copyright (C) 2018 `Gregory Taylor `_
46
46
47
47
This software is licensed under the BSD License.
48
48
Original file line number Diff line number Diff line change 1
- VERSION = '2.2 .0'
1
+ VERSION = '3.0 .0'
Original file line number Diff line number Diff line change 57
57
# built documents.
58
58
#
59
59
# The short X.Y version.
60
- version = '2.2 '
60
+ version = '3.0 '
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '2.2 .0'
62
+ release = '3.0 .0'
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 5
5
Release Notes
6
6
=============
7
7
8
+ 3.0.0
9
+ -----
10
+
11
+ Features
12
+ ^^^^^^^^
13
+
14
+ * Python 3.5 and 3.6 are now supported.
15
+
16
+ Backwards-Incompatible Changes
17
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18
+
19
+ * Python 3.3 and 3.4 are no longer supported.
20
+ * networkx>=2.0 is now required.
21
+
22
+ Bug Fixes
23
+ ^^^^^^^^^
24
+
25
+ * Add NodeNotFound to GraphConversionManager.get_conversion_path().
26
+
8
27
2.2.0
9
28
-----
10
29
You can’t perform that action at this time.
0 commit comments