From 81824a5de5c52c2d558d8cf12fabaa34f3d8c91a Mon Sep 17 00:00:00 2001 From: Alistair Miles Date: Thu, 14 Apr 2022 23:22:14 +0100 Subject: [PATCH] prep v4.1.0 [ci skip] (#215) --- README.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d9bdc33..1e248f760 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,19 @@ from the following locations: ## Release notes +### 4.1.0 + +* Use pypi for igv-notebook dependency + ([GH209](https://github.com/malariagen/malariagen-data-python/issues/209)). + +* Add `sample_query` parameter to `Ag3.haplotypes()` + ([GH210](https://github.com/malariagen/malariagen-data-python/issues/210)). + +* Add `sample_query` and `max_coverage_variance` parameters to + `Ag3.cnv_hmm()` and `Ag3.gene_cnv()` + ([GH213](https://github.com/malariagen/malariagen-data-python/issues/213)). + + ### 4.0.1 * Make igv-notebook an optional dependency while it is still only diff --git a/pyproject.toml b/pyproject.toml index c05c551d6..3bd383ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "malariagen_data" -version = "4.0.1" +version = "4.1.0" description = "A package for accessing and analysing MalariaGEN data." authors = [ "Alistair Miles ",