Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / histogram.py
2022-06-03 Scott GaschMake the bar graph thing do fractions.
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-02-11 Scott GaschAdd mode.
2022-02-10 Scott GaschAdd percentile and change name of RunningMedian class.
2022-02-10 Scott GaschAdd some useful stats to histogram.
2022-02-09 Scott GaschDitch named tuples for dataclasses.
2022-02-09 Scott GaschCleanup.
2022-02-09 Scott GaschMore cleanup, yey!
2022-02-05 Scott GaschAdd coding comments for files with utf8 characters...
2022-02-03 ScottFix a bug in histogram.
2022-02-02 ScottLet's be explicit with asserts; there was a bug in...
2022-02-02 ScottMore type annotations.
2022-02-02 ScottMore mypy cleanup.
2022-01-31 ScottMake histogram auto-format labels.
2022-01-31 ScottClean up histogram __repr__
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2021-09-08 Scott GaschVarious changes.
2021-07-29 Scott GaschMoney, Rate, CentCount and a bunch of bugfixes.
2021-07-09 Scott GaschReduce import scopes, remove cycles.
2021-03-25 Scott GaschInitial revision