Skip to content

Releases: r-simmer/simmer.plot

simmer.plot 0.1.18

17 Jul 21:39
Compare
Choose a tag to compare
  • Fix rollback parsing for simmer > 4.4.5.
  • Fix test warnings due to deprecated features.
  • Remove deprecated methods plot.simmer and plot.wrap.
  • Fix clone postprocessing when n is specified as a function (#27).
  • Add support for activity tags and named rollbacks (#26).

simmer.plot 0.1.17

07 Feb 21:55
Compare
Choose a tag to compare
  • Fix calculation of resource utilization when zero capacity values are present
    (#22 addressing #21; #24).
  • Expose limits in plot.resources(metric="usage"), improve documentation of
    method-specific options (#25).

simmer.plot 0.1.16

25 Apr 19:16
Compare
Choose a tag to compare
  • Fix rollback pointer with an infinite amount (#18).
  • Workaround bug in DiagrammeR (#19).
  • Workaround bug in ggplot2 (#20).

simmer.plot 0.1.15

11 Mar 16:47
Compare
Choose a tag to compare
  • Fix test for simmer v4.2.2.

simmer.plot 0.1.14

05 Aug 13:00
Compare
Choose a tag to compare

Minor changes and fixes

  • Arrange factors (names and items in plot.resources) in the order provided (#15).
  • Improve documentation (#16).

simmer.plot 0.1.13

05 Aug 12:59
Compare
Choose a tag to compare

Minor changes and fixes

  • Update to DiagrammeR 1.0.0 (7c2b9c7).

simmer.plot 0.1.12

21 Dec 15:49
Compare
Choose a tag to compare

New features

  • New S3 methods for plotting monitoring statistics, which enable us to call plot() on the output of get_mon_arrivals(), get_mon_attributes() and get_mon_resources() (see ?plot.mon). Calling plot() on the simmer environment will continue to work, but it is deprecated (#11).

Minor changes and fixes

  • Better defaults for resources and attributes: all names/keys are plotted if nothing is specified (#13).

simmer.plot 0.1.11

24 Oct 12:22
Compare
Choose a tag to compare

Minor changes and fixes

  • Fix trajectory parsing with variable-length pointers (#9).
  • Update to tidyr 0.7.x (da58045).
  • Update to DiagrammeR 0.9.1 (247aa4f).

simmer.plot 0.1.10

22 Jul 17:49
Compare
Choose a tag to compare

Minor changes and fixes

  • Fix resource utilization plot with varying resource capacity (#8).
  • Fix trajectory parsing with yet another NULL pointer format: (nil) (#4).
  • Update to dplyr 0.7.x (537cdea).

simmer.plot 0.1.9

16 Mar 15:36
Compare
Choose a tag to compare

Minor changes and fixes

  • Workaround for Solaris SPARC (#2).
  • Remove ignored edges in clone() (#6).
  • Add optional verbose info in plot.trajectory() labels (#5).