Skip to content

Releases: moshi4/pyCirclize

v1.7.1

20 Sep 16:57
d9e4756
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed chord links calc bug in Matrix.parse_fromto_table() method (#75)

v1.7.0

14 Sep 04:02
ce31361
Compare
Choose a tag to compare

Change Log

Changed

  • Dropped python3.8 support
  • Switched package manager poetry to rye

Fixed

  • Fixed to ignore features that have no location
  • Fixed get_seqid2seq() method incorrect return type

v1.6.0

01 Jun 05:15
3c84789
Compare
Choose a tag to compare

Change Log

Improvement

  • Added clear_savefig class variable to enable rendering figure in notebook even when savefig() method is called
  • Added is_pseudo_feature() utils function
  • Fixed to enable changing text properties of colorbar (#71)

v1.5.0

18 May 05:08
bf74abb
Compare
Choose a tag to compare

Change Log

Improvement

  • Changed Circos init argument sectors to enable set range tuple
  • Removed Circos init argument sector2start_pos
  • Added vmin argument to Circos.radar_chart() method

Bug Fix

  • Fixed sector range error bug due to rounding error (#67, #27)

v1.4.0

01 Apr 13:00
45ad937
Compare
Choose a tag to compare

Change Log

New Functionality

  • Added Circos.radar_chart() static method for radar chart plot

Improvement

  • Fixed to enable set figsize of matplotlib figure
  • Added Circos.chord_diagram() method as an alias for Circos.initialize_from_matrix()
  • Refactored Genbank and Gff genomic parser class (min_range, max_range is no longer used)

v1.3.0

18 Feb 12:11
4a3c82a
Compare
Choose a tag to compare

Change Log

New Functionality

  • Added show_confidence() method to TreeViz class (#48)

Improvement

  • Fixed too many points in vector curves to reduce SVG file size (#56)

Bug Fix

  • Fixed Matrix.parse_fromto_table() to ignore 0 values and not throw an ZeroDivisionError (#49)

v1.2.0

26 Dec 11:14
65b3559
Compare
Choose a tag to compare

Change Log

New Functionality

  • Added circos.link_line() method (#45)

Bug Fix

  • Fixed error caused by removal of strand property in SeqFeature (BioPython v1.82)

v1.1.0

09 Dec 05:29
2e186d3
Compare
Choose a tag to compare

Change Log

Improvement

  • Added label_formatter argument to Circos.initialize_from_tree() & track.tree() methods
  • Fixed track.genomic_features() method to accept SeqFeature (not only list[SeqFeature])
  • Fixed example tree file to shorten long species names

Bug Fix

  • Fixed calculation error of GC contents and GC skew for short sequence in Genbank class (#43)

v1.0.0

11 Nov 12:18
a01285f
Compare
Choose a tag to compare

Change Log

New Functionality

  • Reimplemented track.tree() method to enhance tree annotation functionality (Breaking Change)
  • Added TreeViz class for handling tree property & annotation
  • Added Circos.initialize_from_tree() staticmethod to more easily plot phylogenetic tree
  • Added load_example_tree_file() function

Improvement

  • Changed Circos init argument sectors_start_pos to sector2start_pos (Breaking Change)
  • Added hs1 & mm39 dataset in load_eukaryote_example_dataset() function
  • Added show_endlabel argument to track.xticks_by_interval() method
  • Added width argument to track.heatmap() method
  • Added center & r_center properties to Track class
  • Added center property to Sector class
  • Added warning message when adding a track with r > 100
  • Fixed track.heatmap() method to accept numerical list and numpy 1d-array
  • Fixed circos.savefig() method to suppress memory leak during multiple plots
  • Refined the documentation site overall

v0.5.1

23 Aug 12:42
131900c
Compare
Choose a tag to compare

Change Log

Bug Fix

  • Fixed a bug that gff.get_seqid2size() got incorrect multi-contig size (#33)

v0.5.0...v0.5.1