You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show simulation progress via an optional progress callback in run() (#103).
New "The Bank Tutorial: Part II" vignette, by Duncan Garmonsway @nacnudus (#106).
New getters for running arrivals (#109), meant to be used inside trajectories:
get_name() retrieves the arrival name.
get_attribute() retrieves an attribute by name. The old method of retrieving them by providing a function with one argument is deprecated in favour of get_attribute(), and will be removed in version 3.7.x.
get_prioritization() retrieves the three prioritization values (priority, preemptible, restart) of the active arrival.
New shortcuts for global attributes (#110): set_global() and get_global(), equivalent to set_attribute(global=TRUE) and get_attribute(global=TRUE) respectively.