Skip to content

Releases: bsoyka/averager

Median, mode, and simpler syntax

30 Aug 01:43
378ff7a
Compare
Choose a tag to compare

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

Quick behind-the-scenes changes

09 Apr 23:56
4a9af14
Compare
Choose a tag to compare

Some codebase cleanup.

Python 3.5 & 3.6 support

05 Jan 15:36
Compare
Choose a tag to compare

Added

  • Supported Python 3.5 and 3.6

Complete rewrite

03 Jan 02:00
Compare
Choose a tag to compare

A huge internal cleanup along with some new changes.

Added

  • Supported Python 2.7

Changed

  • Switched from classes to module-level functions
  • Moved to Read the Docs

Versioning and distribution fix

12 Oct 16:07
Compare
Choose a tag to compare

Fixed

  • Bumped version to fix description on PyPI

Testing and CI

12 Oct 16:04
7b10aab
Compare
Choose a tag to compare

Added

  • Created tests and added CI

PyPI README fix

07 Oct 14:29
Compare
Choose a tag to compare

Fixed

  • Bumped version to fix description on PyPI

GitBook integration

07 Oct 04:04
Compare
Choose a tag to compare

Added

  • Integrated with GitBook for documentation

Add PyPI metadata

06 Oct 21:58
Compare
Choose a tag to compare

Added

  • Added some metadata for PyPI

Initial release

06 Oct 21:52
Compare
Choose a tag to compare

Initial release.

Added

  • Made Averager and WeightedAverager classes