Added
- Created
median
function - Created
mode
function
Changed
- Switched to using
*args
for all public functions, meaningaverage([x, y])
changed toaverage(x, y)
Removed
- Dropped support for Python 3.5
median
functionmode
function*args
for all public functions, meaning average([x, y])
average(x, y)