Skip to content

Commit 5aaa4a5

Browse files
committed
tact v0.5.0
1 parent 2da3c1f commit 5aaa4a5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change History
22

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+
317
## tact 0.4.1
418

519
* Extreme age ranges when using the Yule or birth-death models should now cause fewer optimization issues (reported by Alexandre Siqueira).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tact"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "Taxonomic addition for complete trees: Adds tips to a backbone phylogeny using taxonomy simulated with birth-death models"
55
authors = ["Jonathan Chang <me@jonathanchang.org>"]
66
license = "MIT"

0 commit comments

Comments
 (0)