Skip to main content

Python - Full Changelog

img2num-py

v0.2.1 - 2026-07-01 ​

The previous version v0.2.0 was erroneously published as v0.0.0 on PyPI.

πŸ“š Documentation​

  • refresh docs, add Python guides, and remove outdated versioning (#446) (8edaadd)

v0.2.0 - 2026-06-27 ​

This version v0.2.0 was erroneously published as v0.0.0 on PyPI.

⚠ BREAKING CHANGES​

  • core: prevent holes during SVG generation (#429)

πŸ› Bug Fixes​

  • ci: add NPM_TOKEN to npm publish step so packages/js can authenticate and publish to the npm registry (2427d1d)
  • core: add MSVC support via conditional compiler directives (2427d1d)
  • core: prevent holes during SVG generation (#429) (14e49f9)
  • fix broken v0.1.0 release pipeline (#417) (2427d1d)
  • packages/py: include third_party/ in sdist and disable example (2427d1d)

v0.1.0 - 2026-05-29 ​

✨ Features​

  • python: enable Python bindings via pybind11 and add console-py example (#307) (294ae53)
  • unified image_to_svg function as complete pipeline (#335) (bdba68c)