Skip to content

Commit

Permalink
prep for 1.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Jul 12, 2017
1 parent 2ce4618 commit 9251398
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion allel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
from . import constants
from . import util

__version__ = '1.1.8'
__version__ = '1.1.9'
13 changes: 13 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release notes
=============

v1.1.9
------

* Added support for Type=Character in VCF files
(`Kunal Bhutani <https://github.com/kunalbhutani>`_;
`#159 <https://github.com/cggh/scikit-allel/issues/159>`_)
* Fixed type of indexing variables in VCF reading functions to handle larger datasets
(`#160 <https://github.com/cggh/scikit-allel/issues/160>`_).
* Added option to specify string codec in :func:`allel.vcf_to_zarr`
(`#156 <https://github.com/cggh/scikit-allel/issues/156>`_).
* Fixed bug in LD plotting function
(`#161 <https://github.com/cggh/scikit-allel/issues/161>`_).

v1.1.8
------

Expand Down

0 comments on commit 9251398

Please sign in to comment.