ITADN
apcamargo/taxopy

版本发布 4

v0.14.0
? · 2025-02-04

- Added the `all_names` attribute to `Taxon` and the `taxid2all_names` attribute to `TaxDb`. These attributes store all names associated with taxa, including non-scientific names (e.g., `'common name'` and `'authority'`).

v0.13.0
? · 2024-08-03

- Allow download of a remote custom taxdump via the `taxdump_url` parameter of the `TaxDb` class. - Allow fuzzy string matching in `taxid_from_name` through the `fuzzy` parameter. The degree of similarity between the query and the matches can be controlled using the `score_cutoff` parameter.

v0.12.0
? · 2023-09-04

- Add `rank_lineage`, `ranked_name_lineage`, and `ranked_taxid_lineage`

v0.11.0
? · 2023-01-23

- Allow `taxid_from_name` to take a list of names as input.