Skip to content

Commit

Permalink
Merge pull request #3032 from hyanwong/rf-docs
Browse files Browse the repository at this point in the history
Document rf_distance()
  • Loading branch information
benjeffery authored Oct 16, 2024
2 parents baac2aa + 3f1cf47 commit 05f8bef
Show file tree
Hide file tree
Showing 5 changed files with 1,418 additions and 1,391 deletions.
1 change: 1 addition & 0 deletions docs/python-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ Functions and static methods
```{eval-rst}
.. autosummary::
Tree.kc_distance
Tree.rf_distance
```

(sec_python_api_trees_balance)=
Expand Down
2 changes: 2 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@

- Add ``resources`` section to provenance schema. (:user:`benjeffery`, :pr:`3016`)

- Add ``Tree.rf_distance`` method to calculate the unweighted Robinson-Foulds distance
between two trees. (:user:`Billyzhang1229`, :issue:`995`, :pr:`2643`, :pr:`3032`)

--------------------
[0.5.8] - 2024-06-27
Expand Down
Loading

0 comments on commit 05f8bef

Please sign in to comment.