You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@ is allowed.
13
13
A few examples corresponding to the cases considered in the aforementioned paper
14
14
are also included.
15
15
16
+
The code was written ant tested for:
17
+
* Python 3.5
18
+
* numpy 1.12.1
19
+
* scipy 0.19.0
20
+
* matplotlib 2.0.2
21
+
22
+
Whilst it should work fine with older versions as well, plotting code including in the example scripts may not execute owing to changes in color definition in matplotlib. This does not compromise the core functionality of the package.
0 commit comments