Skip to content

Releases: bgraedel/arcos4py

v0.1.2

03 May 16:10
Compare
Choose a tag to compare

Added

  • NoodlePlot for collective events

Changed

  • binarize_detrend: converted pandas operations to numpy for performance improvements
  • detect_events: converted pandas operations to numpy for performance imporovements
  • stats: converted pandas operations to numpy for performance improvements
  • various small changes
  • updated docstrings to match changes

Fixed

  • numpy warning caused by stats module

v0.1.1

04 Apr 17:26
Compare
Choose a tag to compare

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.

v0.1.0

26 Mar 14:17
Compare
Choose a tag to compare

Added

  • First release on PyPI.