Releases: PLN-team/PLNmodels
Releases · PLN-team/PLNmodels
v0.11.4 - CRAN release
New CRAN release, first since the beginning of the development of PLNmixture
Major changes are
- new function PLNmixture and series of objects, methods and vignette
- use future for parallel computing with future_lapply in PLNPCA, smoothing of PLNmixture and StARS in PLNnetwork
- bug fixes: offset, prediction for PLN-LDA, gradients of PLN-network and PLN-spherical
- added an argument ‘reverse’ to the plot methods for criteria, so that users can get their “usual” BIC definition (-2 loglik)
- Rewriting C++ by merging modern_cpp to dev, thanks to François Gindraud
- less verbose about R squared when questionable
- correction in BIC/ICL for PLNPCA
- Add compatibility with factoextra for PLNPCA and PLNLDA
v0.10.6 - new CRAN release( minor/technical)
- correction in likelihood of diagonal PLN
- amending test-pln to fullfil CRAN request (error on ATLAS variant of BLAS…)
v0.10.5 - new CRAN release
version published on CRAN on 2019-06-16
v0.10.4 - 'intermediary' release with various updates
Reporting changes since last Release (0.9.5)
PLNmodels 0.10.4
- Change name of variational variance parameters to S2 (use to be S)
- use spell_check to check spelling, found many typos
PLNmodels 0.10.3
- Change in optimization for all PLN models (PLNs, PCA, LDA, networks): solving in S such that S = S² for the - variational parameters, thus avoiding lower bound and constrained optimization. Slightly finer results/estimations for similar computational cost, but easier to maintain.
PLNmodels 0.10.2
- Fix bug in predict() methods when factor levels differ between train and test datasets.
- Fix bug in PLNPCAfit S3 plot() method
- Some simplification in C++ code
- correction/changes in PLN likelihoods + added constant terms in all likelihoods of all PLN models
- VEstep now available for all model of covariance in PLN (full, diagonal, spherical)
v0.9.5 - new CRAN release
minor release avoiding warning in vignette build on Solaris and OS X
v0.9.3 - new CRAN release
- minor changes to comply tests in R 3.6.2
v0.9.2 - first CRAN release
version published on CRAN on 2019-05-17
v0.9.1
v0.8.2
Release for NGB tutorials
Some bug fixes compared to v0.7.0.1