Releases: OMUCAI/PiTCT
Releases · OMUCAI/PiTCT
Release list
v1.0.8
v1.0.7
What's Changed
- Fix AttributeError: 'Digraph' object has no attribute 'repr_svg' due to Graphviz API changes by @konikoni428 in #36
Full Changelog: v1.0.6...v1.0.7
v1.0.6
v1.0.5
What's Changed
- Fix syntax error by @konikoni428 in #32
- Fix license declaration in pyproject.toml by @konikoni428 in #33
- Update build system requirement and drop support python 3.8 by @konikoni428 in #34
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Migrate mktemp to mkstemp by @konikoni428 in #29
- Update graphviz version by @konikoni428 in #30
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- remove pyodide platform from pypi upload wheels by @konikoni428 in #28
- support musl linux
Full Changelog: v1.0.1...v1.0.3
v1.0.1
v1.0.0
What's Changed
- Release to pypi
- Release as oss
- Rename PiTCT by @konikoni428 in #26
Full Changelog: v0.9.23...v1.0.0
v1.0.0b3
v1.0.0b2
:book: update README to improve installation instructions and clarify…