Skip to content

Releases: PLN-team/PLNmodels

v0.11.4 - CRAN release

16 Mar 16:19

Choose a tag to compare

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)

23 Jun 07:40

Choose a tag to compare

  • 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

16 Jun 19:44

Choose a tag to compare

version published on CRAN on 2019-06-16

v0.10.4 - 'intermediary' release with various updates

10 Jun 09:27

Choose a tag to compare

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

31 Jan 16:41

Choose a tag to compare

minor release avoiding warning in vignette build on Solaris and OS X

v0.9.3 - new CRAN release

19 Dec 10:23

Choose a tag to compare

  • minor changes to comply tests in R 3.6.2

v0.9.2 - first CRAN release

20 May 08:01

Choose a tag to compare

version published on CRAN on 2019-05-17

v0.9.1

26 Mar 07:29

Choose a tag to compare

Tag version submitted to CRAN

v0.8.2

16 Mar 17:44

Choose a tag to compare

tagging version 0.8.2 for release

Release for NGB tutorials

05 Feb 19:56

Choose a tag to compare

Some bug fixes compared to v0.7.0.1