pyvelm v0.2.10¶
Release date: 2026-05-23
Base module: 0.18.0 (unchanged)
Vellum demo browsable in the example app, domain comparison + all, and
make:model --vellum.
Highlights¶
Vellum demo in examples/serve.py¶
Install vellum_demo is already on the example module path; this release
adds list/form views and a Vellum demo sidebar group:
Models: vellum.demo.note, .comment, .soft_note (Vellum + soft delete).
make:model --vellum¶
Scaffolds class Post(Vellum, BaseModel) with _fillable = ["name"].
Domain {"all": True} + comparisons¶
Every related tag must have score > 10 (vacuously true when there are no tags).
Install¶
Upgrade from v0.2.9¶
pip install -U pyvelm(orpip install -e .)- Restart
examples/serve.py(or your app) sovellum_demoviews/menus load - If
vellum_demowas already installed, bump module via Apps or reinstall
No core schema changes beyond existing vellum_demo tables.
Full diff: v0.2.9…v0.2.10