From a1681fd037600bea00483b397475343f9057273b Mon Sep 17 00:00:00 2001 From: rmcar17 Date: Thu, 15 Aug 2024 05:27:40 +0000 Subject: [PATCH] REL: populate changelog --- changelog.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1dd398e..842df97 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,26 @@ + +# Changes in release "0.3.0" + +## Contributors + +- @rmcar17 Added new classes to enhance model specification when calling `build_tree` and `fit_tree`. +- @thomaskf fixed a bug in IQ-TREE resulting in segmentation faults on some invalid arguments. + +## ENH + +- `build_tree` and `fit_tree` now allow specifying base frequencies, invariable sites and rate heterogeneity options. + +## BUG + +- Fixed a segmentation fault on repetitive calls to IQ-TREE with particular arguments. + # Changes in release "0.2.0" ## Contributors - Richard Morris - - Robert McArthur ## ENH