Node centrality and random seeds
In `v2.1.0`, node centrality computation capability has been added to `NetworkEnsemble` and may be plotted geographically from the CLI, and significance clustering has been made reproducible with random seed.
Changelog
- Added infrastructure to compute and plot node centrality indices
- Random seed of sig clu now properly makes results reproducible
- Heavily tweaked default simulated annealing parameters
- Improved internal typing (frozensets now used where appropriate) and added type aliases
- Restructured package
**Full Changelog**: https://github.com/KarstenEconomou/netclop/commits/v2.1.0