Releases: statnet/network
v1.19.0
v1.18.2
Very minor update to resolve some CRAN warnings; should have no user-visible impact.
v1.18.1
Minor update. Pushes some small changes to data frame and tibble handling, and brings the package in line with the latest CRAN requirements.
network_1.18.1.tar.gz
v1.18.0
This release brings CRAN in line with the master branch; previous releases did not incorporate all recent changes in master. While most changes are invisible to the user (other than bug fixes), some methods are now S3 generics, which may provide additional flexibility for developers.
v1.17.2
This is the CRAN release of 1.17.2. The changes should not be user-visible, but include various internal modifications needed for CRAN compliance.
v1.17.1
This is a minor bugfix release, fixing an issue from 1.17.0 involving edgelists with single edges not being handled properly when redundant edges were dropped. It also fixes handling of some edge cases that were technically unsupported before (so not bugs, but not supported); these now do smarter things.
v1.17.0
This is the CRAN release version of v1.17.0.
network v1.16
CHANGELOG:
v1.16
- Converted get.vertex.attribute and list.vertex.attributes to generics for greater extensibility.
- Updated tests to fix a color-related issue.
- Switched explicit class matching checks to inherits(). This avoids a compatibility problem with future R releases (and facilitates further class extensions).