index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
approximation
Commit message (
Expand
)
Author
Age
Files
Lines
*
codespell: pre-commit, config, typos fixed (#6662)
Yaroslav Halchenko
2023-05-03
1
-1
/
+1
*
Rm unreachable code for validating input (#6675)
Ross Barnowski
2023-05-01
1
-6
/
+0
*
MAINT: minor coverage cleanup. (#6674)
Ross Barnowski
2023-05-01
1
-3
/
+0
*
Added docstrings examples for clique.py (#6576)
Alimi Qudirah
2023-04-25
1
-0
/
+24
*
Lint using Ruff (#6371)
danieleades
2023-02-19
3
-4
/
+4
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
3
-4
/
+4
*
Delete warning in approximation documentation (#6221)
Paula Pérez Bianchi
2023-02-03
1
-5
/
+5
*
DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)
Ross Barnowski
2023-01-13
1
-13
/
+13
*
Fix typos in the networkx codebase (#6335)
Anurag Bhat
2023-01-05
1
-1
/
+1
*
fix warnings for make doctest (#6323)
Dan Schult
2023-01-04
1
-0
/
+1
*
Added an example in all_pairs_node_connectivity (#6126)
Paula Pérez Bianchi
2022-11-01
1
-0
/
+14
*
Remove deprecated maxcardinality parameter from min_weight_matching (#6146)
Ross Barnowski
2022-10-31
1
-1
/
+1
*
Improve test coverage for algorithms in dominating_set.py (PR for issue 6032)...
Okite chimaobi Samuel
2022-10-21
1
-0
/
+11
*
Fix steiner tree test (#5999)
Guy Aglionby
2022-09-27
1
-1
/
+1
*
Add Mehlhorn Steiner approximations (#5629)
Guy Aglionby
2022-08-23
2
-45
/
+266
*
Allow unsortable nodes in approximation.treewidth functions (#5921)
Dan Schult
2022-08-13
2
-12
/
+18
*
Fix #5817 (#5822)
Matt Schwennesen
2022-06-26
1
-10
/
+4
*
Temporary fix for failing tests w/ scipy1.9. (#5816)
Ross Barnowski
2022-06-25
1
-1
/
+3
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
15
-29
/
+38
*
Moved random_spanning_tree to public API (#5656)
Matt Schwennesen
2022-06-01
2
-316
/
+7
*
Remove redundant py2 numeric conversions (#5661)
Mridul Seth
2022-05-31
2
-10
/
+8
*
Cache edges, degree, adj properties of Graph classes (#5614)
Dan Schult
2022-05-11
1
-2
/
+3
*
Minor improvements from general code readthrough (#5414)
Ross Barnowski
2022-03-25
2
-4
/
+2
*
Update numpydoc (#5274)
Jarrod Millman
2022-01-24
1
-0
/
+1
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
2
-83
/
+81
*
Test on Python 3.10 (#4807)
Jarrod Millman
2021-10-24
1
-0
/
+11
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-2
/
+2
*
vertex_cover: Added support for self-loop nodes (#5104)
Yossi Eliaz
2021-10-07
2
-6
/
+25
*
Mark two atsp tests as slow. (#5040)
Ross Barnowski
2021-08-29
1
-0
/
+2
*
GSoC Asadpour ATSP Implementation Pull Request (#4740)
Matt Schwennesen
2021-08-23
2
-38
/
+1481
*
fix trouble with init_cycle argument to two TSP functions (#4938)
Dan Schult
2021-06-30
2
-10
/
+17
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
4
-5
/
+5
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
1
-4
/
+4
*
Fix Sphinx errors (#4817)
Jarrod Millman
2021-05-19
1
-0
/
+3
*
Add approximation algorithms for traveling salesman problem (#4607)
Dan Schult
2021-05-16
4
-11
/
+1257
*
rm nx import from docstring example. (#4738)
Ross Barnowski
2021-04-09
1
-1
/
+0
*
Updating average_clustering() documentation - Issue #4734 (#4735)
Debargha Ganguly
2021-04-09
1
-0
/
+8
*
Remove instances of random.sample from sets (deprecated in Python 3.9) (#4602)
Ross Barnowski
2021-03-25
1
-2
/
+2
*
Approximated Diameter (#4476)
Andrea Tomassilli
2021-01-12
3
-0
/
+200
*
Cliques on mutigraph/directed graph types (#4502)
Andrea Tomassilli
2021-01-12
6
-75
/
+94
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
1
-1
/
+0
*
Fixed docs + added decorator for k_components approx (#4474)
tom
2020-12-20
1
-3
/
+5
*
Maxcut heuristics (#4138)
Jonas Charfreitag
2020-12-14
3
-0
/
+194
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-1
/
+1
*
DOC: Remove repeated words (#4410)
Miroslav Šedivý
2020-12-02
1
-1
/
+1
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
5
-10
/
+10
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+2
*
Get steiner_tree to work with MultiGraphs by postprocessing (#4160)
Dan Schult
2020-08-15
2
-29
/
+42
*
Format w/ black
Jarrod Millman
2020-07-10
15
-119
/
+199
*
excluded self/recursive edges (#4037)
adnanmuttaleb
2020-07-07
2
-11
/
+21
[next]