Skip to content

Releases: moshi4/pyGenomeViz

v1.3.0

04 Aug 07:13
8a5a434
Compare
Choose a tag to compare

Change Log

New Functionality

  • Added theme option (light[default] or dark)
  • Added Fasta parser class
  • Added load_example_fasta_dataset() utility function
  • Added to_stack_features() helper function to avoid feature overlap

Bug Fix

  • Fixed to ignore features that have no location (#54)

v1.2.1

13 Jul 10:39
Compare
Choose a tag to compare

Change Log

Bug Fix

  • Fixed a bug that the dependent libraries for HTML viewer were not packaged correctly

v1.2.0

13 Jul 09:45
6aca995
Compare
Choose a tag to compare

Change Log

New Functionality

  • Added Features Table to HTML viewer experimentally (Demo Page)
  • Added unit argument to gv.set_scale_xticks() to enable choose Gb, Mb, Kb, bp unit
  • Added target_strand & target_range argument to gff.extract_exon_features()

Improvement

  • Improved HTML viewer code & UI design
  • Fixed to raise error in gv.savefig_html() for invalid figure
  • Switched package manager poetry to rye

v1.1.0

26 May 07:26
aee65af
Compare
Choose a tag to compare

Change Log

Improvement

  • Added reverse complement option to GUI

Bug Fix

  • Fixed unexpected sys.exit when calling aligner tool

v1.0.0

18 May 14:46
Compare
Choose a tag to compare

Major Upgrade v1.0.0

See README and document for details.

v0.4.4

28 Oct 09:10
9f5d6f2
Compare
Choose a tag to compare

Change Log

Improvement

  • Added track.add_features() method

Bug Fix

  • Fixed a bug that caused an error in the GUI when uploaded files contain parentheses ().

v0.4.3

22 Sep 13:46
1c3560d
Compare
Choose a tag to compare

Change Log

Bug Fix

  • Fixed bug due to matplotlib v3.8.0 changes (#22)
  • Fixed savefig() to suppress memory leak during multiple plots

v0.4.2

26 Aug 08:36
2f9f96f
Compare
Choose a tag to compare

Change Log

Improvement

  • Added resource warning message for streamlit cloud deployment

Bug Fix

  • Fixed gui run error when upload filename contains space char
  • Fixed mmseqs run error when protein_id contains | char
  • Fixed a bug that gff.get_seqid2size() got incorrect multi-contig size

v0.4.1...v0.4.2

v0.4.1

09 Aug 13:27
72596b8
Compare
Choose a tag to compare

Change Log

Improvement (GUI)

  • Added genome comparison result download functionality
  • Improved text contents & widget layout
  • Adjusted range label padding size

Bug Fix

  • Fixed feature coloring bug when facecolor tag is set

v0.4.0...v0.4.1

v0.4.0

04 Aug 13:37
bac5740
Compare
Choose a tag to compare

Change Log

New Functionality

  • Added GUI (Web browser) functionality using streamlit (Demo Page)

Improvement

  • Improved html viewer tooltip display content
  • Changed linter flake8 to ruff

v0.3.2...v0.4.0