Changes in version 1.1.0.9000 Changes in version 1.1.0 (2025-12-02) - Bug fixed where FDA models could fail at prediction time (#79). Changes in version 1.0.2 (2025-08-23) - Updated document linking to stay on CRAN. Changes in version 1.0.1 (2023-03-08) - Updated Authors@R. Changes in version 1.0.0 (2022-06-23) - Case weights were enabled for [discrim_flexible()] and [discrim_linear()] ("mda" engine). Changes in version 0.2.0 (2022-03-09) - Model definition functions (e.g. discrim_linear()) were moved to the parsnip package. Changes in version 0.1.3 (2021-07-21) - An LDA engine was added for the shrunken discriminant analysis method of Ahdesmaki and Strimmer (2010) with engine = "sda". - LDA and QDA models now have an engine that fits several regularized discriminant models from the sparsediscrim package. Changes in version 0.1.2 (2021-05-28) - Added discrim_quad() - Fixed a bug in the parameter definitions (#19) - Re-licensed package from GPL-2 to MIT. See consent from copyright holders here. Changes in version 0.1.1 (2020-10-28) - Small updates so that discrim can be run in parallel using psock clusters (#13) - Updates for encoding requirements related to current version of parsnip. Changes in version 0.1.0 (2020-07-07) - Small updates to work with new parsnip version. Changes in version 0.0.2 (2020-04-09) - Added naivebayes engine for naive_Bayes() (#5). - Change for new parsnip version 0.1.0. Changes in version 0.0.1 (2019-10-11) First CRAN version