Releases: moshi4/pyCirclize
Releases · moshi4/pyCirclize
v1.7.1
v1.7.0
v1.6.0
v1.5.0
v1.4.0
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 forCircos.initialize_from_matrix()
- Refactored Genbank and Gff genomic parser class (min_range, max_range is no longer used)
v1.3.0
v1.2.0
v1.1.0
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
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