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
/
classes
/
reportviews.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-12
/
+3
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-0
/
+1
*
Fix __setstate__ for OutEdgeView subclasses, read _adjdict from state (#5657)
Mridul Seth
2022-05-20
1
-4
/
+4
*
Cache edges, degree, adj properties of Graph classes (#5614)
Dan Schult
2022-05-11
1
-3
/
+3
*
Minor updates to tutorial.rst and add docstring for data method of nodes/edge...
Ross Barnowski
2021-09-14
1
-0
/
+134
*
Updates to slicing error message for reportviews (#4304)
Ross Barnowski
2020-11-12
1
-4
/
+18
*
Add descriptive error message for Node/EdgeView slicing. NEXP2 (#4300)
Mridul Seth
2020-10-30
1
-0
/
+17
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-28
/
+35
*
Format w/ black
Jarrod Millman
2020-07-10
1
-94
/
+182
*
WIP: Change EdgeDataView __contains__ feature (2nd attempt) (#3845)
Isaac Boates
2020-07-07
1
-10
/
+22
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-1
/
+1
*
Update string format
Jarrod Millman
2020-01-01
1
-9
/
+9
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-7
/
+7
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-10
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-21
1
-1
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-1
/
+1
*
remove cyclical references from OutEdgeDataView (#3598)
Aaron Opfer
2019-09-21
1
-6
/
+6
*
Fix dict iteration for Py3.8
Jarrod Millman
2019-08-26
1
-1
/
+1
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Import ABCs from collections.abc (#3171)
Jonathan Barnoud
2018-12-02
1
-1
/
+1
*
Enable create_using to be a constructor (#3004)
Dan Schult
2018-06-17
1
-1
/
+1
*
Remove cyclic reference in G.root_graph (#3014)
Dan Schult
2018-06-16
1
-1
/
+2
*
Corrected signatures for @classmethod and methods to use cls and self. (#2865)
Mads Jensen
2018-02-03
1
-2
/
+2
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-4
/
+12
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Correct len(G.edges) for self-loops and test it (#2816)
Dan Schult
2018-01-08
1
-9
/
+3
*
Add tests for pickle of each view and fix where needed (#2654)
Dan Schult
2017-09-08
1
-37
/
+56
*
Review and update tutorial/docs due to 2.0 changes (#2650)
Dan Schult
2017-09-07
1
-1
/
+1
*
Make a nice printout with __str__ for Views (#2613)
Dan Schult
2017-08-15
1
-3
/
+9
*
Finalize view tests for v2.0 (#2610)
Dan Schult
2017-08-14
1
-20
/
+21
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-1
/
+39
*
WIP Add reversed view and to_(un)directed view (#2565)
Dan Schult
2017-07-31
1
-0
/
+1111