Skip to content

Releases: moshi4/pyCirclize

v0.2.1

28 Mar 12:41
2ba4145

Choose a tag to compare

Added

  • Added link_kws_handler option to Circos.initialize_from_matrix() method

v0.2.0

25 Feb 07:30
dce4642

Choose a tag to compare

Added

  • Added sector.raster() method for plotting raster image
  • Added utils.calc_group_spaces() function for easily grouping sector display
  • Added circos.get_group_sectors_deg_lim() method for easily grouping sector display
  • Added ax option to circos.plotfig() method for plotting to user-defined matplotlib Axes
  • Added order option to circos.initialize_from_matrix() method for plotting Chord Diagram
  • Added adjust_rotation option to circos.text() method

v0.1.3

07 Feb 14:12
7dfd8c1

Choose a tag to compare

Added

  • Added side arg param to track.yticks() method

v0.1.2

03 Feb 11:26
0961e96

Choose a tag to compare

Added

  • Added Circos.initialize_from_matrix() static method to plot Chord Diagram more easily

Fixed

  • Removed upper bound version constraint in dependencies

v0.1.1

08 Jan 12:09

Choose a tag to compare

Added

  • Added parse_fromto_table static method to Matrix parser class

Fixed

  • Fixed to not display Chord Diagram link if the matrix value is less than or equal to 0
  • Fixed to not display the decimal point when the xticks interval value type is int

v0.1.0

17 Dec 09:57

Choose a tag to compare

Initial Release

  • pyCirclize is a circular visualization python package implemented based on matplotlib.