Hello, I have updated the package to v2.5.0.
There are almost entirely 0 user-facing changes, except I fixed a regression bug in `NBS` which occurred if `alternative='less'` and relates to calculating the maximum statistic for randomized networks.
Other changes were towards optimizing functions:
* sim.rand.graph.clust is now ~2x faster (which had already been sped up considerably from earlier versions). So, for example, calculating N=1,000 random graphs (controlling for clustering) for a graph with 68 vertices and 20% density (and transitivity=0.54) now only takes less than 6 minutes
* `centr_lev` is about 2x faster
* `edge_asymmetry` is about 5% faster
For all changes, please see the `NEWS.md` file on Github. And let me know if there are any issues.
Chris