Skip to content

v1.3.2

Compare
Choose a tag to compare
@alimanfoo alimanfoo released this 07 Aug 22:31
· 23 commits to master since this release
5f2f73f
Cython implementations for to_allele_counts (#288)

* cython implementations for to_allele_counts

* use optimisations for to_allele_counts

* regenerated model.c with to_allele_counts functions

* recythonize

* release note

* Use uint8_t for to_allele_counts and remove dtype argument.

* Remove use of dtype argument when calling to_allele_counts

* re-cythonize allel/opt/model.pyx

Co-authored-by: Alistair Miles <alimanfoo@googlemail.com>