janushendersonassetallocation / loman

Loman is a Python library designed to allow quantitative researchers to control complex live updating calculation processes
BSD 3-Clause "New" or "Revised" License
95 stars 13 forks source link

Add support for NetworkX 2.0 #19

Closed edparcell closed 7 years ago

edparcell commented 7 years ago

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.

edparcell commented 7 years ago

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