[python-graph] r741 committed - Preparing for next release (1.8.1)

1 view
Skip to first unread message

python...@googlecode.com

unread,
Dec 31, 2011, 7:56:25 AM12/31/11
to python...@googlegroups.com
Revision: 741
Author: pmatiello
Date: Sat Dec 31 04:49:42 2011
Log: Preparing for next release (1.8.1)
http://code.google.com/p/python-graph/source/detail?r=741

Modified:
/trunk/Changelog
/trunk/core/setup.py
/trunk/dot/setup.py

=======================================
--- /trunk/Changelog Sat Dec 31 04:43:27 2011
+++ /trunk/Changelog Sat Dec 31 04:49:42 2011
@@ -12,12 +12,12 @@

Fixes:
Shortest-path raises KeyError when the source node is not on the graph;
- Bellman-Ford algorithm now works for unconnected graphs;
- Linking, unlinking and relinking a hypernode to hyperedge now works as
expected;
- Graph comparison does not raise exceptions anymore;
- Fixed undesired sharing of attribute lists;
+ Bellman-Ford algorithm now works for unconnected graphs (Issue 87);
+ Linking, unlinking and relinking a hypernode to hyperedge now works as
expected (Issue 86);
+ Graph comparison does not raise exceptions anymore (Issue 88);
+ Fixed undesired sharing of attribute lists (Issue 92);
Fixed reading of XML-stored graphs with edge attributes;
- Fixed calculation of minimal spanning trees of graphs with
negative-weighted edges.
+ Fixed calculation of minimal spanning trees of graphs with
negative-weighted edges (Issue 102).


Release 1.8.0 [Oct 01, 2010]
=======================================
--- /trunk/core/setup.py Fri Oct 1 13:46:35 2010
+++ /trunk/core/setup.py Sat Dec 31 04:49:42 2011
@@ -12,7 +12,7 @@

# Startup
appname = "python-graph-core"
-appversion = "1.8.0"
+appversion = "1.8.1"

setup(
name = appname,
=======================================
--- /trunk/dot/setup.py Fri Oct 1 13:46:35 2010
+++ /trunk/dot/setup.py Sat Dec 31 04:49:42 2011
@@ -13,7 +13,7 @@

# Startup
appname = "python-graph-dot"
-appversion = "1.8.0"
+appversion = "1.8.1"

setup(
name = appname,

Reply all
Reply to author
Forward
0 new messages