Skip to content

Commit

Permalink
Updated NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Oct 11, 2024
1 parent b57571f commit 618426f
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,49 @@
%% }



\section{Changes in version 4.7.2}{

\subsection{NEW FEATURES}{
\itemize{
\item{
\code{\link{ergm.godfather}()} now takes a \code{basis=} argument like \code{\link{ergm}()}, \code{\link{simulate.ergm}()}, and others. Its term options can be passed directly as well.
}
}
}


\subsection{BUG FIXES}{
\itemize{
\item{
Invalid \code{levels2} specification for \code{\link[=mm-ergmTerm]{mm()}} no longer causes memory errors.
}
}
}


\subsection{OTHER USER-VISIBLE CHANGES}{
\itemize{
\item{
\code{\link{ergm_model}()} constructor is now generic, with methods for \code{\link{formula}}, \code{\link[statnet.common]{term_list}}, and \code{\link{ergm_model}}.
}

\item{
\code{\link{is.dyad.independent}()} can now return dyadic-independence information for each term.
}

\item{
\code{\link{control.ergm.godfather}()} has been deprecated, since it is no longer used to pass term options.
}

\item{
R documentation macros \code{\\ergmTerm}, \code{\\ergmConstraint}, \code{\\ergmReference}, \code{\\ergmHint}, and \code{\\ergmProposal}.
}
}
}
}


\section{Changes in version 4.7.1}{

\subsection{NEW FEATURES}{
Expand Down

0 comments on commit 618426f

Please sign in to comment.