Skip to content

Releases: lemieuxl/pyplink

Version 1.0.2

01 Sep 13:50
Compare
Choose a tag to compare

This is a minor release of pyplink. Here are the changes:

  • The fid and iid columns in the fam DataFrame are now always strings.
  • The snp column in the bim DataFrame are now always strings.

This modification was necessary, as one would expect those columns to be strings, even though they might include only integers. When looking at sample (or marker) identification numbers, one rarely cast these values to int...

Version 1.0.1

14 Aug 13:17
Compare
Choose a tag to compare

This is a minor release of pyplink. Here are the changes:

  • Now uses the six module for more efficient use of range in both Python2 and Python3.

Version 1.0.0

09 Jul 19:52
Compare
Choose a tag to compare

This is the first official release of pyplink. For a description of the module, see README.mkd.