Adds a __repr__ to graph.
[pyutils.git] / src / pyutils / parallelize /
2023-06-12 Scott GaschMore sanity with exception types and raises docs.
2023-06-09 Scott GaschPersistent should be a type.
2023-06-09 Scott GaschSimple base interfaces.
2023-05-09 Scott GaschFix type hints in executors.
2023-03-05 Scott Gaschtypes -> typez as the name mirrors a python core librar...
2023-02-28 Scott GaschMore spring cleaning.
2023-02-28 Scott GaschI guess it's 2023 now...
2023-02-26 Scott GaschFix logger.exception() calls.
2022-12-15 Scott GaschBug and readability fix.
2022-11-11 Scott GaschChange path of remote_worker so the macbook can work...
2022-10-31 Scott GaschUpdate docs in parallelize again.
2022-10-30 Scott GaschUpdate docs.
2022-10-30 Scott GaschRename some directories (e.g. typez -> types) since...
2022-10-29 Scott GaschFix wrong TimeoutError in catch.
2022-10-26 Scott GaschAdd dataclass_utils for some simple dataclass wrappers...
2022-10-25 Scott GaschImprove documentation / doctests.
2022-10-18 Scott GaschBetter explain what the heck is going on in deferred_op...
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-17 Scott GaschMore documentation improvements.
2022-10-16 Scott GaschMore work to improve documentation generated by sphinx...
2022-10-14 Scott GaschMore documentation.
2022-10-12 Scott GaschAdd __len__ to NumericPopulation and then use it instea...
2022-10-12 Scott GaschMigration from old pyutilz package name (which, in...