Skip to content

Commit

Permalink
Updated NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Oct 7, 2024
1 parent 7e640df commit ba19c6c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,15 @@
Constraint \code{\link[fixedas-ergmConstraint]{fixedas}()} now has \code{fixed.dyads=} as its first argument, and if \code{present=} or \code{absent=} is passed explicitly, it will check that the LHS network conforms before proceeding.
}
\item{
MPLE existence check can now be disabled.
In \code{\link{ergm}()} and related, MPLE existence check can now be disabled by passing \code{MPLE.check=FALSE} to \code{\link{control.ergm}()}. Auxiliary calls to MPLE do so by default.
}
\item{
A number of improvements to \code{\link{ergm.allstats}()} and \code{\link{ergm.exact}()}:
\itemize{
\item The statistic frequency table is grown dynamically, so the user no longer has to specify the maximum table size.
\item Both functions now accept the \code{constraints=} argument with arbitrary dyad-independent constraints.
\item Excessive runtime check now works in terms of free dyad counts rather than network sizes.
}
}
}
}
Expand Down Expand Up @@ -131,6 +139,9 @@
\item{
Likelihood calculation is now robust to dropped parameters and parameters fixed at infinity.
}
\item{
\code{\link[Label-ergmTerm]{Label}()} operator now documents its behavior when the model is curved more clearly.
}
}
}

Expand Down Expand Up @@ -175,6 +186,12 @@
\item{
Nodal attribute specification documentation (\code{?nodal_attributes?}) now includes an example for specifying \code{levels2=} levels by value.
}
\item{
Miscellaneous documentation fixes.
}
\item{
\code{\link{param_names}()} API now allows assignment, and its method for \code{\link{ergm_model}} objects is more explicit about whether canonical or curved parameters are being modified and when.
}
}
}

Expand Down Expand Up @@ -207,6 +224,9 @@
\item{
The \verb{kvec} macro library (from \url{https://github.com/attractivechaos/klib/}) has been incorporated into the package with some modifications and is available to use for dynamic arrays (that automatically grow as needed). It can be found in \verb{/inst/include/ergm_kvec.h}. (Thanks to Adrien Le Guillou for taking the lead on this.)
}
\item{
\code{RLEBDM1D} C API now exports \code{FirstRLEBDM1D()} and \code{LastRLEBDM1D()} macros, providing dyad indices of the first and the last dyad in the RLEBDM, respectively.
}
}
}
}
Expand Down

0 comments on commit ba19c6c

Please sign in to comment.