| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* One ambigous typo
* one more ambigous typo
* [DATALAD RUNCMD] run codespell throughout
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
For this to work -- it would require configuration files which were abandoned.
See https://github.com/networkx/networkx/pull/6662 for more discussion etc.
* Manual reversion of perform... "fix"
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Resolve NXEP4 with justification for not implementing it.
* Update doc/developer/nxeps/nxep-0004.rst
Co-authored-by: Dan Schult <dschult@colgate.edu>
* Update nxep-0004.rst
The title is long and makes the table of contents look sloppy. I think the shorter name is clear and given the text it shouldn't cause confusion. @rossbar Feel free to remove this commit, if you prefer.
---------
Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
Co-authored-by: Dan Schult <dschult@colgate.edu>
|
| |
|
|
|
|
|
| |
* doc: fix docstring heading, eliminate sphinx error.
* doc: change extension of included file to prevent duplicate labels.
* tst: add warnings filter for deprecated forest_str.
|
| | |
|
| |
|
|
|
|
|
| |
(#6567)
* Deprecate single_target..._length to channge to return a dict in v3.3
* deprecate shortest_path in case of all_pairs
|
| |
|
|
|
| |
* NXEP 1 - change status to Accepted
* Move NXEP 0 to Accepted from Draft
|
| |
|
|
|
| |
* Add project desc for visualization and ISMAGs
* Add section for expected time for each project
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add graph_str
Formatted
Fix bug in choosing the source
Fix test
* Fixed issue in choosing source verticies for directed graphs
* reasonable working state
* Fixed logic issues
Fix test, cleanup, formatting
more tests, better comments, fix parent labels
fix pypy issue
Fix format
* Fixes based on review
* Cleaned up test names
* Use open_file decor and remove graph_str
* Remove useage of forest_str from doctest
* Fix style
* style
* Update networkx/readwrite/text.py
Co-authored-by: Dan Schult <dschult@colgate.edu>
* Fixed half sentense
* Add max_depth
* moved comment position
* Describe max depth in algo description
* Allow with_labels to be specified as a str
* Update networkx/readwrite/text.py
Co-authored-by: Mridul Seth <mail@mriduls.com>
* Add network text autodoc stub
* Add removal note for forest_str
---------
Co-authored-by: Dan Schult <dschult@colgate.edu>
Co-authored-by: Mridul Seth <mail@mriduls.com>
|
| |
|
| |
Minor formatting fixups to get rid of doc build warnings.
|
| |
|
|
|
|
|
|
|
| |
* Add warning in community doc
* fix unwanted change
* fix broken link
* change title to match notebook title
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implemented conversion from networkx graph to latex graph.
* Removed latex cache files uploaded by error.
* Resolved placeholders file import issue.
* Removed dependency to numpy
* Updated test
* Wrapped test for numpy dependency
* Updated test name
* format changes to nx_latex.py and friends.
vertex -> node, vertices -> nodes
PEP8 spacing and tabs
pytest function instead of class (class not needed here -- no imports)
Moved author info to CONTRIBUTORS.rst as our new standard
converted list comprehension done for side-effects to for-loop.
switch to f-strings from string-format calls
update setup.py to remove conflicts
* Remove numpy requirement for testing latex
Also pep8 formatting
* reorder imports in __init__
* Attempt to debug windows/appveyor adigraph error
* try again
* Remove types, run pre-commit
* blackify
* pyupgradify
* inline latex placeholders and expected_tex.
Check not multigraph.
Add example
Change variable name `file` to `latex_code`
inline if/else for __init__ setup
* Change tabs to spaces
* pull apart Adigraph to simplify interface
* remove class Adigraph completely in favor of functions
* replace default layout to be circular.
(matches adigraph and avoids using random seeds in tests
* fix old version of isort result
* update documentation and include with rst file. Update some tests
* make docs more complete, checked and add tests
* Cleanup extra file changes that aren't needed
* Add TikZ version of to_latex as default
* improve docs
* Make the networkx latex interface via TikZ and not adigraph
* fix rebase
* Apply suggestions from code review
Co-authored-by: Mridul Seth <mail@mriduls.com>
* comment out print statements in tests
* Turn off multigraph for latex
* Remove tests of `line width` and edge label placement
* add back line width style, fix placement of style on edges.
* Set default layout to have radius 10
Co-authored-by: Mridul Seth <mail@mriduls.com>
* fix docstring test
* Minor docstring formatting nits.
Co-authored-by: Luca Cappelletti <cappelletti.luca94@gmail.com>
Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
Co-authored-by: Mridul Seth <git@mriduls.com>
Co-authored-by: Mridul Seth <mail@mriduls.com>
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| | |
|
| | |
|
| |
|
|
|
| |
* Update deprecation todo list
* Remove silenced warnings
|
| |
|
|
|
|
|
| |
* Add vf2pp to completed projects list.
* Rm vf2pp from projects list.
* Add link to Konstantinos' 2022 GSoC proposal.
|
| |
|
|
|
| |
* Bump deprecation expiration for nodelink params to v3.2.
* Fixup warnings filter.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added tests for new signature
- kept all the original tests.
Tagged the tests to remove after signature change is complete.
- leveraged a test from test_cyctoscape.py, checks for warnings.
- made new versions of tests that use attrs in the signature.
* Verified that the new tests fail. Good.
* update signatures with keywords
* added warning message
* adapted code to use keywords
* move test with recwarn fixture outside of class
when recwarn was used in a method, got an error.
work fine in a function.
* add warning to node_link_graph()
* update node_link_graph() to use keywords
* use recwarn in test to dectect warnings
* added deprecation notices to doc strings.
Needs version number for when deprecation will happen
* added example code from doc string to tests
* gave default values to elements of attrs
the example code passes a dict with only some of the keywords defined.
So the defaults needed to be provided
* fixed name conflict
* brace in docstring
* drop braces in doc string example
* Changed namespace to nx in doc string examples
* update the examples
- show the results of the examples
- add more examples of serialization with json
* Update doc desc and notes
- Add reference to Serialization in the method description.
- add a note that the keywords chose for the attributes names must match
if the two functions are to be used together
* clean up wording
* document the version numbers for deprecating
deprecate the change in 2.8.6
remove the change in 3.1
* Add note, on using old and new keywords together
* Add Deprecation Warning to conftest.py
* Add a reminder to remove code & docs in 3.1
|
| |
|
| |
Update about_us.rst
|
| |
|
|
|
|
| |
Removes the deprecated OrderedGraph classes.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Dan Schult <dschult@colgate.edu>
|
| | |
|
| |
|
|
|
|
|
|
| |
* Remove pyyaml dependency
* Make mypy happy.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
|
| |
|
|
|
|
|
|
| |
* Remove deprecated function edge_betweeness
* [ci skip] remove from release doc validation script.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
|
| |
|
|
|
|
|
|
| |
* Remove gdal dependency
* [skip ci] Rm mention of gdal from roadmap.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
|
| |
|
| |
Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
|
| |
|
|
|
|
|
|
| |
* Remove coverage and performance from quality
* [skip ci] rm coverage and performance from refguide.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
|
| | |
|
| |
|
|
|
|
|
| |
* Replace node_classification subpackage with a module
* update node_classification doc reference
* remove node_classification from setup.py
|
| |
|
|
|
|
|
|
| |
* Remove generate_unique_node
* [skip ci] rm from refguide.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
|
| |
|
|
|
| |
Make chordal_graph_cliques a generator
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Remove betweenness_centrality_source in favor of preferred name,
betweenness_centrality_subset.
Co-authored-by: dtuncturk <dilaramemis@sabanciuniv.edu>
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| |
|
| |
Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
|
| | |
|
| |
|
|
|
| |
Rm to_numpy_matrix and from_numpy_matrix and related tests
Co-authored-by: dtuncturk <dilaramemis@sabanciuniv.edu>
|
| |
|
|
|
| |
* Remove deprecated display_pygraphviz
* Remove display pygraphviz from deprecations file
|
| |
|
| |
Co-authored-by: dtuncturk <dilaramemis@sabanciuniv.edu>
|
| |
|
|
|
|
|
| |
* Rm reminder from 3.0 deprecations list.
* Rm to_numpy_recarray filter warning from conftest.
* Deprecate to_numpy_recarray.
|
| |
|
|
|
| |
* Add PendingDeprecation for pydot
* Link to tracking issue
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#5697)
* Add initial_graph and deprecate create_using for scale_free_graph.
* Add test for initial_graph kwarg.
* doc and warningsfilter.
* Fix formatting.
* Update doc/developer/deprecations.rst
Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
|
| | |
|
| |
|
|
|
|
|
| |
* Run black on docs
* Remove redundant dependencies
* Format docs
|
| |
|
|
|
|
|
| |
* Add test and then fix code and docs
* Correct and improve docs. Change 1e-6 to 1 to maintain integers.
Include argument in docstring for why adding the 1 doesn't impact the min
|
| |
|
|
|
|
|
|
|
| |
* Add _to_tuple private fn to node_link.py.
* Deprecate utils.misc.to_tuple.
* Add deprecation note.
* Add release note.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Convert to private fns and add deprecated public wrappers.
* Modify existing tests to use private fns.
* Add test that dep warnings are raised.
* Add dep note.
* Add release note.
* Add importorskip(numpy).
|