We have made some major changes to the methods in the Multi/Di/Graph classes.
- マルチグラフ・有向グラフクラスのメソッドが修正
With the release of NetworkX 2.0 we are moving to a view/iterator reporting API. We have moved many methods from reporting lists or dicts to iterating over the information. Most of the changes in this regard are in the base classes. Methods that used to return containers now return views (inspired from dictionary views in Python) and methods that returned iterators have been removed.
view/iterator
を返すAPIに関する変更