Skip to content

Releases: bumatic/PyCatFlow

0.2.1: drawSVG 2.x Migration with fixed Legend

27 Sep 19:29

Choose a tag to compare

  • Legend removed when no category is passed.

v0.2.0: drawSVG 2.x Migration

27 Sep 16:06

Choose a tag to compare

Version 0.2.0 - drawSVG 2.x Migration

Major Updates

  • Breaking Change: Migrated from drawSVG 1.x to drawSVG 2.x
  • API Updates: Method names now use snake_case (save_svg(), save_png())
  • Coordinate System: Modernized to use native SVG coordinates
  • Testing: Added comprehensive test suite with 78% code coverage

Installation

pip install pycatflow==0.2.0

Migration Guide

For users upgrading from v0.1.x:

  1. Update method calls: saveSvg() → save_svg(), savePng() → save_png()
  2. Install updated dependencies: pip install drawsvg>=2.0
  3. Visual output is functionally identical with minor improvements

PyCatFlow 0.0.8

27 Sep 13:51

Choose a tag to compare

Initial Zenodo release of PyCatFlow. Version 0.0.8 of this package is available on pypi.org and can be installed via pip3 install pycatflow.