index
:
python_utils.git
master
A bunch of python helper utils. Needed to run most of my python code.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
histogram.py
Age
Commit message (
Expand
)
Author
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
2022-02-11
Add mode.
Scott Gasch
2022-02-10
Add percentile and change name of RunningMedian class.
Scott Gasch
2022-02-10
Add some useful stats to histogram.
Scott Gasch
2022-02-09
Ditch named tuples for dataclasses.
Scott Gasch
2022-02-09
Cleanup.
Scott Gasch
2022-02-08
More cleanup, yey!
Scott Gasch
2022-02-05
Add coding comments for files with utf8 characters in there.
Scott Gasch
2022-02-02
Fix a bug in histogram.
Scott
2022-02-02
Let's be explicit with asserts; there was a bug in histogram
Scott
2022-02-02
More type annotations.
Scott
2022-02-02
More mypy cleanup.
Scott
2022-01-31
Make histogram auto-format labels.
Scott
2022-01-31
Clean up histogram __repr__
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2021-09-07
Various changes.
Scott Gasch
2021-07-28
Money, Rate, CentCount and a bunch of bugfixes.
Scott Gasch
2021-07-08
Reduce import scopes, remove cycles.
Scott Gasch
2021-03-24
Initial revision
Scott Gasch