Changes in version 0.3.13 (2026-03-29) o Replace mclapply (fork-based) with parLapply (PSOCK cluster) when ncores > 1, fixing OpenMP+fork deadlocks on GCC/Linux (CRAN r-devel-linux-x86_64-fedora-gcc) o Multi-core mode now works on Windows Changes in version 0.3.12 (2026-03-19) o Guard examples and vignettes against missing suggested packages (fixes CRAN noSuggests check failures) o Pin huge (>= 1.5) in Suggests o Use arXiv DOI format in Description field Changes in version 0.3.11 (2023-09-24) o Fixes an issue where all the variability values are lower than the variability threshold, select the lowest possible value in Bounded Stars. Fix by @gnopuz83 o Future-proof changes to Matrix v1.6-2 o Fix change in citation style o Fix Mac chip instability Changes in version 0.3.9 (2023-01-08) o Fix BigQuic-dependent tests Changes in version 0.3.8 (2022-08-27) o Future-proof sparse Matrix convertors for Matrix-1.4-2 in code and docs o Fix one S3 class check o Fixed broken urls in docs Changes in version 0.3.7 (2020-08-07) o Remove the deprecated QUIC package from suggested packages in DESCRIPTION file. o Replace QUIC with BigQuic (from CRAN) in tests Changes in version 0.3.6 (2019-08-22) o Better error handling for multicore pulsar jobs. Changes in version 0.3.5 (2019-03-07) o Fix other-criteria vignette by explicitly importing the Matrix library o Export update.pulsar Changes in version 0.3.4 (2018-09-02) o Fixed tests based on deprecated batchtools function o Added internal refit method for faster parallelization Changes in version 0.3.3 (2018-06-12) o Fixed tests that violated CRAN policy o Changed internals method for resolving to batchtools (v0.9.10) default when sourcing a config file o Fixed refit criterion in 'other-criteria' vignette Changes in version 0.3.2 (2018-03-17) Changes o Fixed tests that were failing on Windows. o Fixed a few typos in the docs. Changes in version 0.3.0 Changes o Migrate to the new and improved batchtools for batch.pulsar & related functions. BatchJobs is deprecated. ** Updated how default config files and templates are sourced ** Removed the getTempDir function ** Updated documentation ** Deprecated batch.pulsar progressbar arguments, now controlled by batchtools options. o Fixed some failing tests. Small data tests were too sensitive to parameter choices, substituted larger p datasets. o Similar fix for problem vignettes.