diff --git a/draft/2025-11-19-this-week-in-rust.md b/draft/2025-11-19-this-week-in-rust.md index 3916552e5..5897e2aa5 100644 --- a/draft/2025-11-19-this-week-in-rust.md +++ b/draft/2025-11-19-this-week-in-rust.md @@ -44,6 +44,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +* [lowess 0.1.0](https://crates.io/crates/lowess) - Production-grade LOWESS (Locally Weighted Scatterplot Smoothing) implementation for scientific computing. Features robust statistics with confidence/prediction intervals, automatic parameter selection via cross-validation, parallel execution, and streaming support for large datasets. Designed for genomics, bioinformatics, and time series analysis. ### Observations/Thoughts