Skip to content

Feature update for Python API

Compare
Choose a tag to compare
@jeromekelleher jeromekelleher released this 24 Jun 14:14

Feature release adding population related methods to the API.

  • New TreeSequence.get_population(sample_id) method.
  • New TreeSequence.get_samples(population_id) method.
  • Added the optional samples argument to the
    TreeSequence.get_pairwise_diversity method.
  • Fixed a potential low-level buffer overrun problem.