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
/
pajek.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-2
/
+2
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-1
/
+1
*
Format w/ black
Jarrod Millman
2020-07-10
1
-40
/
+53
*
Add extra information when casting 'id' to int() fails. (Resolves #3910) (#3916)
Lukas Lösche
2020-04-15
1
-1
/
+6
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-12
/
+6
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-8
/
+0
*
Deprecate is_string_like
Jarrod Millman
2019-10-21
1
-11
/
+11
*
Deprecate make_str
Jarrod Millman
2019-10-21
1
-3
/
+3
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
1
-6
/
+0
*
Use pytest for doctest
Jarrod Millman
2019-10-12
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-1
/
+1
*
Check if attribute is str like in writing to Pajek Fixes #2933 (#2936)
Haochen Wu
2018-05-22
1
-7
/
+28
*
Use isinstance in is_string_like (#2660)
Jarrod Millman
2017-09-10
1
-2
/
+2
*
Comply with pep8
Jarrod Millman
2017-09-10
1
-3
/
+3
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-4
/
+4
*
Move data structure to private names and replace with readonly structures (#2...
Dan Schult
2017-06-26
1
-1
/
+1
*
Don't depend on numpy to parse Pajek adjacency matrices.
Valentin Lorentz
2016-07-30
1
-7
/
+6
*
Add support for reading adjacency matrix in readwrite.pajek.parse_pajek.
Valentin Lorentz
2016-07-29
1
-0
/
+11
*
fix issue #1948 and PEP8 formatting
vpodpecan
2016-03-07
1
-59
/
+68
*
Merge master into iter_refactor
Dan Schult
2015-08-07
1
-1
/
+1
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-1
/
+1
*
Better exception handling, simpler test
Aric Hagberg
2014-06-03
1
-2
/
+2
*
Adjust author email, copyright year
Aric Hagberg
2014-06-02
1
-2
/
+2
*
Pajek reader can't handle encoded data
Aric Hagberg
2014-06-02
1
-2
/
+12
*
Allow a blank name when reading Pajek files.
chebee7i
2013-09-14
1
-19
/
+24
*
Remove generation of "name" line from Pajek writer since many Pajek readers c...
Aric Hagberg
2012-09-19
1
-3
/
+5
*
Update pajek to use @open_file
Ben Edwards
2011-08-17
1
-6
/
+6
*
Double quote all string with space for Pajek writer.
Aric Hagberg
2011-07-20
1
-15
/
+18
*
Changed File handle name and utils in new directory, also changes
Ben Edwards
2011-07-15
1
-3
/
+3
*
Add double quotes if attribute contains spaces.
Aric Hagberg
2011-05-24
1
-0
/
+4
*
Read files that specify both Arcs and Edges. Without a spec we are really ju...
Aric Hagberg
2011-05-15
1
-7
/
+6
*
Allow arbitirary node and edge attributes to be written to pajek format files...
Aric Hagberg
2011-05-15
1
-6
/
+6
*
Remove statements that do nothing.
Loïc Séguin-C.
2011-02-11
1
-4
/
+3
*
Clean up doctest temporary example files.
Aric Hagberg
2010-09-20
1
-0
/
+5
*
Don't generate \n's
aric
2010-08-20
1
-9
/
+19
*
Add some documentation to read/write functions
aric
2010-08-20
1
-3
/
+6
*
Fix typo
aric
2010-08-17
1
-1
/
+1
*
Update pajek documentation and tests
aric
2010-08-17
1
-52
/
+81
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-2
/
+2
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-3
/
+3
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Merge attrgraph branch into trunk
aric
2009-08-11
1
-40
/
+25
*
Better handling of edge data in read_pajek().
aric
2008-12-14
1
-7
/
+22
*
update to handle versions of "Pajek" files that do not have
aric
2008-11-26
1
-4
/
+14
*
Convert pajek to MultiGraph and MultiDiGraph for new API.
aric
2008-11-25
1
-26
/
+57
*
Add Pajek format reader and writer.
aric
2008-05-29
1
-0
/
+136