Skip to content

1.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 10:39
· 11 commits to master since this release

New features and improvements

  • Added a lineshuffle command to randomize the plotting order of lines in the current geometry (thanks to @gatesphere) (#715)
  • Added a cropcricle command to crop the current geometry to a circle (#808)
  • Added a --orientation option to the pagerotate command to conditionally rotate the page to a target orientation (thanks to @gatesphere) (#705)
  • Added support for Python 3.13 and dropped support for Python 3.10 (#784)

Bug fixes

  • Fixed a crash when reading SVG with simplify active (via the read --simplify command or the read APIs with simplify=True) (thanks to @nataquinones) (#732)
  • Fixed the formatting of many commands' help text and added a snapshot test to avoid future regressions (#810)
  • Fixed erroneous mention of --page-size in layout's inline help

Other changes

  • Use Ruff for code formatting (supersedes Black) (#737)