Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
- Added ``Tree.generate_star`` static method to create star-topologies (:user:`hyanwong`,
:pr:`934`).

- Added ``Tree.generate_comb`` and ``Tree.generate_balanced`` methods to create
example trees. (:user:`jeromekelleher`, :pr:`1026`).

- Added ``equals`` method to TreeSequence, TableCollection and each of the tables which
provides more flexible equality comparisons, for example, allowing
users to ignore metadata or provenance in the comparison.
Expand Down
Loading