Skip to content

Median, mode, and simpler syntax

Latest
Compare
Choose a tag to compare
@bsoyka bsoyka released this 30 Aug 01:43
· 7 commits to main since this release
378ff7a

Added

  • Created median function
  • Created mode function

Changed

  • Switched to using *args for all public functions, meaning average([x, y])
    changed to average(x, y)

Removed

  • Dropped support for Python 3.5