midnight 0.2.0.901
- Rewrote
persp.mid()to make it more flexible.
midnight 0.2.0
CRAN release: 2026-04-09
New Features
- Introduced
nightfall()anddaybreak()to seamlessly toggle the package’s extended features, including dynamic S3 method registration, custom color themes, and high-performance OLS solvers. - Added
fastLmMatrix(), an optimized wrapper aroundRcppEigen::fastLm()that efficiently handles multivariate (matrix) responses.
midnight 0.1.0
Modeling Interfaces (tidymodels)
- Introduced
mid_reg()as the primaryparsnipengine for MID models (formerlymid_surrogate()). - Added underlying engine utilities (
make_mid_mid()) and optimizedfit_mid_mid()to improve memory efficiency.
Visualizations & Themes
- Extended the
ggmid.mid.importancemethod to support modern distribution plots:"violin","beeswarm", and"sinaplot". - Added
persp.mid()for 3D perspective visualizations. - Added custom aesthetic color themes:
"moon"and"moonlit".
