| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-02 | Let's be explicit with asserts; there was a bug in histogram | Scott | |
| caused by assert foo when foo was an int with valid valid 0. | |||
| 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 | |
| stuff. What a total pain in the ass. I kept getting pickle complaining about class not really being class and refusing to write if any other modules were imported between the creation and the save that I gave up and moved save and load to user defined things. Maybe a better design anyway. | |||
| 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 | |
