Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 17:26
· 207 commits to main since this release

Added

  • Added more plotting functionallity to the plotting module.
    • Measurment density plot
    • Tracklength histogram
    • Position/T plot
    • Collective event statistcs plot

Changed

  • Interpolation class in tools now uses pandas.interpolate to interpolate missing values.
  • Interpolation now interpolates all values in all columns of the dataframe.
  • Improved usage section in the documentation.

Fixed

  • Bug in trackCollev class that would lead to an error message in some cases.
  • Spelling in docstrings.