-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGES.txt
48 lines (38 loc) · 965 Bytes
/
CHANGES.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
Changes
-------
0.5.2 (2012-03-21)
------------------
- Updated requirements file
0.5.1 (2011-11-13)
------------------
- Transactions refactored delegating management to the restclient
0.5 (2011-07-26)
----------------
- Added Transactional operations support
- Added dropIndex functionality for Neo4j-API
- Added code examples to documentation
- Added tests
0.3.2 (2011-07-15)
------------------
- Bugfixes
0.3.1 (2011-07-14)
------------------
- Fixed removeProperty bug
0.3 (2011-07-12)
----------------
- Added unittests
- Added getEdge, removeProperty and getBothEdges methods
- Returning None in NotFoundErrors instead of raising exception
- Bugfixes
0.2.2 (2011-07-11)
------------------
- Added basic installation and usage documentation
0.2.1 (2011-07-06)
------------------
- Updated documentation
0.2 (2011-07-06)
----------------
- Added integration with python-rexster
0.1 (2011-06-29)
----------------
- First Python Index Package release.