Skip to contents

edeaR 0.9.4

CRAN release: 2023-04-27

Bugfixes

  • Rework functions (number_of_selfloops, number_of_repetitions, size_of_selfloops, size_of_repetitions) have been fixed to be compatible with changes in bupaR 0.5.3.

edeaR 0.9.2

CRAN release: 2023-01-15

Breaking Changes

  • filter_activity_presence() no longer ignores unknown activities. A warning is thrown when the specified activities were not found in the log.
  • units = "auto" is no longer an available option for filter_throughput_time() and filter_processing_time(), as it does not make sense to have units automatically defined when using a duration interval.
  • Column "relative_trace_frequency" of throughput_time() with argument level = "trace" is now renamed to "relative_frequency" to be more consistent with other methods/levels reporting on relative frequency.

Features

Bugfixes

edeaR 0.9.1

CRAN release: 2022-10-03

Features

Bug Fixes

Other

  • Added a NEWS.md file to track changes to the package.