Releases: jzhang-dev/lakeview
Releases · jzhang-dev/lakeview
Release list
v0.2.0
- Feature: added
lakeview.Wigglefor visualising continuous one-dimensional data in the BigWig format. - Various minor improvements and bug fixes.
v0.1.7
- Bug fix: fixed a bug that caused the
load_pileupoption ofSequenceAlignment.draw_alignmentto have no effect. - Bug fix: fixed a bug that caused visual differences when aligned segments have multiple colors.
v0.1.6
- Improvement: added
load_pileupoption toSequenceAlignment. - Improvement: loading GTF files now triggers a
DeprecationWarning. - Bug fix: read pairs are now inferred from names rather than coordinates.
v0.1.5
- Bug fix: fixed a bug that caused incorrect title locations in
GenomeViewer.
v0.1.4
- Improvement: smarter locations and formatting for
GenomeViewerticks and tick labels. - Improvement:
lakevew. region_notation.get_region_notationcan now acceptfloatintervals. - Improvement:
lakeview.annotation.GeneAnnotation.from_filenow accepts two new arguments:transcript_keyandparent_transcript_key. This improves compatibility with custom GFF3/GTF files. - Bug fix: segments without base modification information will no longer cause an error when drawing modified bases.
- Bug fix: fixed a bug that causes an error when pressing the "Go" button in the
GenomeViewerwidget. - Various documentation updates.