Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Releases: molpopgen/pylibseq

Faster variant-by-variant transfer from tskit

23 Jul 21:11
Compare
Choose a tag to compare

Major new release!

18 Jun 19:31
Compare
Choose a tag to compare
  • 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/libsequence#59 is included

Compatibility with libsequence 1.9.7

11 Jun 18:15
Compare
Choose a tag to compare

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.

Compatibility with libsequence 1.9.6

14 Nov 00:41
Compare
Choose a tag to compare

Complete redesign

25 Oct 19:50
Compare
Choose a tag to compare

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

01 Nov 19:32
Compare
Choose a tag to compare
  • based on 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

Update for libsequence 1.8.9

16 Feb 00:18
Compare
Choose a tag to compare
0.1.6

option to use cython in setup.py rather than configure.in

Cython not required

02 Nov 23:52
Compare
Choose a tag to compare

It now installs w/o Cython on the system

Better setup.py

02 Nov 21:44
Compare
Choose a tag to compare
  • setup.py now makes sure dependencies are visible.
  • This release is on PyPI

Better sliding windows

30 Oct 16:41
Compare
Choose a tag to compare

Better interface for sliding windows.