Releases: bact/pitloom
Release list
v0.10.0
v0.9.0
v0.8.0
v0.7.1
Canonical license ID (e.g., Apache-2.0 instead of apache-2.0 or Apache 2.0) is now used for licensing information.
Install/upgrade:
pip install -U pitloom- Report issues: https://github.com/bact/pitloom/issues
What's changed
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Better support of AI SBOM generation from metadata and files available on Hugging Face Hub.
Use a command-line like this to generate an SBOM:
loom -m https://huggingface.co/mistralai/Mistral-7B-v0.1Bare Hugging Face Hub ID also works:
loom -m Qwen/Qwen3-235B-A22BInstall/upgrade:
pip install -U pitloom- Report issues: https://github.com/bact/pitloom/issues
What's changed
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Now loom -m generates an SBOM for an AI model.
Install/upgrade:
pip install -U pitloom- Report issues: https://github.com/bact/pitloom/issues
What's changed
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Now reads metadata from Poetry project.
Install/upgrade:
pip install -U pitloom- Report issues: https://github.com/bact/pitloom/issues
What's changed
Full Changelog: v0.5.1...v0.6.0
v0.5.1
Make pyproject.toml extraction more robust by using default values if [project] section is not found in the file.
Install/upgrade:
pip install -U pitloom- Report issues: https://github.com/bact/pitloom/issues
What's changed
Full Changelog: v0.5.0...v0.5.1
v0.5.0
This release adds setuptools build backend support and SPDX License ID detection from license text (using LicenseID Python library).
Install/upgrade:
pip install -U pitloom- Report issues: https://github.com/bact/pitloom/issues
What's changed
Full Changelog: v0.4.1...v0.5.0