From a456090fdfe20973e30a6ed3c5ddb071d79fbeea Mon Sep 17 00:00:00 2001 From: cpauvert Date: Thu, 12 Sep 2024 18:31:52 +0200 Subject: [PATCH] summarise changes for upcoming v1.3.1 --- NEWS.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index cd08587..db8c423 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,29 @@ -# maldipickr (development version) +# maldipickr 1.3.1 + +## Added + +### Features / Documentation + +* Add `gather_spectra_stats()` to aggregate spectra quality-check statistics (#45) +* Add "Get Started" vignette for a quickstart (#48) +* Add graphical overview +* Add example of filtering when delineating with identification (#42) + +### Visibility / Readability / FAIR + +* Setup integration of Github repository with Zenodo with additional metadata (#49) +* Setup correct Opengraph metadata for the website +* Setup analytics via the NFDI4Microbiota instance of matomo +* Add `maldipickr` logo in vector format to edit in the future (#42) + +## Changed + +* Use directly a simpler and more compact `README.md` instead of `README.Rmd` + +## Fixed + +* Fix implicit `TRUE` as `T` in R code. +* Bump Github Actions Node.js to v20 to fix warnings (#47) # maldipickr 1.3.0