filmr
0.4.0 - 2026-01-29
v0.4.0
Jan 29 2026 at 06:59 UTC
⚠ Breaking Changes
- Core: Refactored
ReciprocityFailuremodel to be a struct withbetaparameter, removing thedescriptionfield. This restoresCopytrait forFilmStock. - Core: Removed references to internal documentation IDs ("tec n") from public API comments.
🚀 Features
- Core: Added standard color negative spectral response model (
new_color_negative_standard). - Ops: Implemented structured logging with
tracingcrate, replacingprintln!debugging. - Docs: Established
mdBookknowledge base structure indocs/. - Docs: Added comprehensive Rustdoc documentation to public API (
FilmStock,PipelineStage, etc.).
⚡️ Performance
- Bench: Added
criterionbenchmarks for image processing (1080p).
🐛 Fixes
- Tests: Resolved Clippy warnings and unused variables in test suites.