Skip to content

Commit

Permalink
prep v4.1.0 [ci skip] (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo authored Apr 14, 2022
1 parent 5234271 commit 81824a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <alistair.miles@sanger.ac.uk>",
Expand Down

0 comments on commit 81824a5

Please sign in to comment.