Skip to content

Releases: FPGA-Research/SDF-toolkit

v0.1.1

04 Mar 10:36
7abc580

Choose a tag to compare

0.1.1 (2026-02-27)

Bug Fixes

  • regression on python3.11 StrEnum (9ea036d)

v0.1.0

25 Feb 13:38
d2bb9c4

Choose a tag to compare

0.1.0 (2026-02-25)

Features

Bug Fixes

  • config: fix CI, ruff, pre-commit config and remove stale files (df7f8c5)
  • emit: fix None rendering in templates and emit header info (d3e7711)
  • fix name type collison (1122593)
  • lint: add docstrings and fix all ruff lint errors (5f295be)
  • parser: eliminate transformer state leak and caching inconsistency (92e8d6b)
  • relocate main.py, add comment support, public API, and docstring (296ac11)

Documentation

  • Improve the README further. (32ddbc8)