-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added releasenotes.txt as GitHub apparently does not store
release notes in git but only in some proprietary GitHub webserver location
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
v2.4.0 (8 January 2024) | ||
|
||
* Implemented BipartiteGWActivity change statistic | ||
* Implemented bipariteFixedMode on simulation | ||
* Added -e (--eiindex) option for Krackhardt & Stern (1988) E-I index on plotALAAMEEsimfit.R | ||
* Added ALAAM examples with badger data from Silk et al. (2017) | ||
* Implemented oO_OsameContagion change statistic | ||
* Implemented distance matrix and ContagionDist and GeographicHomophily change statistics | ||
* Added Hamilton et al. (2020) Tasmanian Devil replication data and TERGM models, and new models for the Tasmanian Devil data using SAOM (RSiena) and ALAAM (ALAAMEE stochastic approximation) | ||
* Added test cases and regression tests for new change statistics | ||
* Added experimental change statistics LogContagion and PowerContagion including high school example models and simulation experiments scripts | ||
* Added Mahalanobis distance to goodness-of-fit, including test cases for Mahalanobis distance computation | ||
* Added add_gof_param_func_list parameter to estimateALAAMSA() to allow user-specified goodness-of-fit statistics |