Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Sep 12:01
· 138 commits to main since this release

Changed

  • Changed running median for global smoothing of trajectories from scipy running_median
    to pandas running.median, since this allows a different endrule mode
  • Changed running median endrule for local smoothing of trajectories from constant to nearest