summaryrefslogtreecommitdiff
path: root/math_utils.py
AgeCommit message (Collapse)Author
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
copyright...
2022-03-05Improve text wrapping; add indent option.Scott Gasch
2022-02-11Add mode.Scott Gasch
2022-02-11Fix stdev.Scott Gasch
2022-02-10Update docs.Scott Gasch
2022-02-10Add percentile and change name of RunningMedian class.Scott Gasch
2022-02-10Fix a bug, add some testcases.Scott Gasch
2022-02-10Add some useful stats to histogram.Scott Gasch
2022-02-08More cleanup, yey!Scott Gasch
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-01-26Ran black code formatter on everything.Scott
2021-10-31Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...Scott Gasch
2021-09-08Add doctests to some of this stuff.Scott Gasch
2021-07-28Money, Rate, CentCount and a bunch of bugfixes.Scott Gasch
2021-07-12Random changes.Scott Gasch
2021-04-23Use ValueError, not Exception.Scott Gasch
2021-03-24Initial revisionScott Gasch