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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
3
-4
/
+4
*
Fix typos in the networkx codebase (#6335)
Anurag Bhat
2023-01-05
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
1
-22
/
+130
*
Allow unsortable nodes in approximation.treewidth functions (#5921)
Dan Schult
2022-08-13
1
-2
/
+8
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
7
-14
/
+27
*
Moved random_spanning_tree to public API (#5656)
Matt Schwennesen
2022-06-01
1
-128
/
+0
*
Remove redundant py2 numeric conversions (#5661)
Mridul Seth
2022-05-31
1
-9
/
+7
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-82
/
+80
*
Test on Python 3.10 (#4807)
Jarrod Millman
2021-10-24
1
-0
/
+11
*
vertex_cover: Added support for self-loop nodes (#5104)
Yossi Eliaz
2021-10-07
1
-2
/
+15
*
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
1
-24
/
+698
*
fix trouble with init_cycle argument to two TSP functions (#4938)
Dan Schult
2021-06-30
1
-0
/
+5
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
1
-4
/
+4
*
Add approximation algorithms for traveling salesman problem (#4607)
Dan Schult
2021-05-16
1
-0
/
+399
*
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
1
-0
/
+59
*
Cliques on mutigraph/directed graph types (#4502)
Andrea Tomassilli
2021-01-12
2
-12
/
+8
*
Maxcut heuristics (#4138)
Jonas Charfreitag
2020-12-14
1
-0
/
+82
*
DOC: Remove repeated words (#4410)
Miroslav Šedivý
2020-12-02
1
-1
/
+1
*
Get steiner_tree to work with MultiGraphs by postprocessing (#4160)
Dan Schult
2020-08-15
1
-16
/
+15
*
Format w/ black
Jarrod Millman
2020-07-10
6
-85
/
+157
*
excluded self/recursive edges (#4037)
adnanmuttaleb
2020-07-07
1
-9
/
+13
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
4
-14
/
+14
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
2
-13
/
+0
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
3
-10
/
+10
*
Replace eq_, ok_ with assert
Jarrod Millman
2019-10-12
4
-21
/
+16
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
2
-22
/
+20
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
3
-11
/
+13
*
Remove unused imports
Jarrod Millman
2019-10-12
8
-12
/
+3
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
8
-82
/
+82
*
Use class methods for class setup/teardown, cont.
Jarrod Millman
2019-10-12
2
-10
/
+10
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
4
-76
/
+81
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Steiner tree not implemented for MultiGraph, see #3155 (#3160)
Tom Russell
2018-09-15
1
-1
/
+20
*
Unify random state treatment across package (#3058)
Dan Schult
2018-07-16
1
-0
/
+7
*
Treewidth and tree decomposition heuristics (#2935) (#2951)
David Kraeutmann
2018-06-26
1
-0
/
+270
*
Add check to metric_closure for is_connected (#2996)
Dan Schult
2018-06-03
1
-0
/
+6
*
Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)
Mads Jensen
2018-02-02
1
-2
/
+2
*
Pep8 fixes
Jarrod Millman
2018-01-20
6
-88
/
+119
*
Add a large clique size heuristic function (#2830)
Dan Schult
2018-01-17
1
-3
/
+18
*
Remove automatic processing of G.name attribute (#2829)
Dan Schult
2018-01-14
1
-5
/
+1
*
Steiner tree and metric closure. (#2252)
Naresh Peshwe
2017-12-01
1
-0
/
+52
*
Dictionary comprehensions from #1700 merged conflicts (#2768)
Dan Schult
2017-11-25
1
-3
/
+3
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-1
/
+1
[next]