-
Notifications
You must be signed in to change notification settings - Fork 14
/
NEWS.txt
58 lines (33 loc) · 774 Bytes
/
NEWS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
News
====
0.2.6
-----
*Release date: 25-Mar-2018*
* Fix issue with handling of connections aliases.
* Fix issue with NetworkX 2.x new syntax (node and edge properties, drawing).
0.2.5
-----
*Release date: 20-Dec-2017*
* Fix issue with newer versions of NetworkX.
0.2.4
-----
*Release date: 10-Dec-2016*
* Update imports.
0.2.3
-----
*Release date: 22-Sep-2015*
* Bugfixes for Python 3.
0.2.2
-----
*Release date: 22-Apr-2015*
* Fixed error with `conn` when executing Cypher outside of IPython.
0.2.0
-----
*Release date: 20-Feb-2015*
* Added documentation.
* Added option to run Cypher queries outside IPython
* Added a better graph plot algorithm for matplotlib.
0.1.0
-----
*Release date: 17-Nov-2014*
* First public release of ``ipython-cypher``