| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Docstring consistency. | chebee7i | 2015-04-24 | 1 | -4/+4 |
| | | |||||
| * | Use 'theta' instead of 't'. | chebee7i | 2015-04-24 | 1 | -6/+6 |
| | | |||||
| * | Some refactoring. | chebee7i | 2015-04-23 | 1 | -132/+130 |
| | | |||||
| * | Merge branch 'master' of https://github.com/dberenbaum/networkx into ↵ | chebee7i | 2015-04-23 | 1 | -25/+81 |
| |\ | | | | | | | | | | | | | dberenbaum-master Conflicts: doc/source/reference/api_2.0.rst | ||||
| | * | changed rescaling to center around the origin | dave | 2015-03-01 | 1 | -5/+5 |
| | | | |||||
| | * | updated center and nodelist layout function features to work with python3 | dave | 2015-02-20 | 1 | -11/+15 |
| | | | |||||
| | * | make layouts accept nodelists and center argument | dave | 2015-02-15 | 1 | -21/+73 |
| | | | |||||
| * | | Fix copyrights | JGab | 2015-04-21 | 1 | -1/+1 |
| |/ | |||||
| * | Fix typo in docstring: "nuse" -> "use". | Erick Matsen | 2015-01-05 | 1 | -1/+1 |
| | | |||||
| * | Fixes typo in documentation. | jfinkels | 2014-12-05 | 1 | -1/+1 |
| | | |||||
| * | Better support for large layouts | jsexauer | 2014-08-08 | 1 | -2/+29 |
| | | |||||
| * | Only rescale if fixed is None | Aric Hagberg | 2014-07-29 | 1 | -2/+0 |
| | | |||||
| * | Force double precision in scipy matrix for layout | Aric Hagberg | 2013-11-05 | 1 | -1/+1 |
| | | | | | Gets rid of scipy eigs/eigsh warning of double precision only | ||||
| * | Remove spurious print and empty notes field. | Aric Hagberg | 2013-01-12 | 1 | -4/+0 |
| | | |||||
| * | Add force scaling parameter to spring layout. | Aric Hagberg | 2013-01-12 | 1 | -12/+28 |
| | | | | | | | Add parameter k to specify optimal distance betweneen nodes in spring layout. The default is 1/sqrt(number of nodes). Rescale layout on every step to be in [0,1] box. | ||||
| * | Force float dtype in to_scipy_sparse_matrix(). | Aric Hagberg | 2012-10-17 | 1 | -2/+2 |
| | | | | | This fixes the reported divide by zero error. | ||||
| * | Some whitespace and formatting housekeeping | Aric Hagberg | 2011-12-26 | 1 | -53/+45 |
| | | |||||
| * | Make sure matrices are typed correctly. Addresses #667 | Aric Hagberg | 2011-12-26 | 1 | -1/+1 |
| | | |||||
| * | fix sparse matrix spectral layout imports to import numpy | Dan Schult | 2011-07-20 | 1 | -7/+14 |
| | | | | | | and rename eigen_symmetric as eigen.eigsh Fixes #601 | ||||
| * | Update layout and stochastic to use weight instead of weighted. | Dan Schult | 2011-06-18 | 1 | -62/+37 |
| | | | | | Addresses #570 | ||||
| * | Remove statements that do nothing. | Loïc Séguin-C. | 2011-02-11 | 1 | -1/+0 |
| | | |||||
| * | Added documentation for random_layout. Fixes #393 | loicseguin | 2010-08-10 | 1 | -0/+26 |
| | | | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401902 | ||||
| * | Move check for import of drawing package to drawing/__init__.py. | aric | 2010-08-05 | 1 | -31/+21 |
| | | | | | | | | | Update drawing package syntax for 3.x even though most of that won't work util the package dependencies are updated. Skip tests if using Python3. --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401844 | ||||
| * | Produce reasonable results for layouts with empty graph or graph with | aric | 2010-08-02 | 1 | -0/+12 |
| | | | | | | | | | one node. Fixes #386 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401839 | ||||
| * | Skip tests when numpy is installed by scipy isn't. | aric | 2010-07-30 | 1 | -0/+4 |
| | | | | | | | | Fixes #383 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401801 | ||||
| * | Add fixtures to skip doctests when optional imports are missing. | aric | 2010-04-23 | 1 | -0/+7 |
| | | | | | | | | | | | | | Turn on doctests as default with networkx.test(). Run networkx.test(doctest=False) to skip doctests. Addresses #347 Fixes #263 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401728 | ||||
| * | Use standard "import networkx as nx" in all modules | aric | 2010-04-17 | 1 | -9/+9 |
| | | | | | | | | | so we don't need nose test plugin to handle doctest strings in modules. --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401706 | ||||
| * | Remove lazy import in favor of explicit import with error handling | aric | 2009-08-27 | 1 | -13/+54 |
| | | | | | | | | in functions. Addresses #266 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401435 | ||||
| * | License change to BSD. | aric | 2009-08-26 | 1 | -2/+2 |
| | | | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401429 | ||||
| * | Removing svn:executable property so nose doesn't print 'skip' messages. | cellison | 2009-08-14 | 1 | -0/+0 |
| | | | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401383 | ||||
| * | Changes to examples in the doc/source and to a docstring in layout.py that ↵ | dschult | 2009-08-13 | 1 | -0/+1 |
| | | | | | | | | | | didn't get run earlier due to layout.py being executable. --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401379 | ||||
| * | Merge attrgraph branch into trunk | aric | 2009-08-11 | 1 | -2/+2 |
| | | | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401364 | ||||
| * | Add sparse fruchterman reingold layout and option to | aric | 2009-02-19 | 1 | -51/+140 |
| | | | | | | | | | | | | specify a list of nodes to keep fixed at initial positions. Fix bug in handling of initial node positions. Add smoke tests for some layout options --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401157 | ||||
| * | Adjust layout.py algorithms to use float32 data by default. | aric | 2009-02-18 | 1 | -12/+16 |
| | | | | | | | | Fix shell_layout return value --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401156 | ||||
| * | Use a combination of imports inside functions (for matplotlib and | aric | 2009-02-17 | 1 | -8/+6 |
| | | | | | | | | | | | | a few others) and lazyImport from PEAK to do lazy importing of expensive and optional packages. The startup time should be much improved. Addresses #197 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401150 | ||||
| * | Update layout.py | aric | 2009-02-16 | 1 | -241/+335 |
| | | | | | | | | | | | | | | | | | | | | - Improved Fruchterman-Reingold that uses numpy matrix operations - Use numpy dense eigensolver or scipy sparse eigensolver for spectral_layout - Simpler random and circular layouts - Documentation Fixes #216 Fixes #223 Addresses #229 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401146 | ||||
| * | Add import of networkx and fix raise statements in layout.py. | aric | 2009-01-07 | 1 | -3/+4 |
| | | | | | | | | Addresses #216 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401114 | ||||
| * | udpate drawing docstrings and rst | aric | 2008-11-08 | 1 | -1/+6 |
| | | | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40920 | ||||
| * | Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via ↵ | aric | 2008-11-03 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from https://networkx.lanl.gov/svn/networkx/branches/pre99 ........ r741 | aric | 2008-02-18 18:29:21 -0700 (Mon, 18 Feb 2008) | 3 lines pre99 branch refactoring directory layout ........ r742 | aric | 2008-02-18 18:30:17 -0700 (Mon, 18 Feb 2008) | 2 lines pre99: missing utils.py ........ r743 | aric | 2008-02-18 20:42:25 -0700 (Mon, 18 Feb 2008) | 7 lines pre99: graph,digraph,multigraph,multidigraph list functions in __init__ remove xgraph,xdigraph ........ r744 | aric | 2008-02-18 20:42:58 -0700 (Mon, 18 Feb 2008) | 3 lines pre99: example of labeled graphs ........ r745 | aric | 2008-02-18 20:44:46 -0700 (Mon, 18 Feb 2008) | 5 lines pre99: tests for graph,digraph,multigraph,multidigraph uses nose - run with nosetests ........ r746 | aric | 2008-02-18 20:45:23 -0700 (Mon, 18 Feb 2008) | 2 lines pre99: __init__ for classes ........ r747 | aric | 2008-02-18 20:47:51 -0700 (Mon, 18 Feb 2008) | 2 lines pre99: multigraph and multidigraph ........ r748 | aric | 2008-02-18 20:48:37 -0700 (Mon, 18 Feb 2008) | 2 lines pre99: move operator -> operators ........ r749 | aric | 2008-02-18 20:49:38 -0700 (Mon, 18 Feb 2008) | 2 lines pre99: add _all__ and fix complete graph to work with selfloops on ........ r750 | aric | 2008-02-18 20:50:19 -0700 (Mon, 18 Feb 2008) | 2 lines pre99: update utils header ........ r751 | aric | 2008-02-18 21:02:25 -0700 (Mon, 18 Feb 2008) | 2 lines pre99: use __all__ and G.is_directed() -> G.directed ........ r752 | aric | 2008-02-18 21:03:33 -0700 (Mon, 18 Feb 2008) | 2 lines pre99: linalg uses __all__ ........ r753 | aric | 2008-02-18 21:38:34 -0700 (Mon, 18 Feb 2008) | 2 lines pre99 : define __all__ and use for imports in __init__ ........ r754 | aric | 2008-02-18 21:51:29 -0700 (Mon, 18 Feb 2008) | 2 lines pre99: adjust imports in isomorph.py ........ r755 | aric | 2008-02-18 21:52:37 -0700 (Mon, 18 Feb 2008) | 3 lines pre99: An old doctest test, modified. ........ r756 | aric | 2008-02-19 07:03:31 -0700 (Tue, 19 Feb 2008) | 2 lines pre99: fix imports in generators ........ r757 | aric | 2008-02-19 18:51:15 -0700 (Tue, 19 Feb 2008) | 2 lines pre99: NEP2 version of convert.py ........ r758 | aric | 2008-02-19 18:52:07 -0700 (Tue, 19 Feb 2008) | 2 lines pre99: adjust imports in isomorph.py ........ r759 | aric | 2008-02-19 18:52:50 -0700 (Tue, 19 Feb 2008) | 2 lines pre99: add DiGraphMatcher to imports ........ r760 | aric | 2008-02-19 18:53:22 -0700 (Tue, 19 Feb 2008) | 2 lines pre99: add digraph edges_iter() ........ r761 | aric | 2008-02-19 18:54:52 -0700 (Tue, 19 Feb 2008) | 2 lines pre99: tests for digraph edges_iter ........ r762 | aric | 2008-02-19 18:55:36 -0700 (Tue, 19 Feb 2008) | 2 lines pre99: add (modified) legacy digraph doctests ........ r763 | dschult | 2008-02-23 15:15:11 -0700 (Sat, 23 Feb 2008) | 3 lines pre99: Update convert.py and convert.txt to pre99 API from NEP2 style. ........ r764 | dschult | 2008-02-23 17:28:59 -0700 (Sat, 23 Feb 2008) | 3 lines pre99: Fix up the other (scipy and numpy) tests for convert.py ........ r765 | dschult | 2008-02-23 17:46:51 -0700 (Sat, 23 Feb 2008) | 3 lines pre99: Revision of info.py to reflect pre99 API. ........ r766 | dschult | 2008-02-23 21:37:13 -0700 (Sat, 23 Feb 2008) | 12 lines pre99: a few minor code tweaks. graph/digraph - revamp adjaccency_list to give order of G.nodes() and not use _helper() - remove extra code in degree_iter - speedup in degree/in_degree/out_degree - speedup in subgraph multigraph/multidigraph - get_edgedata->get_edge in multi(di)graph ........ r769 | dschult | 2008-03-02 21:41:54 -0700 (Sun, 02 Mar 2008) | 6 lines pre99: cleanup classes Change usage of "delete" in code and docs to "remove". In MultiGraph/MulriDiGraph use super(...). instead of Graph. or DiGraph. ........ r770 | dschult | 2008-03-02 21:44:30 -0700 (Sun, 02 Mar 2008) | 6 lines pre99: Simplify LabeledGraph code slightly using super(...) LabeledDiGraph now only inherits. No new code. Should do similar for Multi versions. But should they be in separate files, or all in one file? ........ r794 | dschult | 2008-07-11 16:58:43 -0600 (Fri, 11 Jul 2008) | 1 line Changes in docstrings for graph.py ........ r795 | dschult | 2008-07-11 17:00:53 -0600 (Fri, 11 Jul 2008) | 3 lines fix subgraph bug and add tests (mistakenly added last commit) ........ r796 | dschult | 2008-07-11 18:08:45 -0600 (Fri, 11 Jul 2008) | 8 lines Fixed tests for prepare_nbunch and then had to fix code because creating the iterator doesn't catch nonsequence errors until iterator is used. Added more tests for add_edges_from and some code to catch errors in add_edges_from(). ........ r797 | dschult | 2008-07-11 20:28:07 -0600 (Fri, 11 Jul 2008) | 3 lines Add subgraph and tests for subgraph in digraph,multigraph and dimultigraph. ........ r799 | dschult | 2008-07-14 23:21:18 -0600 (Mon, 14 Jul 2008) | 12 lines Create nbunch as set in subgraph in Graph and DiGraph. Remove DiGraph docstrings that are identical to Graph docstrings. Some DiGraph code changes to fix data in add_edges_from and remove unnecessary checks for selfloops in remove_node. Add doc that to_undirected() isn't well-defined if edge data in two directions isn't the same. Tests update for removing nodes when selfloops present. ........ r804 | dschult | 2008-08-11 22:33:03 -0600 (Mon, 11 Aug 2008) | 6 lines Added labeledgraph to imports, updated info graph and convert docstrings. replaced list comprehension with iterator comprehension in graph. Updated operators.py so that it at least works with the tests. ........ r805 | dschult | 2008-08-13 21:43:22 -0600 (Wed, 13 Aug 2008) | 3 lines Update centrality for pre99 classes and update tests. ........ r806 | dschult | 2008-08-13 22:26:36 -0600 (Wed, 13 Aug 2008) | 3 lines Update clique for pre99. ........ r807 | dschult | 2008-08-13 22:27:57 -0600 (Wed, 13 Aug 2008) | 1 line Change name of cliques test file. ........ r808 | dschult | 2008-08-13 23:55:55 -0600 (Wed, 13 Aug 2008) | 4 lines Updated core.py for pre99. Rewrote much of cluster.py to reuse a single iterator/helper function. ........ r809 | dschult | 2008-08-14 00:52:04 -0600 (Thu, 14 Aug 2008) | 3 lines Update traversal modules for pre99 along with tests. ........ r810 | dschult | 2008-08-14 01:08:02 -0600 (Thu, 14 Aug 2008) | 1 line Updated isomorphism algorithms for pre99. ........ r811 | dschult | 2008-08-14 02:42:58 -0600 (Thu, 14 Aug 2008) | 1 line Updated generators modules for pre99 to pass tests. ........ r812 | dschult | 2008-08-14 10:02:22 -0600 (Thu, 14 Aug 2008) | 4 lines One bug fix and some tweaks in convert. We probably need more tests here especially Graph to MultiDiGraph, etc.. ........ r813 | dschult | 2008-08-14 10:42:59 -0600 (Thu, 14 Aug 2008) | 11 lines Remove to_directed and to_undirected methods. I spent too much time comparing DiGraph(G) to G.to_directed() and even with lots of fiddling I couldn't get the methods to be faster than the from_whatever. As written, they are 2-3 times slower. We wanted to get rid of them anyway and it looks like convert is ready for that. I also adjusted LabeledGraph so that LabeledGraph(LG) copies the labels as well as the graph. ........ r814 | dschult | 2008-08-14 12:14:55 -0600 (Thu, 14 Aug 2008) | 7 lines Simplify the copy() method by using convert. Have to change from_whatever() to copy the self.weighted attribute. Decided not to have it copy the name too... Too complicated and not sure that copying the name is the best/natural choice. Users can copy it outside of from_whatever() if they want. ........ r815 | dschult | 2008-08-14 12:36:55 -0600 (Thu, 14 Aug 2008) | 7 lines Changed the keyword for subgraph from copy=True to newgraph=True. It used to be inplace=False. Copy has too many other meanings in this package. Not sure that newgraph is the best though either. I'd prefer to take out the option of making a subgraph by deleting nodes. That's what delete_nodes_from is for. ........ r816 | dschult | 2008-08-14 13:26:40 -0600 (Thu, 14 Aug 2008) | 7 lines Change from_whatever() to identify NetworkX graphs using attribute 'adj' instead of 'add_node'. This will allow future e.g. scipy sparse matrix classes to use add_node without confusing from_whatever(). We really use thing.adj and not thing.add_node anyway. ........ r817 | aric | 2008-08-14 15:16:07 -0600 (Thu, 14 Aug 2008) | 2 lines change dates of copyright in README ........ r818 | dschult | 2008-08-14 15:19:52 -0600 (Thu, 14 Aug 2008) | 1 line Updated readwrite/adjlist.py to pre99. ........ r819 | dschult | 2008-08-14 22:32:30 -0600 (Thu, 14 Aug 2008) | 4 lines Back out (inverse merge) changeset 815 where subgraph(copy=True) became subgraph(newgraph=True). Following numpy.array we can use copy=True. ........ r820 | dschult | 2008-08-14 23:07:01 -0600 (Thu, 14 Aug 2008) | 3 lines Docstring correction... subgraph(copy=False) is a mutating method. ........ r821 | dschult | 2008-08-14 23:11:57 -0600 (Thu, 14 Aug 2008) | 9 lines Updated readwrite/edgelist for pre99 In the process realized that MultiDiGraph was using digraph's methods for edges_iter and remove_edges_from. (and shouldn't be) Added some tests to help with spotting this particular hole. How many others are there? :) ........ r822 | dschult | 2008-08-14 23:44:01 -0600 (Thu, 14 Aug 2008) | 3 lines Update remaining readwrite modules for pre99. ........ r823 | dschult | 2008-08-15 13:44:41 -0600 (Fri, 15 Aug 2008) | 3 lines Update linalg/spectrum.py to pre99. Actually only had to adjust the tests import statement. ........ r824 | dschult | 2008-08-15 15:07:06 -0600 (Fri, 15 Aug 2008) | 4 lines Reinstall to_(un)directed for pre99... Useful because you don't always know what type of graph you are converting to directed. ........ r825 | dschult | 2008-08-15 15:15:41 -0600 (Fri, 15 Aug 2008) | 4 lines More cleanup of to_undirected for pre99.... Also its not clear what to do with multiedges. Both directions means two undirected? ........ r826 | dschult | 2008-08-15 15:58:27 -0600 (Fri, 15 Aug 2008) | 5 lines Rename prepare_nbunch as nbunch_iter Use nbunch_iter more effectively for edges()... Now edges should be almost as fast as looking through all neighbors with adjacency_iter? ........ r827 | dschult | 2008-08-15 16:40:24 -0600 (Fri, 15 Aug 2008) | 4 lines Update tree and drawing for pre99. All modules now pass the tests. ........ r828 | dschult | 2008-08-15 23:28:04 -0600 (Fri, 15 Aug 2008) | 5 lines Cleaning up documentation a little. In the process, realised that multidigraph was missing get_edge so put that in too. ........ r829 | dschult | 2008-08-16 00:27:03 -0600 (Sat, 16 Aug 2008) | 9 lines Based on examples, fixed some stuff in convert.py and nx_agraph. The examples haven't all been run. I did basic simple conversions to pre99: 1) look for XGraph and XDiGraph and change to Graph/MultiGraph depending. 2) look for .edges() and check if it wants three values returned (add data=True) 3) look for is_directed 4) look for multiedges and loops to see if we handle them correctly. ........ r845 | dschult | 2008-08-23 15:36:31 -0600 (Sat, 23 Aug 2008) | 5 lines Added utils to __all__ so from networkx import *;utils._get_fh() works. Removed import networkx from utils to avoid circular imports--perhaps utils should be treated like other modules in __all__? Small corrections for nx_agraph.py and examples/unixemail.py ........ r846 | dschult | 2008-08-23 20:31:37 -0600 (Sat, 23 Aug 2008) | 3 lines Upate documentation docs for pre99. ........ r847 | dschult | 2008-08-23 22:02:14 -0600 (Sat, 23 Aug 2008) | 5 lines Add methods add_path, add_cycle back into base class; new method add_star. Put edge_boundary and node_boundary into algorithms module called boundary.py ........ r848 | dschult | 2008-08-23 22:10:53 -0600 (Sat, 23 Aug 2008) | 3 lines Put add_star() method into docs. ........ r858 | aric | 2008-10-21 21:19:31 -0600 (Tue, 21 Oct 2008) | 2 lines pre99 docstring formatting ........ r859 | aric | 2008-10-21 21:25:40 -0600 (Tue, 21 Oct 2008) | 2 lines pre99: beginning draft for sphinx-based documentation ........ r860 | aric | 2008-10-24 10:20:14 -0600 (Fri, 24 Oct 2008) | 3 lines adjust docstrings to use nx prefix, will use nose plugin that specifies "import networkx as nx" for testing ........ r861 | aric | 2008-10-24 10:38:25 -0600 (Fri, 24 Oct 2008) | 3 lines plugin for nose to give "import networkx as nx" context to docstrings in modules ........ r862 | aric | 2008-10-25 09:16:25 -0600 (Sat, 25 Oct 2008) | 4 lines remove test boilerplate in favor of nose, move tests to subdirecdtories with modules ........ r863 | aric | 2008-10-25 09:33:57 -0600 (Sat, 25 Oct 2008) | 2 lines move readwrite tests to subdirectory and remove testing boilerplate ........ r864 | aric | 2008-10-25 09:36:53 -0600 (Sat, 25 Oct 2008) | 2 lines mv linalg tests to subdirectory and remove testing boilerplate ........ r865 | aric | 2008-10-25 09:44:46 -0600 (Sat, 25 Oct 2008) | 2 lines mv algorithms tests to subdirectory and remove testing boilerplate ........ r866 | aric | 2008-10-25 10:00:48 -0600 (Sat, 25 Oct 2008) | 2 lines move base class tests to subdirectory (mostly unsed tests now) ........ r867 | aric | 2008-10-25 10:09:07 -0600 (Sat, 25 Oct 2008) | 2 lines update convert to modern scipy sparse interface, remove testing boilerplate ........ r868 | aric | 2008-10-25 10:34:52 -0600 (Sat, 25 Oct 2008) | 3 lines Clean up setup envieronment for tests. Use python setup_egg.py nosetests for testing ........ r869 | aric | 2008-10-28 08:03:21 -0600 (Tue, 28 Oct 2008) | 2 lines set ignore propedit ........ r870 | aric | 2008-10-28 08:08:06 -0600 (Tue, 28 Oct 2008) | 2 lines adjust svn:ignore on refrence/generated ........ r871 | aric | 2008-10-28 08:10:54 -0600 (Tue, 28 Oct 2008) | 2 lines add front page sphinx templates ........ r872 | aric | 2008-10-28 08:16:05 -0600 (Tue, 28 Oct 2008) | 3 lines Add numpy sphinx extensions from http://sphinx.googlecode.com/svn/contrib/trunk/numpyext sphinxext/numpyext ........ r873 | aric | 2008-10-28 08:17:08 -0600 (Tue, 28 Oct 2008) | 2 lines add missing file from numpy sphinx extensions ........ r874 | aric | 2008-10-28 08:48:11 -0600 (Tue, 28 Oct 2008) | 2 lines reorganize sphinx documentation ........ r875 | aric | 2008-10-29 09:01:12 -0600 (Wed, 29 Oct 2008) | 5 lines remove __all__ from __init__'s in favor of simpler from import add test runner in test/run.py ........ r876 | aric | 2008-11-01 09:02:56 -0600 (Sat, 01 Nov 2008) | 2 lines update pre99 sphinx docs ........ r877 | aric | 2008-11-01 09:03:43 -0600 (Sat, 01 Nov 2008) | 2 lines update documentation in several modules ........ r878 | aric | 2008-11-01 10:28:47 -0600 (Sat, 01 Nov 2008) | 2 lines update sphinx doc formatting ........ r879 | aric | 2008-11-01 11:04:30 -0600 (Sat, 01 Nov 2008) | 2 lines typo in conf.py ........ r880 | aric | 2008-11-01 11:05:31 -0600 (Sat, 01 Nov 2008) | 2 lines update release.py, clean up info.py: that data is misplaced ........ r881 | aric | 2008-11-01 12:42:20 -0600 (Sat, 01 Nov 2008) | 2 lines clean up doctests to pass with "import networkx as nx" ........ r882 | aric | 2008-11-01 13:08:07 -0600 (Sat, 01 Nov 2008) | 2 lines update doctests in readwrite/ ........ r883 | aric | 2008-11-01 13:15:08 -0600 (Sat, 01 Nov 2008) | 2 lines fix doctests in algorithms ........ r884 | aric | 2008-11-01 13:24:10 -0600 (Sat, 01 Nov 2008) | 8 lines fix remaining doctests - move bipartite.txt and threshold.txt out of the way for now nosetests --with-networkx-doctest --doctest-extension="txt" networkx passes all tests ........ r885 | aric | 2008-11-02 06:42:36 -0700 (Sun, 02 Nov 2008) | 2 lines clean up unused data, add test option to setup_egg ........ --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40887 | ||||
| * | Fix error handling (add import and adjust messages). | aric | 2008-07-18 | 1 | -5/+4 |
| | | | | | | | | Fixes #169 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40801 | ||||
| * | Bugfix when spectral_layout is given initial node positions. | dschult | 2007-05-01 | 1 | -0/+1 |
| | | | | | | | | | | Thanks to Ken Northover. Fixes #106 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40599 | ||||
| * | attempt to provide backward compatibility with matplotlib with Numeric | aric | 2007-01-23 | 1 | -3/+7 |
| | | | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40518 | ||||
| * | remove Numeric imports from layout.py in favor of numpy | aric | 2006-11-10 | 1 | -6/+1 |
| | | | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40438 | ||||
| * | use None instead of False as default keyword argument in spring_layout | aric | 2006-07-15 | 1 | -4/+2 |
| | | | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40321 | ||||
| * | use numpy if available or else try Numeric | aric | 2006-04-25 | 1 | -5/+8 |
| | | | | | | | | | If neither, attempt to fail gracefully and allow tests to run correctly in that case --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40229 | ||||
| * | modify test hooks for new locations | aric | 2005-12-01 | 1 | -1/+5 |
| | | | | | | | | __init__.py in test directories --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%4088 | ||||
| * | Move testing directory up one level. | aric | 2005-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust paths for tests in every module. --HG-- rename : networkx/tests/.cvsignore => tests/.cvsignore rename : networkx/tests/Makefile => tests/Makefile rename : networkx/tests/README => tests/README rename : networkx/tests/__init__.py => tests/__init__.py rename : networkx/tests/base_DiGraph.txt => tests/base_DiGraph.txt rename : networkx/tests/base_Graph.txt => tests/base_Graph.txt rename : networkx/tests/centrality.txt => tests/centrality.txt rename : networkx/tests/cliques.txt => tests/cliques.txt rename : networkx/tests/cluster.txt => tests/cluster.txt rename : networkx/tests/cores.txt => tests/cores.txt rename : networkx/tests/data/base_PseudoGraph_G.png => tests/data/base_PseudoGraph_G.png rename : networkx/tests/data/base_PseudoGraph_K.png => tests/data/base_PseudoGraph_K.png rename : networkx/tests/data/cores_Batagelj_example.png => tests/data/cores_Batagelj_example.png rename : networkx/tests/data/cores_H.png => tests/data/cores_H.png rename : networkx/tests/data/nx_doctest.css => tests/data/nx_doctest.css rename : networkx/tests/data/paths_G.png => tests/data/paths_G.png rename : networkx/tests/data/xbase_XDiGraph_G.png => tests/data/xbase_XDiGraph_G.png rename : networkx/tests/data/xbase_XDiGraph_Z.png => tests/data/xbase_XDiGraph_Z.png rename : networkx/tests/data/xbase_XDiGraph_Zm.png => tests/data/xbase_XDiGraph_Zm.png rename : networkx/tests/data/xbase_XDiGraph_Zms.png => tests/data/xbase_XDiGraph_Zms.png rename : networkx/tests/data/xbase_XDiGraph_Zs.png => tests/data/xbase_XDiGraph_Zs.png rename : networkx/tests/generators_atlas.txt => tests/generators_atlas.txt rename : networkx/tests/generators_classic.txt => tests/generators_classic.txt rename : networkx/tests/generators_degree_seq.txt => tests/generators_degree_seq.txt rename : networkx/tests/generators_geometric.txt => tests/generators_geometric.txt rename : networkx/tests/generators_random_graphs.txt => tests/generators_random_graphs.txt rename : networkx/tests/generators_small.txt => tests/generators_small.txt rename : networkx/tests/hybrid.txt => tests/hybrid.txt rename : networkx/tests/io.txt => tests/io.txt rename : networkx/tests/isomorph.txt => tests/isomorph.txt rename : networkx/tests/layout.txt => tests/layout.txt rename : networkx/tests/nx_pydot.txt => tests/nx_pydot.txt rename : networkx/tests/nx_pylab.txt => tests/nx_pylab.txt rename : networkx/tests/operators.txt => tests/operators.txt rename : networkx/tests/paths.txt => tests/paths.txt rename : networkx/tests/queues.txt => tests/queues.txt rename : networkx/tests/search.txt => tests/search.txt rename : networkx/tests/search_class.txt => tests/search_class.txt rename : networkx/tests/spectrum.txt => tests/spectrum.txt rename : networkx/tests/test.py => tests/test.py rename : networkx/tests/test2.py => tests/test2.py rename : networkx/tests/threshold.txt => tests/threshold.txt rename : networkx/tests/utils.txt => tests/utils.txt rename : networkx/tests/xbase_DiGraph.txt => tests/xbase_DiGraph.txt rename : networkx/tests/xbase_Graph.txt => tests/xbase_Graph.txt rename : networkx/tests/xbase_PseudoGraph.txt => tests/xbase_PseudoGraph.txt extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%4014 | ||||
| * | Name change from NX->networkx | aric | 2005-07-13 | 1 | -0/+274 |
| Directory names changed to lowercase --HG-- rename : Doc/.cvsignore => doc/.cvsignore rename : Doc/COPYING => doc/COPYING rename : Doc/Credits.txt => doc/Credits.txt rename : Doc/Drawing.txt => doc/Drawing.txt rename : Doc/Examples.txt => doc/Examples.txt rename : Doc/GNU_LGPL => doc/GNU_LGPL rename : Doc/Legal.txt => doc/Legal.txt rename : Doc/Makefile => doc/Makefile rename : Doc/Menu.txt => doc/Menu.txt rename : Doc/Overview.txt => doc/Overview.txt rename : Doc/Quick_ref.txt => doc/Quick_ref.txt rename : Doc/README_epydoc => doc/README_epydoc rename : Doc/Readme.txt => doc/Readme.txt rename : Doc/Tutorial.txt => doc/Tutorial.txt rename : Doc/data/as.png => doc/data/as.png rename : Doc/data/basic-s.png => doc/data/basic-s.png rename : Doc/data/blue_restructured.css => doc/data/blue_restructured.css rename : Doc/data/default.css => doc/data/default.css rename : Doc/data/nx_doc.css => doc/data/nx_doc.css rename : Doc/data/pydot-quote.patch => doc/data/pydot-quote.patch rename : Doc/data/tetrahedral-s.png => doc/data/tetrahedral-s.png rename : Doc/test.py => doc/test.py rename : Examples/.cvsignore => examples/.cvsignore rename : Examples/atlas.py => examples/atlas.py rename : Examples/davis_club.py => examples/davis_club.py rename : Examples/degree_sequence.py => examples/degree_sequence.py rename : Examples/degree_sequence_gnuplot.py => examples/degree_sequence_gnuplot.py rename : Examples/degree_sequence_matplotlib.py => examples/degree_sequence_matplotlib.py rename : Examples/draw.py => examples/draw.py rename : Examples/eigenvalues.py => examples/eigenvalues.py rename : Examples/erdos_renyi.py => examples/erdos_renyi.py rename : Examples/karate_club.py => examples/karate_club.py rename : Examples/kevin_bacon.dat => examples/kevin_bacon.dat rename : Examples/kevin_bacon.py => examples/kevin_bacon.py rename : Examples/krackhardt_centrality.py => examples/krackhardt_centrality.py rename : Examples/lanl.edges => examples/lanl.edges rename : Examples/lanl.py => examples/lanl.py rename : Examples/miles.dat => examples/miles.dat rename : Examples/miles.py => examples/miles.py rename : Examples/properties.py => examples/properties.py rename : Examples/read_write.py => examples/read_write.py rename : Examples/roget.dat => examples/roget.dat rename : Examples/roget.py => examples/roget.py rename : Examples/words.dat => examples/words.dat rename : Examples/words.py => examples/words.py rename : Examples/write_dotfile.py => examples/write_dotfile.py rename : NX/.cvsignore => networkx/.cvsignore rename : NX/__init__.py => networkx/__init__.py rename : NX/base.py => networkx/base.py rename : NX/centrality.py => networkx/centrality.py rename : NX/cliques.py => networkx/cliques.py rename : NX/cluster.py => networkx/cluster.py rename : NX/cores.py => networkx/cores.py rename : NX/drawing/.cvsignore => networkx/drawing/.cvsignore rename : NX/drawing/__init__.py => networkx/drawing/__init__.py rename : NX/drawing/layout.py => networkx/drawing/layout.py rename : NX/drawing/nx_pydot.py => networkx/drawing/nx_pydot.py rename : NX/drawing/nx_pylab.py => networkx/drawing/nx_pylab.py rename : NX/drawing/nx_vtk.py => networkx/drawing/nx_vtk.py rename : NX/generators/.cvsignore => networkx/generators/.cvsignore rename : NX/generators/__init__.py => networkx/generators/__init__.py rename : NX/generators/atlas.py => networkx/generators/atlas.py rename : NX/generators/classic.py => networkx/generators/classic.py rename : NX/generators/degree_seq.py => networkx/generators/degree_seq.py rename : NX/generators/geometric.py => networkx/generators/geometric.py rename : NX/generators/random_graphs.py => networkx/generators/random_graphs.py rename : NX/generators/small.py => networkx/generators/small.py rename : NX/hybrid.py => networkx/hybrid.py rename : NX/io.py => networkx/io.py rename : NX/isomorph.py => networkx/isomorph.py rename : NX/operators.py => networkx/operators.py rename : NX/paths.py => networkx/paths.py rename : NX/queues.py => networkx/queues.py rename : NX/release.py => networkx/release.py rename : NX/search.py => networkx/search.py rename : NX/search_class.py => networkx/search_class.py rename : NX/spectrum.py => networkx/spectrum.py rename : NX/tests/.cvsignore => networkx/tests/.cvsignore rename : NX/tests/Makefile => networkx/tests/Makefile rename : NX/tests/README => networkx/tests/README rename : NX/tests/__init__.py => networkx/tests/__init__.py rename : NX/tests/base_DiGraph.txt => networkx/tests/base_DiGraph.txt rename : NX/tests/base_Graph.txt => networkx/tests/base_Graph.txt rename : NX/tests/centrality.txt => networkx/tests/centrality.txt rename : NX/tests/cliques.txt => networkx/tests/cliques.txt rename : NX/tests/cluster.txt => networkx/tests/cluster.txt rename : NX/tests/cores.txt => networkx/tests/cores.txt rename : NX/tests/data/base_PseudoGraph_G.png => networkx/tests/data/base_PseudoGraph_G.png rename : NX/tests/data/base_PseudoGraph_K.png => networkx/tests/data/base_PseudoGraph_K.png rename : NX/tests/data/cores_Batagelj_example.png => networkx/tests/data/cores_Batagelj_example.png rename : NX/tests/data/cores_H.png => networkx/tests/data/cores_H.png rename : NX/tests/data/nx_doctest.css => networkx/tests/data/nx_doctest.css rename : NX/tests/data/paths_G.png => networkx/tests/data/paths_G.png rename : NX/tests/data/xbase_XDiGraph_G.png => networkx/tests/data/xbase_XDiGraph_G.png rename : NX/tests/data/xbase_XDiGraph_Z.png => networkx/tests/data/xbase_XDiGraph_Z.png rename : NX/tests/data/xbase_XDiGraph_Zm.png => networkx/tests/data/xbase_XDiGraph_Zm.png rename : NX/tests/data/xbase_XDiGraph_Zms.png => networkx/tests/data/xbase_XDiGraph_Zms.png rename : NX/tests/data/xbase_XDiGraph_Zs.png => networkx/tests/data/xbase_XDiGraph_Zs.png rename : NX/tests/generators_atlas.txt => networkx/tests/generators_atlas.txt rename : NX/tests/generators_classic.txt => networkx/tests/generators_classic.txt rename : NX/tests/generators_degree_seq.txt => networkx/tests/generators_degree_seq.txt rename : NX/tests/generators_geometric.txt => networkx/tests/generators_geometric.txt rename : NX/tests/generators_random_graphs.txt => networkx/tests/generators_random_graphs.txt rename : NX/tests/generators_small.txt => networkx/tests/generators_small.txt rename : NX/tests/hybrid.txt => networkx/tests/hybrid.txt rename : NX/tests/io.txt => networkx/tests/io.txt rename : NX/tests/isomorph.txt => networkx/tests/isomorph.txt rename : NX/tests/layout.txt => networkx/tests/layout.txt rename : NX/tests/nx_pydot.txt => networkx/tests/nx_pydot.txt rename : NX/tests/nx_pylab.txt => networkx/tests/nx_pylab.txt rename : NX/tests/operators.txt => networkx/tests/operators.txt rename : NX/tests/paths.txt => networkx/tests/paths.txt rename : NX/tests/queues.txt => networkx/tests/queues.txt rename : NX/tests/search.txt => networkx/tests/search.txt rename : NX/tests/search_class.txt => networkx/tests/search_class.txt rename : NX/tests/spectrum.txt => networkx/tests/spectrum.txt rename : NX/tests/test.py => networkx/tests/test.py rename : NX/tests/test2.py => networkx/tests/test2.py rename : NX/tests/threshold.txt => networkx/tests/threshold.txt rename : NX/tests/utils.txt => networkx/tests/utils.txt rename : NX/tests/xbase_DiGraph.txt => networkx/tests/xbase_DiGraph.txt rename : NX/tests/xbase_Graph.txt => networkx/tests/xbase_Graph.txt rename : NX/tests/xbase_PseudoGraph.txt => networkx/tests/xbase_PseudoGraph.txt rename : NX/threshold.py => networkx/threshold.py rename : NX/utils.py => networkx/utils.py rename : NX/xbase.py => networkx/xbase.py rename : Tools/adjlist2edgelist.py => tools/adjlist2edgelist.py rename : Tools/adjmat2edgelist.py => tools/adjmat2edgelist.py rename : Tools/bipartiteadjmat2edgelist.py => tools/bipartiteadjmat2edgelist.py rename : Tools/edgelist2adjlist.py => tools/edgelist2adjlist.py extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%404 | |||||
