`sample_sets` parameter can now be a list of sample sets.
0.12.0
Updates cohort parameters to latest analysis.
What's Changed * `gene_cnv_frequencies` - fixes pandas fragment warning by cclarkson in https://github.com/malariagen/malariagen-data-python/pull/68 * Upgrade `cohorts_analysis` to 20210927 by cclarkson in https://github.com/malariagen/malariagen-data-python/pull/66 * updates docs for 0.12.0 release by cclarkson in https://github.com/malariagen/malariagen-data-python/pull/71
Highlights * `Ag3`: Add `haplotypes()` and supporting functions `open_haplotypes()` and `open_haplotype_sites()`.
What's Changed * Reverse expected/actual in tests by cclarkson in https://github.com/malariagen/malariagen-data-python/pull/53 * Raise error if zero samples selected for allele frequency calculations by cclarkson in https://github.com/malariagen/malariagen-data-python/pull/52 * Add Ag3.haplotypes() implementation and tests by alimanfoo in https://github.com/malariagen/malariagen-data-python/pull/54