Skip to content

v0.5.5

Compare
Choose a tag to compare
@pravirkr pravirkr released this 31 Mar 07:35

Fixed bugs

  • Built OK but cannot import on Mac #9
  • Fix macOS installation issues #11 (pravirkr)

Closed issues

  • Compilation issues on Mac OSX #3

Implemented enhancements

Added

  • python code linting using WPS/PEP8 and C++ using clang-format with af62ce2.

Changed

  • moving read methods to their respective class with d20663c, cb4675d.
  • more robust implementation of median and runningMedian with 21c9466.
  • fixed runningMean with cb4675d.