Skip to content

Commit

Permalink
Merge pull request #910 from hagberg/credits-news-release
Browse files Browse the repository at this point in the history
API changes, update news
  • Loading branch information
hagberg committed Jul 22, 2013
2 parents 3a5448c + 33a9b0a commit 067b778
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion doc/source/reference/api_1.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ http://groups.google.com/group/networkx-discuss .

* Laplacian functions now all return matrices. To get a numpy array from a matrix use L = nx.laplacian_matrix(G).A

* Cycles
* is_directed_acyclic_graph() now returns false on undirected graphs (instead of raising exception)

* cycles returned from simple_cycles() do not include repeated last node


1 change: 1 addition & 0 deletions doc/source/reference/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ API changes
.. toctree::
:maxdepth: 2

api_1.8
api_1.7
api_1.6
api_1.5
Expand Down
2 changes: 0 additions & 2 deletions doc/source/reference/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Release Log
===========

<<<<<<< HEAD

Networkx-1.8
------------
Release date: xx July 2013
Expand Down

0 comments on commit 067b778

Please sign in to comment.