You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)