Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 20:59
7648e92

0.5.0 (2024-12-11)

Features

  • a new Haplotypes.merge() method (#256) (cf4ccb2)
  • allow for specifying the order of population labels in Breakpoints.encode() (#262) (09a916a)
  • allow multiple variants in pearson_corr_ld() (#258) (808c31e)
  • support for Apple M1 silicon (#255) (3f055ac)
  • support for numpy 2.0 (#250) (69192d0)

Bug Fixes

    1. improve error in transform when providing an empty hap file and a --region and 2) allow for calling write() on Genotypes objects without variants (#264) (4e84178)
  • allow simphenotype to accept TR PGENs without --repeats (#263) (16a84d1)
  • issue warnings instead of errors when trying to check the header of hap files and issue error when output of transform is not provided to simphenotype (#254) (0226653)
  • load an empty array if there are no variants in GenotypesVCF.read (#257) (9eedc3a)

Documentation

  • creating an .hanc file from a .bp file (#260) (b6dcd0c)