Skip to content

network v1.16

Compare
Choose a tag to compare
@martinamorris martinamorris released this 03 Feb 22:10

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