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
/
persistent.py
Age
Commit message (
Expand
)
Author
2022-09-01
Get rid of hardcoded remote worker pool in favor of a config file.
Scott Gasch
2022-05-31
More docs cleanup.
Scott Gasch
2022-05-31
Improve docstrings for sphinx.
Scott Gasch
2022-05-28
Tweak around docstring to make prettier sphinx autodocs.
Scott Gasch
2022-04-30
Add some docs and doctests to things that have 0% coverage.
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
2022-02-08
More cleanup, yey!
Scott Gasch
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-02
Let's be explicit with asserts; there was a bug in histogram
Scott
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-02
Fix a problem introduced with previous type cleanup change.
Scott
2022-02-02
More type annotations.
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-12
"Fix" a flaky test and cleanup an unused import.
Scott
2022-01-12
Add doctests, general cleanup.
Scott
2022-01-12
Scale back warnings.warn and add stacklevels= where appropriate.
Scott
2022-01-11
Start using warnings from stdlib.
Scott
2021-09-24
Oh my god, I fucking hate pickle, dill, cloudpickle and all that
Scott Gasch
2021-09-22
Various little changes. Naming. Durations as arguments.
Scott Gasch
2021-09-22
Updated docs.
Scott Gasch
2021-09-22
Improve persistent after actually using it.
Scott Gasch
2021-09-21
Persistent state.
Scott Gasch