v0.2.1
lablog 0.2.1
Production hardening + scientific LaTeX maturity (still pre-“ultra” polish; Circuitikz→Jupyter is design-only under docs/future-features).
Highlights
- Soft-delete write guards, autosave races, versioned PUT, event-store locks
- Vault: random deletion tokens, pending-only force-delete
- LaTeX parse: code envs only, balanced cells, escape \end in source
- Live preview: ~190 symbols, matrices/align vs PDF-only (tables/TikZ/Feynman)
- PDF preamble: booktabs, siunitx, physics, braket, tikz
- Stress fixtures: tests/fixtures/latex/
- Design docs: Circuitikz → Jupyter simulation + diagram presets (params, ranges, highlight)
Install
pip install jose-labarca-lablog==0.2.1
# or from source after this tagPyPI publish may require trusted publisher config on the repo.
What's Changed
- fix(ci): Unblock PyPI publish for v0.2.0 by @kegouro in #9
- fix: Critical post-v0.2.0 bugs (delete 204, cell autosave, PDF figures) by @kegouro in #10
- fix: Production hardening v0.2.1 by @kegouro in #11
Full Changelog: v0.2.0...v0.2.1