New features and improvements: * Added `snap` command (110) * Invisible SVG elements are now discarded (103) * Add support for angle units (affects `rotate`, `skew`, and `arc` commands, `--radian` option is removed) (111)
Bug fixes: * Fixed installation issue on Windows ("Numpy sanity check RuntimeError") (119) * Fixed `write` to cap SVG width and height to a minimum of 1px (102) * Fixed grouping of `stat` command in `vpype --help`
API changes: * Added `vpype_cli.execute()` to execute a vpype pipeline from Python (104) * Added `vpype.convert_angle()` and `vpype.AngleType` (111)
1.0.0
Not secure
* Initial release
0.13.0
Added `horizontal_flip` and `vertical_flip` config options. This improves handling of plotter which have inverted axis orientation over the previous `invert_y` + `offset_y` solution (contributed by tyehle).
0.12.1
Fixed use of deprecated API with made vpype-gcode incompatible with vpype 1.11
0.10.2
What's Changed * x, y, ix, and iy for layer_start, line_start, line_end, layer_end by tatarize in https://github.com/plottertools/vpype-gcode/pull/20