PhyloZoo: New Python Framework for Phylogenetic Network Analysis Released
Researchers have released PhyloZoo, an open-source Python framework designed to analyze phylogenetic networks that represent reticulate evolutionary processes like hybridization and horizontal gene transfer. Existing software typically supports only specific inference methods and representations, limiting flexibility for researchers studying complex evolutionary relationships. The tool addresses a gap in the field by providing unified support for multiple network representations, particularly semi-directed networks that account for root uncertainty.
PhyloZoo is a new open-source Python framework that provides a comprehensive toolkit for phylogenetic network analysis, addressing limitations in existing software that are often tied to specific inference paradigms. The framework includes data structures, algorithms, and visualization tools covering major phylogenetic network representations used in the field, with robust input/output support for standard phylogenetic file formats. A key innovation is enhanced support for semi-directed phylogenetic networks, which explicitly represent uncertainty about the root of evolutionary trees—a feature that has received limited attention in prior software. By offering a shared computational foundation and combinatorial layer, PhyloZoo enables researchers to develop interoperable tools and conduct reproducible workflows for studying reticulate evolution, where lineages merge through processes such as hybridization, recombination, and horizontal gene transfer. The software is implemented in Python and available through standard package repositories with full documentation and examples.
What different sources said
- bioRxivCenter
PhyloZoo: a unified framework for phylogenetic network analysis in Python
Related
Urban Spider Populations Show Increased Body Size but Reduced Body Condition, Study Finds
A study of European garden spiders across rural-urban gradients in Belgium found that urbanization is associated with larger body sizes but reduced abdominal area (indicating lower body condition and reproductive investment). The research examined how multiple traits—including size, coloration, and thermoregulation—respond to urbanization at different spatial scales. Understanding how urban environments affect spider morphology and physiology is important for predicting how ectothermic species adapt to cities and the ecological consequences of urbanization.
Researchers Propose 'Generativism' as New Learning Theory for Generative AI Era
Computer science researchers have published a framework called 'Generativism' that proposes a new learning theory designed specifically for educational environments where generative AI is present. The framework argues that existing learning theories—behaviorism, cognitivism, constructivism, and connectivism—have conceptual limitations when applied to AI-assisted learning. The proposal matters because it could reshape how educators design instruction, assessment, and skill development as generative AI becomes increasingly integrated into learning.
New Method for Detecting AI Hallucinations in Real-Time Using Statistical Change-Point Theory
Researchers have developed a new approach to detect when AI language models begin producing hallucinations (false information) by framing the problem as a statistical change-point detection task. The method uses a learned CUSUM (Cumulative Sum Control Chart) algorithm that can identify hallucination onset in 11-13 tokens, compared to 31 tokens for baseline methods. This matters because real-time hallucination detection is critical for deploying AI systems safely, and the research reveals fundamental limits on how quickly such detection is theoretically possible.