Skip to content

Releases: schochastics/netrankr

netrankr 1.2.3

20 Dec 18:17
Compare
Choose a tag to compare
  • removed test causing issues on some platforms

netrankr 1.2.2

16 Dec 14:10
Compare
Choose a tag to compare
  • fixed goodpractice warnings #17
  • added more tests
  • added more documentation for index_builder #15
  • possibly breaking: removed mid point calculation from rank_intervals #12
  • upgraded igraph graph versions #23
  • printed some matrices in vignette indirect_relations #11

v1.2.0 - JOSS accepted version

24 Sep 05:23
Compare
Choose a tag to compare

internal changes for JOSS submission

v1.0.0

19 Jul 20:18
Compare
Choose a tag to compare
  • added S3 class netrankr_full (result of exact_rank_prob()) with print and plot functions (#8)
  • added S3 class netrankr_interval (result of rank_intervals()) with print and plot functions (#8)
  • added S3 class netrankr_mcmc (result of mcmc_rank_prob()) with print and plot functions (#8)
  • added dbces11 graph (smalles graph with 5 different centers)
  • plot_rank_intervals() is now deprecated
  • ggplot2 no longer suggested

v0.3.0 - minor functions added

13 Sep 20:32
Compare
Choose a tag to compare
  • extended majorization_gap() to unconnected graphs
  • added incomparable_pairs()

v0.2.1- small bug fixes

18 Sep 08:25
Compare
Choose a tag to compare
  • fixed a bug in index_builder which prevented the building of self defined indices
  • fixed a still existing bug in transitive_reduction()
  • added type = weights in indirect_relations()
  • type = "identity" in indirect_relations() is now deprecated. Use type = "adjacency" instead.
  • type = "weight" added to indirect_relations() to return the weighted adjacency matrix
    vertex names are now properly added as column and rownames to matrices produced by indirect_relations() and exact_rank_prob().

v0.2.0 - First CRAN release

08 Jan 17:00
Compare
Choose a tag to compare
  • added Rstudio addin to build more than 20 centrality indices
  • added indirect relations: dist_lf,dist_walk, depend_netflow,
    depend_exp, depend_rsps, depend_rspn, depend_curflow, dist_rwalk, dist_walk
  • API breaking: changed "dependencies" to "depend_sp" in indirect_relations()
  • API breaking: changed "geodesic" to "dist_sp" in indirect_relations()
  • API breaking: changed "resistance" to "dist_resist" in indirect_relations()
  • The above old types still work in this version
  • changed require to library in examples

v0.1.0 - First stable release

19 Sep 15:23
Compare
Choose a tag to compare

This is the first "stable" release of the netrankr R package