Skip to content

Releases: statnet/network

v1.19.0

09 Dec 12:03
Compare
Choose a tag to compare

This is the 1.19.0 release of network. This contains CRAN fixes, some code hardening, and some new generics. Changes will be invisible to most users (hopefully), but lay the groundwork for having more "under-the-hood" variation in network-compatible tools.

v1.18.2

05 Dec 21:38
Compare
Choose a tag to compare

Very minor update to resolve some CRAN warnings; should have no user-visible impact.

v1.18.1

24 Jan 08:52
Compare
Choose a tag to compare

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

06 Oct 08:09
Compare
Choose a tag to compare

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

21 May 21:50
Compare
Choose a tag to compare

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

14 Jun 06:49
Compare
Choose a tag to compare

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

07 Jun 06:04
Compare
Choose a tag to compare

This is the CRAN release version of v1.17.0.

network v1.16

03 Feb 22:10
Compare
Choose a tag to compare

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).