Skip to content

Releases: GrossSBM/sbm

v0.4.6 - new CRAN release (minor)

01 Feb 07:23
Compare
Choose a tag to compare

minor fixes in doc and plot to suppress warnings

v0.4.5 - CRAN release (minor)

12 Jan 09:59
Compare
Choose a tag to compare

sbm 0.4.5 [2023-01-04]

  • included a fix for purrr version 1.0.0
  • some vignette updates

v0.4.4 - CRAN release (minor)

25 Aug 06:43
Compare
Choose a tag to compare
  • small bug fixes (among which labels in plot)
  • comply to new CRAN policy for HTML5 in documentation files

v0.4.3 - CRAN release (minor)

09 Jun 17:55
Compare
Choose a tag to compare
  • minor changes:
    • comply with new faceting scale checks in ggplot2
    • avoid testing on Windows when multi-core is not available
    • save output of multiplex vignette to save time during CRAN check
    • encoding

v0.4.1 - CRAN release

21 May 15:04
Compare
Choose a tag to compare

Changes since last CRAN release (major)

  • support for multipartite SBM
  • support for multiplex SBM
  • improvement of the plot methods
  • simplification/restructuration of classes
  • various bug fixes (prediction of Bipartite and Simple SBM, selectModels for Bipartite SBM, estimOptions not taken into account, display of field covarArray in the absence of covariate)
  • 2 new vignettes

v0.2.2 - CRAN release

13 Oct 08:28
Compare
Choose a tag to compare

sbm 0.2.2 - minor release

  • added fields dimLabels and covarArray for class SBM
  • added fields nbConnectParam, penalty and entropy for simple and bipartite SBM (sampler and fit)
  • changing roundProduct function to work on list of covariates

v0.2.1 - CRAN release

17 Jul 10:11
Compare
Choose a tag to compare

sbm 0.2.1 - minor release

  • various bug fixes, especially for directed network in Simple SBM, covariates for Bipartite LBM
  • tests for consistency amended to hopefully avoid random errors on CRAN
  • tests for covariates and directed networks
  • tests for S3 methods (coef, fitted, predict)

v0.2.0 - first CRAN release

07 Jul 08:54
Compare
Choose a tag to compare
  • Support for Simple and Bipartite SBM, undirected and directed with Bernoulli, Poisson and Gaussian emission law of the edges
  • Added a NEWS.md file to track changes to the package.