Highlights
* Adds `cohort_size` parameter to `Ag3.haplotypes()` function.
* Adds `Ag3.h12_calibration()` and `Ag3.plot_h12_calibration()` functions to generate and plot h12 calibration data for different window sizes.
* Adds `Ag3.h12_gwss()`, `Ag3.plot_h12_gwss_track()` and `Ag3.plot_h12_gwss()` to generate and plot h12 analyses.
([GH272](https://github.com/malariagen/malariagen-data-python/pull/272))
* Fixes bug where in Google Colab notebooks, debug logging couldn't be turned off.
([GH274](https://github.com/malariagen/malariagen-data-python/pull/274))
What's Changed
* GWSS method by cclarkson in https://github.com/malariagen/malariagen-data-python/pull/272
* Misc Ag3 tweaks by alimanfoo in https://github.com/malariagen/malariagen-data-python/pull/267
* Fixes DEBUG bug by cclarkson in https://github.com/malariagen/malariagen-data-python/pull/274
* 6.1.0 update by cclarkson in https://github.com/malariagen/malariagen-data-python/pull/275
**Full Changelog**: https://github.com/malariagen/malariagen-data-python/compare/v6.0.1...v6.1.0