Changes in version 1.0.0.9000 - Transition from the magrittr pipe to the base R pipe. - Fixed a bug (exposed by the new version of the tune package) where multi_predict() was called with a single component value (#47). Changes in version 1.0.0 (2022-09-06) - Small release to correct HTML tags for CRAN. Changes in version 0.2.0 (2022-03-09) - Model definition functions (e.g. pls()) were moved to the parsnip package. Changes in version 0.1.2 (2022-02-07) - Release to stop CRAN failures on r-devel from mixOmics. Changes in version 0.1.1 (2020-10-28) - Small updates so that plsmod can be run in parallel using psock clusters - Updates for encoding requirements related to current version of parsnip. Changes in version 0.1.0 (2020-10-07) - The num_terms argument was removed in favor of predictor_prop, which is the maximum proportion of original predictors that can have non-zero coefficients for each PLS component. This makes it easier to tune and consistent with recipes::step_pls(). - Fixed a bug that could prevent multi_predict() from being invoked. Changes in version 0.0.1 (2020-04-14) - Added a NEWS.md file to track changes to the package.