Changes in version 0.2.3 (2026-04-05) - Fixed a small bug in NNLS step-size selection - Converted articles from RMarkdown to Quarto Changes in version 0.2.2 (2025-07-27) - Vignettes relied heavily on downloading data. Make vignettes articles that appear on the website but not in the actual package, since it is expected that anybody profiting from the vignettes will have an active internet connection anyways. Changes in version 0.2.1 (2025-07-24) - Added a vignette illustrating how to supply your own regulator list Changes in version 0.2.0-1 - Regulator importance was computed unnecessarily if there is only one regulator. A single regulator is always the most important regulator for a cluster. Changes in version 0.2.0 (2024-12-06) New features - Quick Mode: Instead of trying to re-allocate all target genes that were allocated into the noise cluster, only a certain (random) percentage of these target genes is attempted to be re-allocated. quick_mode = TRUE has to be supplied as an argument to scregclust to activate this feature (off by default) and the percentage of noise target genes to re-allocate is given by quick_mode_percent, a number in [0, 1). Minor changes - Added CRAN install instructions to the README Changes in version 0.1.0 - First release on CRAN