phylodm 3.2.0

Efficient calculation of phylogenetic distance matrices.
Documentation
[project]
name = "phylodm"
version = "3.2.0"
dependencies = ["dendropy", "numpy"]
requires-python = ">=3.8"
description = "Efficient calculation of phylogenetic distance matrices."
readme = "README.md"
authors = [
    { name = "Aaron Mussig", email = "aaronmussig@gmail.com" }
]
license = { file = "LICENSE" }
keywords = ["phylogenetic", "distance", "matrix", "symmetric"]
classifiers = [
    "Development Status :: 5 - Production/Stable",
    "Intended Audience :: Science/Research",
    "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
    "Natural Language :: English",
    "Operating System :: OS Independent",
    "Programming Language :: Python :: 3.8",
    "Programming Language :: Python :: 3.9",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Rust",
    "Topic :: Scientific/Engineering :: Bio-Informatics",
]

[project.urls]
Homepage = "https://github.com/aaronmussig/PhyloDM"
Documentation = "https://github.com/aaronmussig/PhyloDM"
Repository = "https://github.com/aaronmussig/PhyloDM"
Issues = "https://github.com/aaronmussig/PhyloDM/issues"
Changelog = "https://github.com/aaronmussig/PhyloDM/blob/main/CHANGELOG.md"

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
features = ["pyo3", "numpy", "python"]
python-source = "python"
module-name = "phylodm.pdm"
include = [
    { format = "sdist", path = ".cargo/*" },
    { format = "sdist", path = "Cargo.lock" },
]