~ubuntu-branches/ubuntu/utopic/python-networkx/utopic

« back to all changes in this revision

Viewing changes to doc/source/reference/news.rst

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2011-03-19 12:19:16 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110319121916-xrhlpiwc9sa5e028
Tags: 1.4-1
* New upstream release; thanks to Yaroslav Halchenko for the report;
  Closes: #617677
* debian/rules
  - don't compress objects.inv; thanks to Michael Fladischer for the report;
    Closes: #608780
* debian/watch
  - updated to point to PyPi
* debian/control
  - bump python-sphinx versioned b-d-i to 1.0.1 minimum
  - added python-pygraphviz to b-d-i, needed for doc building
* debian/copyright
  - bump upstream and packaging copyright years
* debian/patches/{40_add_networkxcss, 50_boundary-test-fix.patch
                  60_remove_svn_refs.diff 70_set_matplotlib_ps_backend.patch}
  - removed since merged upstream
* debian/patches/{10_doc_relocation, 20_example_dirs_remove,
                  30_use_local_objects.inv}
  - refreshed/adapted to new upstream code

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Release Log
5
5
===========
6
6
 
 
7
Networkx-1.4
 
8
------------
 
9
 
 
10
Release date:  23 January 2011
 
11
 
 
12
New features
 
13
~~~~~~~~~~~~
 
14
 - :mod:`k-shell,k-crust,k-coronoa <networkx.algorithms.core>`
 
15
 - :mod:`read GraphML files from yEd <networkx.readwrite.graphml>`
 
16
 - :mod:`read/write GEXF format files <networkx.readwrite.gexf>`
 
17
 - :mod:`find cycles in a directed graph <networkx.algorithms.cycles>`
 
18
 - :mod:`DFS <networkx.algorithms.traversal.depth_first_search>` and :mod:`BFS <networkx.algorithms.traversal.breadth_first_search>` algorithms
 
19
 - :mod:`chordal graph functions <networkx.algorithms.chordal.chordal_alg>`
 
20
 - :mod:`Prim's algorithm for minimum spanning tree <networkx.algorithms.mst>`
 
21
 - :mod:`r-ary tree generator <networkx.generators.classic>`
 
22
 - :mod:`rich club coefficient <networkx.algorithms.richclub>`
 
23
 - NumPy matrix version of :mod:`Floyd's algorithm for all-pairs shortest path  <networkx.algorithms.shortest_paths.dense>`
 
24
 - :mod:`read GIS shapefiles <networkx.readwrite.nx_shp>`
 
25
 - :mod:`functions to get and set node and edge attributes <networkx.classes.function>`
 
26
 - and more, see  https://networkx.lanl.gov/trac/query?status=closed&group=milestone&milestone=networkx-1.4
 
27
 
 
28
API Changes
 
29
~~~~~~~~~~~
 
30
 - :mod:`gnp_random_graph() <networkx.generators.random_graphs>` now takes a 
 
31
   directed=True|False keyword instead of create_using 
 
32
 - :mod:`gnm_random_graph() <networkx.generators.random_graphs>` now takes a 
 
33
   directed=True|False keyword instead of create_using 
 
34
 
 
35
Bug fixes
 
36
~~~~~~~~~
 
37
  - see  https://networkx.lanl.gov/trac/query?status=closed&group=milestone&milestone=networkx-1.4
 
38
 
 
39
 
 
40
 
7
41
Networkx-1.3
8
42
------------
9
43
 
10
 
Release date:  xx August 2010
 
44
Release date:  28 August 2010
11
45
 
12
46
See: https://networkx.lanl.gov/trac/timeline
13
47