Skip to content

Python 0.5.5

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 20:09
· 203 commits to main since this release
fd72573

Performance improvements

  • Methods like ts.at() which seek to a specified position on the sequence from
    a new Tree instance are now much faster (@molpopgen, #2661).

Features

  • Add __repr__ for variants to return a string representation of the raw data
    without spewing megabytes of text (@chriscrsmith, #2695, #2694)

  • Add keep_rows method to table classes to support efficient in-place
    table subsetting (@jeromekelleher, #2700)

Bugfixes

  • Fix UnicodeDecodeError when calling Variant.alleles on the emscripten platform.
    (@benjeffery, #2754, #2737)