Skip to main content

Python - Full Changelog

img2num-py

v0.3.0 - 2026-08-13

✨ Features

  • py: ship type information (stub + py.typed) in wheels (#540) (a858cb4)

📚 Documentation

  • py: auto-generate the Python API reference from docstrings (a858cb4)

v0.2.2 - 2026-07-30

🐛 Bug Fixes

  • readme: update links to use img2num.dev domain (#508) (177b894)

⏪ Reverts

  • 1828f68: packages-py v0.2.2 (#506) - broken release (19ecbe5)

📚 Documentation

  • README.md: add README specific to python package (#488) (d211d98)

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)