CambridgeUniversityPress / FirstCourseNetworkScience

Tutorials, datasets, and other material associated with textbook "A First Course in Network Science" by Menczer, Fortunato & Davis
https://cambridgeuniversitypress.github.io/FirstCourseNetworkScience/
Other
364 stars 179 forks source link

Minimum version of NetworkX required? #9

Closed filmenczer closed 4 years ago

filmenczer commented 5 years ago

Should we require a minimum version of NetworkX in the tutorials?

One exercise requires greedy_modularity_communities, which became available in v.2.2.

Another exercise requires the version of asyn_lpa_communities that we fixed, in the latest version (2.4).

clayadavis commented 4 years ago

Then the minimum should be 2.4.

filmenczer commented 4 years ago

Added a note about v2.4 in README.