pyutils.git
2022-11-17 Scott GaschCut version 0.0.1b7
2022-11-17 Scott GaschFix stdev.
2022-11-17 Scott GaschUse the right greek letter for the mean of the populati...
2022-11-11 Scott GaschChange path of remote_worker so the macbook can work...
2022-11-02 Scott GaschThis is slightly faster...
2022-11-01 Scott GaschMessing with config files for git presubmit check while...
2022-10-31 Scott GaschMore tweaking of cut_version.sh.
2022-10-31 Scott GaschAdds MD5 checksums to wheels.
2022-10-31 Scott GaschDoc updates to argparse_utils.py.
2022-10-31 Scott GaschMore changes to cut_version.sh.
2022-10-31 Scott GaschUpdate cut_version.sh.
2022-10-31 Scott GaschModify cut_version to check in wheel produced.
2022-10-31 Scott GaschUpdate docs in parallelize again.
2022-10-31 Scott GaschAdd binary wheels.
2022-10-30 Scott GaschUpdate docs.
2022-10-30 Scott GaschUpdate docs around development
2022-10-30 Scott GaschCut version 0.0.1b6
2022-10-30 Scott GaschFix toml files after rename. This rename is a pain!
2022-10-30 Scott GaschCut version 0.0.1b6
2022-10-30 Scott GaschCut version 0.0.1b6
2022-10-30 Scott GaschFix dog generation after last rename change.
2022-10-30 Scott GaschRename some directories (e.g. typez -> types) since...
2022-10-30 Scott GaschAdd better docs with an example to SharedDict.
2022-10-29 Scott GaschAdd id_generator_test.
2022-10-29 Scott GaschAdd run_tests.py to the examples/README list.
2022-10-29 Scott GaschMake run_tests_serially.sh skip zookeeper_test.py too.
2022-10-29 Scott GaschTeach run_tests.py to abort inflight tests in case...
2022-10-29 Scott GaschFix wrong TimeoutError in catch.
2022-10-26 Scott GaschGet reminder to stop leaving turds around my filesystem.
2022-10-26 Scott GaschDocs for dataclass_utils.
2022-10-26 Scott GaschAdd dataclass_utils for some simple dataclass wrappers...
2022-10-25 Scott GaschImprove documentation / doctests.
2022-10-25 Scott GaschUpdate documentation.
2022-10-21 Scott GaschCut version 0.0.1b5
2022-10-21 Scott GaschAdd missing dependency on ANTLR runtime.
2022-10-21 Scott GaschLift easter() function from dateutils and remove that...
2022-10-19 Scott GaschMake sure lockfile always sets locktime. Use locktime...
2022-10-19 Scott GaschImprove cut_version.sh understanding of old versions.
2022-10-19 Scott GaschTeach cut_version.sh about PREVIOUS_VERSION...
2022-10-19 Scott GaschAdd a blurb about fff.py in README.
2022-10-19 Scott GaschAdd fff.py as an example but it's really a devtool...
2022-10-19 Scott GaschClean up run_tests.py
2022-10-19 Scott GaschMore messing with the project file.
2022-10-19 Scott GaschUpdate license to try to make the PyPi page look nicer...
2022-10-18 Scott GaschMake it clear that --config_allow_dynamic_updates doesn...
2022-10-18 Scott GaschAdd some more examples and a convenience method in...
2022-10-18 Scott GaschReference local files in wordle example.
2022-10-18 Scott GaschBetter explain what the heck is going on in deferred_op...
2022-10-18 Scott GaschAdd an overall runtime line to the final report in...
2022-10-18 Scott GaschAdds timer next to progress bar in run_tests.py.
2022-10-18 Scott GaschRemove hardcoded properties list from DeferredOperand...
2022-10-18 Scott GaschAdd a comment for future fields in SmartFuture.
2022-10-18 Scott GaschMake DeferredOperand handle sets, dirs, dels transparen...
2022-10-18 Scott GaschMake DeferredOperand work more transparently.
2022-10-18 Scott GaschStop calling internal method _resolve in run_tests.py.
2022-10-18 Scott GaschLog an error message when something went wrong in run_t...
2022-10-18 Scott GaschDo not let test names in results collide when we run...
2022-10-18 Scott GaschMake run_tests.py keep track of test runtimes.
2022-10-18 Scott GaschMake run_tests.py tell you what's still running.
2022-10-17 Scott GaschCut version 0.0.1b4
2022-10-17 Scott GaschUpdate sphinx links to anonymous references to work...
2022-10-17 Scott GaschMore documentation improvements.
2022-10-17 Scott GaschFix run_tests.py to detect doctest failures and tear...
2022-10-17 Scott GaschUpdate remote worker records to be more instructive.
2022-10-17 Scott GaschHacky code to sort the colors on the sphinx webpage. :P
2022-10-16 Scott GaschCut version 0.0.1b3
2022-10-16 Scott GaschHandle exception from os when attempting to determine...
2022-10-16 Scott GaschFall back on os.get_terminal_size() rather than calls...
2022-10-16 Scott GaschMore work to improve documentation generated by sphinx...
2022-10-15 Scott GaschMore work to improve the quality of sphinx autodocs.
2022-10-15 Scott GaschMore writing examples and improving documentation.
2022-10-14 Scott GaschMore documentation changes but includes a change to...
2022-10-14 Scott GaschImprove documentation in bootstrap.py.
2022-10-14 Scott GaschImprove documentation in argparse_utils.py.
2022-10-14 Scott GaschImprove documentation in ansi.py.
2022-10-14 Scott GaschMinor logic changes (e.g. thunk one method to another...
2022-10-14 Scott GaschMore documentation.
2022-10-14 Scott GaschAdds function to write out an integer longhand.
2022-10-14 Scott GaschCut version 0.0.1b2
2022-10-14 Scott GaschImprove documentation.
2022-10-13 Scott GaschMore work on improving docs.
2022-10-13 Scott GaschImprove docs.
2022-10-13 Scott GaschAdd some example code.
2022-10-12 Scott GaschFollowup to previous changes in math_utils; have the...
2022-10-12 Scott GaschMoving zookeeper.py here caused a dep on kazoo.
2022-10-12 Scott GaschMake markdown look nicer.
2022-10-12 Scott GaschUpdate README with link to local git repo + previous...
2022-10-12 Scott GaschCut version 0.0.1b
2022-10-12 Scott GaschAdd __len__ to NumericPopulation and then use it instea...
2022-10-12 Scott GaschAdds file to publish doc changes w/o waiting for cronjob.
2022-10-12 Scott GaschFixup sphinx usage examples to render correctly(?)
2022-10-12 Scott GaschTowards a more type-clean mypy check.
2022-10-12 Scott GaschFix cut_version.sh for new name.
2022-10-12 Scott GaschFixup sphinx doc generation so that it works post name...
2022-10-12 Scott GaschMigration from old pyutilz package name (which, in...