Added
- Network properties methods: b2_balance, count_cherries_and_reticulated_cherries and blob_properties. (11)
- Tree-child-sequence functions. (12)
- Usage of NetworkX referenced in README. (14)
- Cherry picking hybridization workflow works again, including tests. (15)
- Start documentation using sphinx. (18)
- ReadtheDocs config. (21)
- CI/CD release. (22)
Changed
- Cleaned up generators: beta-splitting trees, add_edges, caterpillar, balanced tree, lgt, zods, random tree-child sequence. (14)
- Add lots of docstrings for sphinx autosummary. (18)
Fixed
- Invalid horizontal moves generated by Move.random_move. (18)
- Bug in Move.is_type: all moves are of type MoveType.ALL. (18)
- Implementation of apply_move for VMIN and VPLU, change the _reticulation_number, also fixes the mcmc network generator. (18)