* Package all in one namespace * Copy-free creation of VariantMatrix from numpy arrays! * C++ code now built using cmake * libsequence is now a submodule, so no external compiled dependencies! * CircleCI integration * Fix of molpopgen/libsequence59 is included
0.2.1.post0
Requires libsequence == 1.9.7.
This release is in response to 20. Changes will not be merged to master, as they are in conflict with current development progress.
0.2.1
0.2.0
pylibseq has been completely redesigned:
* The code base now uses pybind11 instead of Cython. * It is up-to-date with libsequence 1.9.2.
0.1.8
- based on [libsequence](https://github.com/molpopgen/libsequence) 1.9.0 - made sure C++ objects/fxns are declared "nogil". - Raw pointers replaced with C++'s unique_ptr. - New module: libsequence.msprime to work with [msprime](https://msprime.readthedocs.io/en/stable/)