Skip to content

NetworkInference 1.1.2

Compare
Choose a tag to compare
@flinder flinder released this 01 Dec 21:40
· 148 commits to master since this release
aca9af6

New Features

  • We made changes to the internal data structures of the netinf function, so it is much faster and memory efficient now.
  • netinf() now has a shiny progress bar!
  • as.cascade is now completely removed (see release note on version 1.1.0).
  • New convenience function to subset cascades by time (subset_cascade_time) and by cascade id (subset_cascade).

Bug Fixes

  • Long running functions (that call compiled code) can now be interrupted without crashing the R session.
  • as_cascade_long() and as_cascade_wide() handle date input correctly now.
  • as_cascade_wide() couldn't handle data input of class data.table.