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
/
readwrite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use unpacking operator on dicts to prevent constructing intermediate objects ...
DiamondJoseph
2023-05-02
3
-15
/
+8
*
Fix typos (#6620)
Harri Nieminen
2023-04-04
4
-9
/
+9
*
Better default alpha value for viz attributes in gexf writer (#6612)
Ross Barnowski
2023-04-03
2
-1
/
+11
*
Use generator to limit memory footprint of read_graph6. (#6519)
Ross Barnowski
2023-03-19
1
-1
/
+1
*
Lint using Ruff (#6371)
danieleades
2023-02-19
9
-61
/
+78
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
4
-6
/
+3
*
Fix docstring heading title. (#6424)
Ross Barnowski
2023-02-12
1
-4
/
+4
*
Add generate / write "network text" (formerly graph_str) (#5602)
Jon Crall
2023-01-30
2
-202
/
+1755
*
DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)
Ross Barnowski
2023-01-13
2
-2
/
+2
*
Fix typos in the networkx codebase (#6335)
Anurag Bhat
2023-01-05
2
-4
/
+4
*
Amount of nodes and edges have mistakes when reading adjlist file (#6132)
Alimi Qudirah
2022-11-01
1
-0
/
+13
*
Update GML parsing/writing to allow empty lists/tuples as node attributes (#6...
Ross Barnowski
2022-10-19
2
-10
/
+28
*
Add missing asserts to tests (#6039)
DiamondJoseph
2022-10-12
4
-7
/
+7
*
Propose to make new node_link arguments keyword only. (#5928)
Ross Barnowski
2022-08-17
1
-1
/
+9
*
Bump nodelink args deprecation expiration to v3.2 (#5933)
Ross Barnowski
2022-08-17
1
-6
/
+6
*
signature change for `node_link` functions: for issue #5787 (#5899)
Kevin Brown
2022-08-11
2
-44
/
+232
*
Remove old Appveyor cruft (#5924)
Jarrod Millman
2022-08-11
2
-4
/
+4
*
Remove OrderedGraphs (#5813)
Jarrod Millman
2022-07-12
5
-8
/
+8
*
Remove pyyaml dependency (#5763)
Jarrod Millman
2022-06-21
3
-137
/
+0
*
Remove gdal dependency (#5766)
Jarrod Millman
2022-06-16
3
-639
/
+0
*
Remove gpickle (#5773)
Jarrod Millman
2022-06-16
3
-185
/
+0
*
remove old attr keyword from json_graph/tree (#5785)
Matt Schwennesen
2022-06-16
2
-86
/
+2
*
update cytoscape functions to drop old signature (#5784)
Dan Schult
2022-06-16
2
-88
/
+2
*
Rm jit.py (#5751)
Dilara Tekinoglu
2022-06-15
3
-185
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
32
-44
/
+72
*
Fix issue probably-meant-fstring found at https://codereview.doctor (#5574)
code-review-doctor
2022-04-24
1
-1
/
+1
*
Don't use graph6 with directed graphs (#5443) (#5444)
Riccardo Bucco
2022-03-31
2
-8
/
+61
*
Update black (#5438)
Mridul Seth
2022-03-29
4
-8
/
+8
*
Deprecate `to_tuple` (#5430)
Ross Barnowski
2022-03-28
1
-2
/
+18
*
Minor improvements from general code readthrough (#5414)
Ross Barnowski
2022-03-25
1
-1
/
+14
*
Update sparse6 urls to use https (#5424)
Ross Barnowski
2022-03-25
1
-6
/
+6
*
Add exception for unconnected graph (#5287)
Dimitrios Papageorgiou
2022-01-28
2
-0
/
+7
*
Update gexf website link in documentation (#5275)
Mathieu Bastian
2022-01-23
1
-7
/
+7
*
Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)
Ross Barnowski
2021-12-12
2
-10
/
+12
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
3
-7
/
+7
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
3
-115
/
+8
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
10
-52
/
+51
*
More informative GraphML exceptions (#5058)
Ross Barnowski
2021-09-14
2
-6
/
+53
*
Add see also refs to de/stringizers in gml docstrings. (#5053)
Ross Barnowski
2021-09-10
1
-0
/
+6
*
Support `comments=None` in read/parse edgelist (#5051)
Ross Barnowski
2021-09-10
2
-7
/
+18
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-2
/
+1
*
fix typo (#5008)
Xiangyu Xu
2021-08-05
2
-2
/
+2
*
Added security warning to gefx parser (#5003)
bt-nia
2021-08-04
1
-0
/
+5
*
added security warning for graphml files (#5004)
bt-nia
2021-08-04
1
-0
/
+6
*
Added security warning to the pickle documentation (#5002)
bt-nia
2021-08-04
1
-0
/
+4
*
Expand destringizer example in read_gml docstring (#4925)
Randy
2021-06-28
1
-1
/
+13
*
Update read_gml docstring with destringizer ex (#4916)
Randy
2021-06-22
1
-15
/
+16
*
bugfix-for-issue-4353: modify default edge_id format (#4842)
Berlin Cho
2021-06-14
2
-5
/
+158
*
Decode GraphML/yEd shape type (#4694)
Attila Nagy
2021-06-14
2
-3
/
+45
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
1
-1
/
+1
[next]