janushendersonassetallocation/loman

Add support for NetworkX 2.0

Closed this issue · 1 comments

NetworkX changed their API in a non-compatible way from 1.X to 2.0. There is a migration guide at https://networkx.github.io/documentation/stable/release/migration_guide_from_1.x_to_2.0.html

When 2.0 is available in Anaconda, we should convert loman to use and require NetworkX 2.0.

NetworkX 2.0 was added to Anaconda. Changes to support NetworkX 2.0 in 2288b34. These changes are not backwards compatible.