Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / math_utils.py
2022-07-04 Scott GaschAdd inital cut of iter_utils with a coupel of iters...
2022-07-02 Scott GaschBugfixes in math_utils.
2022-07-01 Scott GaschMinor cleanup.
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-03-05 Scott GaschImprove text wrapping; add indent option.
2022-02-11 Scott GaschAdd mode.
2022-02-11 Scott GaschFix stdev.
2022-02-10 Scott GaschUpdate docs.
2022-02-10 Scott GaschAdd percentile and change name of RunningMedian class.
2022-02-10 Scott GaschFix a bug, add some testcases.
2022-02-10 Scott GaschAdd some useful stats to histogram.
2022-02-09 Scott GaschMore cleanup, yey!
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-01-27 ScottRan black code formatter on everything.
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-07-29 Scott GaschMoney, Rate, CentCount and a bunch of bugfixes.
2021-07-13 Scott GaschRandom changes.
2021-04-24 Scott GaschUse ValueError, not Exception.
2021-03-25 Scott GaschInitial revision