Skip to content

Releases: jzhang-dev/lakeview

v0.2.0

Choose a tag to compare

@jzhang-dev jzhang-dev released this 26 Jul 14:53
47e9e5b
  • Feature: added lakeview.Wiggle for visualising continuous one-dimensional data in the BigWig format.
  • Various minor improvements and bug fixes.

v0.1.7

Choose a tag to compare

@jzhang-dev jzhang-dev released this 17 Mar 08:56
b1e24fa
  • Bug fix: fixed a bug that caused the load_pileup option of SequenceAlignment.draw_alignment to have no effect.
  • Bug fix: fixed a bug that caused visual differences when aligned segments have multiple colors.

v0.1.6

Choose a tag to compare

@jzhang-dev jzhang-dev released this 16 Mar 17:46
  • Improvement: added load_pileup option to SequenceAlignment.
  • Improvement: loading GTF files now triggers a DeprecationWarning.
  • Bug fix: read pairs are now inferred from names rather than coordinates.

v0.1.5

Choose a tag to compare

@jzhang-dev jzhang-dev released this 16 Mar 12:20
  • Bug fix: fixed a bug that caused incorrect title locations in GenomeViewer.

v0.1.4

Choose a tag to compare

@jzhang-dev jzhang-dev released this 16 Mar 10:48
  • Improvement: smarter locations and formatting for GenomeViewer ticks and tick labels.
  • Improvement: lakevew. region_notation.get_region_notation can now accept float intervals.
  • Improvement: lakeview.annotation.GeneAnnotation.from_file now accepts two new arguments: transcript_key and parent_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 GenomeViewer widget.
  • Various documentation updates.

v0.1.3

Choose a tag to compare

@jzhang-dev jzhang-dev released this 26 Feb 15:09

Initial production release