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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos (#6620)
Harri Nieminen
2023-04-04
3
-6
/
+6
*
Better default alpha value for viz attributes in gexf writer (#6612)
Ross Barnowski
2023-04-03
1
-0
/
+10
*
Lint using Ruff (#6371)
danieleades
2023-02-19
2
-13
/
+13
*
Add generate / write "network text" (formerly graph_str) (#5602)
Jon Crall
2023-01-30
1
-82
/
+1263
*
Fix typos in the networkx codebase (#6335)
Anurag Bhat
2023-01-05
1
-3
/
+3
*
Update GML parsing/writing to allow empty lists/tuples as node attributes (#6...
Ross Barnowski
2022-10-19
1
-4
/
+20
*
Remove OrderedGraphs (#5813)
Jarrod Millman
2022-07-12
4
-7
/
+7
*
Remove pyyaml dependency (#5763)
Jarrod Millman
2022-06-21
1
-38
/
+0
*
Remove gdal dependency (#5766)
Jarrod Millman
2022-06-16
1
-288
/
+0
*
Remove gpickle (#5773)
Jarrod Millman
2022-06-16
1
-75
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
13
-25
/
+40
*
Don't use graph6 with directed graphs (#5443) (#5444)
Riccardo Bucco
2022-03-31
1
-8
/
+59
*
Update black (#5438)
Mridul Seth
2022-03-29
1
-5
/
+5
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-1
/
+1
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
2
-114
/
+7
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-2
/
+2
*
More informative GraphML exceptions (#5058)
Ross Barnowski
2021-09-14
1
-0
/
+36
*
Support `comments=None` in read/parse edgelist (#5051)
Ross Barnowski
2021-09-10
1
-0
/
+8
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-2
/
+1
*
bugfix-for-issue-4353: modify default edge_id format (#4842)
Berlin Cho
2021-06-14
1
-0
/
+102
*
Decode GraphML/yEd shape type (#4694)
Attila Nagy
2021-06-14
1
-0
/
+35
*
Deserializing custom default properties graph ml (#4872)
Jeroen Bergmans
2021-06-07
1
-0
/
+39
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
8
-117
/
+111
*
Use pytest.approx (#4827)
Jarrod Millman
2021-05-21
1
-3
/
+2
*
Remove pyyaml dependency via module getattr (#4802)
Ross Barnowski
2021-05-20
2
-50
/
+38
*
Fixes read/write_gml with nan/inf attributes (#4497)
happy
2021-05-20
1
-0
/
+103
*
TST: be more explicit about instance comparison. (#4748)
Ross Barnowski
2021-04-21
2
-14
/
+14
*
TST: An approach to parametrizing read_edgelist tests. (#4292)
Ross Barnowski
2021-01-05
1
-120
/
+127
*
Add random_ordered_tree and forest_str (#4294)
Jon Crall
2020-12-17
1
-0
/
+315
*
Remove xml import checks (#4393)
Jarrod Millman
2020-11-26
2
-3
/
+0
*
Use matrix multiplication operator (#4390)
Jarrod Millman
2020-11-25
1
-6
/
+3
*
MAINT: remove deprecated numpy type aliases. (#4373)
Ross Barnowski
2020-11-20
1
-1
/
+1
*
Move a few imports inside functions to improve import speed of the library (#...
Dan Schult
2020-11-12
1
-0
/
+51
*
Improve readwrite test coverage (#4310)
Jarrod Millman
2020-10-31
1
-0
/
+25
*
Cleanup old platforms (#4202)
Jarrod Millman
2020-09-10
1
-4
/
+1
*
graphml: re-add graph attribute type 'long' after 857aa81 removed it (#4189)
josch
2020-09-05
1
-0
/
+23
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
2
-5
/
+3
*
Add edge label in GEXF writer as an optional attribute (#3347)
Jonathan Schneider
2020-08-16
1
-3
/
+4
*
MultiGraph from graphml with explicit edge ids #3470 (#3763)
kiryph
2020-08-16
1
-16
/
+160
*
Fix parse_edgelist behavior with multiple attributes (#4125)
Christoph Martin
2020-08-03
1
-0
/
+42
*
Format w/ black
Jarrod Millman
2020-07-10
12
-461
/
+533
*
Correctly infer numpy float types (#3919)
Alex Henrie
2020-07-05
1
-0
/
+11
*
Add option for named key ids to GraphML writing. (#3960)
ryan-duve
2020-05-17
1
-0
/
+75
*
Update string format
Jarrod Millman
2020-01-01
1
-24
/
+24
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
9
-16
/
+15
*
3511 gml list support (#3649)
Anton Lodder
2019-12-12
1
-0
/
+96
*
Update style
Jarrod Millman
2019-11-18
1
-134
/
+147
*
Fix test_numpy_type to pass under Python 3.8
Steve Kowalik
2019-11-14
1
-1
/
+50
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
6
-6
/
+0
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
2
-2
/
+0
[next]