v0.5.0
New features
- saving and loading from communities using
community = load_pickle(filename)
andcommunity.to_pickle(filename)
- optional progress bars for community building and optimization
Fixes
- fixed error in
CommunitySolution.__repr__
community = load_pickle(filename)
and community.to_pickle(filename)
CommunitySolution.__repr__