- Make randomness-based functions seedable
- Test against more python versions
- to do
- Refactor code into multiple files
- Fix bug in efficiency_bin
- Fix bugs in modularity_louvain_und
- Fix bugs in
participation_coef_b* - Add some test cases
- Add various new functions from Jan 2015 release of BCT
- Fix various bugs documented in github issues
- Fix small bug in
latmio_und_connectedcausing failure for sparse matrices - Add non-networkx dependent algorithm to get_components (but less efficient)
- Add an implementation of consensus clustering and fix bug in agreement
- Fix bug causing
clustering_coef_buto always return 0 - Remembered to update changelog
- Fix some bugs in
modularity_louvain_dirand related - Fix bug in NBS and add optional paired-sample test statistic (sviter)
- Change several functions including threshold_proportional and binarize have
copy=Trueas default argument - Fix bug in
threshold_proportionalwhere copying behavior did not work symmetric matrices. - Fix minor quirk in
threshold_proportionalwherenp.roundrounds to nearest even number (optimizes floating point) which is discrepant with BCT - Add a test suite with some functions
- Fix typo in
rich_club_bu - Refactor
x[range(n),range(n)]tonp.fill_diagonal - Fix off-by-one bug in
moduality_[prob/fine]tune_und_sign
- Fix bug in NBS
- Fix series of bugs in
null_models
- Added NBS
- Added in all of the new functions from the Dec 2013 release of BCT
- Fixed numerous bugs having to do with indexing errors in modularity
- Fixed several odd bugs with
clustering_coef,efficiency,distance
For the next release, I clearly need a real test suite.