summaryrefslogtreecommitdiff
path: root/networkx/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Minor docs/test maintenance (#6614)Ross Barnowski2023-04-031-0/+3
* Deprecate shortest_path functions to have consistent return values in v3.3 (#...Dan Schult2023-03-281-0/+10
* Laplace centrality for issue 4973 (#5399)Gabor Berei2023-01-091-0/+2
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+4
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-30/+0
* Update deprecations after 3.0 dep sprint (#6031)Jarrod Millman2022-10-111-53/+0
* Bump nodelink args deprecation expiration to v3.2 (#5933)Ross Barnowski2022-08-171-1/+1
* signature change for `node_link` functions: for issue #5787 (#5899)Kevin Brown2022-08-111-0/+5
* Remove old Appveyor cruft (#5924)Jarrod Millman2022-08-111-4/+0
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-121-3/+0
* Make pagerank numpy and scipy private functions (#5772)Mridul Seth2022-06-241-6/+0
* Make HITS numpy and scipy private functions (#5771)Mridul Seth2022-06-221-6/+0
* Remove deprecated functions hub_matrix and authority_matrix (#5767)Mridul Seth2022-06-221-6/+0
* Remove copy methods for Filter* coreviews (#5776)Mridul Seth2022-06-211-12/+0
* Remove pyyaml dependency (#5763)Jarrod Millman2022-06-211-12/+0
* Remove deprecated function edge_betweeness (#5765)Juanita Gomez2022-06-211-3/+0
* Remove gdal dependency (#5766)Jarrod Millman2022-06-161-12/+0
* Remove deprecated k-nearest-neighbors (#5769)Juanita Gomez2022-06-161-3/+0
* Remove gpickle (#5773)Jarrod Millman2022-06-161-6/+0
* Replace node_classification subpackage with a module (#5774)Dan Schult2022-06-161-4/+2
* Remove generate_unique_node (#5780)Jarrod Millman2022-06-161-5/+0
* Remove deprecated function utils.default_opener (#5747)Mridul Seth2022-06-161-3/+0
* update cytoscape functions to drop old signature (#5784)Dan Schult2022-06-161-8/+0
* Remove deprecated functions make_small_graph and make_small_undirected_graph ...Mridul Seth2022-06-161-3/+0
* Remove deprecated numeric_mixing_matrix (#5777)Juanita Gomez2022-06-161-3/+0
* Change PyDot PendingDeprecation to Deprecation (#5781)Dan Schult2022-06-161-1/+1
* Remove betweenness_centrality_source (#5786)Dilara Tekinoglu2022-06-161-3/+0
* Remove deprecated decorator preserve_random_state (#5768)Dan Schult2022-06-151-6/+0
* Remove to_numpy_matrix & from_numpy_matrix (#5746)Dilara Tekinoglu2022-06-151-6/+0
* Remove deprecated function utils.to_tuple (#5755)Mridul Seth2022-06-151-1/+0
* Rm jit.py (#5751)Dilara Tekinoglu2022-06-151-2/+0
* Remove deprecated function utils.empty_generator (#5748)Mridul Seth2022-06-151-3/+0
* Rm `to_numpy_recarray` (#5737)Ross Barnowski2022-06-151-3/+0
* Remove deprecated function make_str (#5739)Mridul Seth2022-06-151-3/+0
* Remove deprecated function is_string_like (#5738)Mridul Seth2022-06-151-3/+0
* Add PendingDeprecation for pydot (#5721)Jarrod Millman2022-06-111-0/+3
* Add initial_graph parameter to scale_free_graph and deprecate create_using (#...Ross Barnowski2022-06-071-0/+4
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+4
* Deprecate `to_tuple` (#5430)Ross Barnowski2022-03-281-0/+1
* Add Tutte polynomial (#5265)Lucas H. McCabe2022-03-241-0/+10
* Deprecate info (#5341)Jarrod Millman2022-02-191-0/+1
* Deprecate `to_numpy_recarray` (#5330)Ross Barnowski2022-02-181-0/+3
* Deprecate `make_small_graph` and `make_small_undirected_graph` (#5283)Ross Barnowski2022-02-121-0/+3
* Add FutureWarning to `attr_matrix` to notify users of return type change (#5300)Ross Barnowski2022-02-041-0/+1
* Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)Dan Schult2022-02-011-0/+6
* Deprecate scipy sparse matrix conversion functions (#5262)Ross Barnowski2022-01-261-0/+5
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-0/+33
* Add FutureWarning about matrix->array output to `google_matrix` (#5219)Ross Barnowski2021-12-091-0/+5
* Test on Python 3.10 (#4807)Jarrod Millman2021-10-241-0/+2
* GSoC Asadpour ATSP Implementation Pull Request (#4740)Matt Schwennesen2021-08-231-0/+2