You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Change History
2
2
3
+
## tact 0.5.0
4
+
5
+
* TACT has a new documentation website, available at [tact.jonathanchang.org](https://tact.jonathanchang.org).
6
+
* Adds an experimental command, `tact_add_config`. This uses a configuration-based approach to specify nodes of interest where unsampled species will be placed. This feature is currently undocumented and is expected to have many bugs.
7
+
* Adds a `--version` option to most commands.
8
+
* Uses a new interval bounds checker to ensure that the union of all possible age constraints on a clade is itself an atomic (single) interval, rather than a disjunction of multiple such intervals.
9
+
* Checks for a valid taxonomy tree are moved from `tact_build_taxonomic_tree` to `tact_add_taxa`, ensuring that taxonomic trees generated outside of TACT can still be appropriately validated.
10
+
* Drops support for Python 3.7.
11
+
* Adds support for Python 3.11.
12
+
* Updates NumPy to 1.24.
13
+
* Updates SciPy to 1.10.
14
+
* Updates DendroPy to 4.6.
15
+
* Updates the version of PyPy in the Docker image to use Python 3.9.
16
+
3
17
## tact 0.4.1
4
18
5
19
* Extreme age ranges when using the Yule or birth-death models should now cause fewer optimization issues (reported by Alexandre Siqueira).
0 commit comments