Changes in version 4.1.3 (2025-09-11) BUG FIXES o Documentation formatting fixes. o Broken link in dataset documentation fixed. Changes in version 4.1.2 (2024-06-16) BUG FIXES o A number of fixes and corrections to package documentation. Changes in version 4.1.1 (2022-05-25) NEW FEATURES o Default proposals for Binomial, Poisson, Geometric, and also DiscUnif now implement the full DyadGen API for arbitrary dyad-level constraint combinations and TNT proposal weighting. BUG FIXES o Vignette's run time is now more predictable. o Miscellaneous documentation fixes. OTHER USER-VISIBLE CHANGES o Term and termalike documentation has been ported to the new documentation system. o Package tests now use testthat. o Proposals Poisson, PoissonTNT, PoissonNonObserved, Geometric, GeometricTNT, Binomial, and BinomialTNT have been removed in favour of the more universal Disc and DiscTNT for random and TNT weights. Changes in version 4.0.2 (2021-06-18) NEW FEATURES o A vignette demonstrating the package's functionality has been added. BUG FIXES o Package now uses the ergm 4.0 term API, which should result in a nontrivial speedup. Changes in version 3.4.0 (2019-05-15) BUG FIXES o Package has been ported to the ergm 3.10 API changes. OTHER USER-VISIBLE CHANGES o Package now Imports statnet.common rather than depending on it. Changes in version 3.3.0 (2018-08-25) BUG FIXES o Package now works when loaded but not attached. o Test that was failing with ergm 3.6.0 has been fixed. Changes in version 3.2 NEW FEATURES o ergm.count now makes use of contrastive divergence in ergm to obtain starting values for the MCMLE. o Poisson-reference ERGMs now have TNT-style proposal, optimized for sparse networks. OTHER USER-VISIBLE CHANGES o The CMP term now adds, rather than subtracts sum_{(i,j)}\log(y_{i,j}!), whereas 3.1.1 and prior versions did the opposite. This means that higher theta_{\text{CMP}} represents overdispersion and lower theta_{\text{CMP}} represents underdispersion. Changes in version 3.1.1 (2013-11-28) OTHER USER-VISIBLE CHANGES o E-mail address and affiliation of the maintainer have been updated. Changes in version 3.1 THIS IS AN INITIAL RELEASE o Although this is an initial release, it is depends very heavily on the ergm package version 3.1, and it is thus numbered 3.1. NEW FEATURES o A number of reference measures for count data have been implemented. See ? 'ergm.count-package' and ? 'ergm-references' for help.