From 7fc0374e4a7e07837dcfeb9969ffe38c68250372 Mon Sep 17 00:00:00 2001 From: Sergey Kucheryavskiy Date: Fri, 2 Aug 2024 14:01:32 +0200 Subject: [PATCH] preparation for new release --- DESCRIPTION | 6 +++--- NEWS.md | 6 ++++++ README.md | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 66cbad6..0d2ace0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,14 @@ Package: mdatools -Version: 0.14.1 +Version: 0.14.2 Title: Multivariate Data Analysis for Chemometrics -Date: 2023-08-12 +Date: 2024-08-02 Authors@R: c(person("Sergey", "Kucheryavskiy", role = c("aut", "cre"), email="svkucheryavski@gmail.com", comment = c(ORCID = "0000-0002-3145-7244"))) Maintainer: Sergey Kucheryavskiy Description: Projection based methods for preprocessing, exploring and analysis of multivariate data used in chemometrics. S. Kucheryavskiy (2020) . Encoding: UTF-8 License: MIT + file LICENSE Imports: methods, graphics, grDevices, stats, Matrix -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.2 Suggests: testthat, pcv NeedsCompilation: no Packaged: 2019-05-24 11:03:33 UTC; svkucheryavski diff --git a/NEWS.md b/NEWS.md index 4ecb254..0fd9b2d 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +v. 0.14.2 +========= +* fixed bug [#118](https://github.com/svkucheryavski/mdatools/issues/118) (thanks to @gongyh). +* added additional sanity checks to preprocessing matrix (most of them work correctly only with matirces). +* added automatic data frame to matrix conversion to methods for model training. + v. 0.14.1 ========= diff --git a/README.md b/README.md index bc55b5c..04720dd 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you want to cite the package, please use the following: Sergey Kucheryavskiy, What is new ----------- -Latest release (0.14.1, August 2023) is available both from GitHub and CRAN. You can see the full list of changes [here](NEWS.md). The Bookdown tutorial has been also updated and contains the description of new methods added in the last release. +Latest release (0.14.2, August 2024) is available both from GitHub and CRAN. You can see the full list of changes [here](NEWS.md). The Bookdown tutorial has been also updated and contains the description of new methods added in the last release. How to install