hstrat enables phylogenetic inference on distributed digital evolution populations. It provides tools for reconstructing evolutionary history from digital organisms. Current version is 1.25.0, with a monthly release cadence.
pip install hstratVerified import paths — ran on the pinned version, not inferred.
Basic usage: import hstrat and create a HereditaryStratigraphicColumn.
Migrate to 1.x API: refer to migration guide at https://hstrat.readthedocs.io/en/latest/migration.html
Update Python to 3.10 or newer.
Replace with `hstrat.new_func` as per deprecation warning details.
Run `pip install hstrat` and ensure Python >=3.10.
Use `from hstrat import hstrat; col = hstrat.HereditaryStratigraphicColumn()` or `from hstrat.hstrat import HereditaryStratigraphicColumn`.
Check the API documentation for your version. Use ``help(hstrat.HereditaryStratigraphicColumn)`` to see correct parameters.
No dependency data recorded yet.