8000 Releases · mbojan/intergraph · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: mbojan/intergraph

v2.0-4

01 Feb 17:45
Compare
Choose a tag to compare

Internals

Thank you @krlmlr!

  • Changes induced by igraph 2.0.0 release: deprecating functions with dots in names (#36, #40).
  • Internal S3 methods are properly exported (#38, #39).
  • Don't use @docType package (#37)

v2.0-3

01 Feb 17:44
Compare
Choose a tag to compare

User-visible changes

  • Per #33, remove as.matrix.igraph() as it has been moved to igraph. Adjust the tests accordingly.
  • Fix netcompare() and compareAttributes() (#34 and #35).

Internals

  • Fixed #21, #28 related to data frame vs tibble differences.
  • Update tests to use testthat.
  • Use covr for test coverage.
  • Change email address to Gmail and add ORCID to DESCRIPTION.
  • Resave data using usethis::use_data().
  • Refactor tests of attrmap(), asIgraph() and asNetwork() (#34)

v2.0-2

01 Jul 10:10
Compare
Choose a tag to compare

Small updates due to igraph update to 1.0-0.

  • Uprgaded included igraph objects in data to new data type (see igraph::upgrade_graph).
  • Fixed tests to use igraph::identical_graphs.
0