SVGIS v0.3.3 Release Notes

    • ๐ŸŽ Switch from argparse to click for cli functions. Much better performance, same options.
    • Switch --simplify argument to accept an integer between 1-99
    • ๐Ÿ”„ Change --project/-j option in svgis project to --method/-m
    • โœ‚ Remove lxml dependency for inlining CSS.
    • ๐Ÿ”จ Completely refactor functions that parse XML to use ElementTree (quicker than minidom).
    • โž• Add column names to class of layer group.
    • Prevent broken pipes
    • Squash several bugs related to setting class fields.
    • Squash bugs in drawing certain paths.
    • โœ‚ Remove duplicate/unused code.
    • ๐Ÿ›  Ensure use of unicode internally, fixed some small Py3 bugs.
    • โœ… More tests and more docs!