Adds a __repr__ to graph.
[pyutils.git] / src / pyutils / collectionz /
2023-06-12 Scott GaschMore sanity with exception types and raises docs.
2023-06-09 Scott GaschMerge simple and typing.
2023-06-09 Scott GaschSimple base interfaces.
2023-06-08 Scott GaschComparable.. and better type hints on dict_utils.
2023-05-25 Scott GaschCleanup code and update docs in bst.py.
2023-05-08 Scott GaschImprove docs on bst.py again.
2023-05-08 Scott Gaschsmall comment change.
2023-05-08 Scott GaschDots instead of pass...
2023-05-08 Scott GaschUse Protocol to implement the interface typevar here...
2023-05-07 Scott GaschAdds find_lowest_node_less_than_or_equal_to.
2023-05-06 Scott GaschCleanup code / comments.
2023-05-06 Scott GaschImprove type hints in bst.py.
2023-05-05 Scott GaschBetter definition of "fuzzy".
2023-05-05 Scott GaschIterate within a range.
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...
2022-12-17 Scott GaschAdds Graph.
2022-12-16 Scott GaschTiebreak ordering of ranges with the same lower bound...
2022-12-15 Scott GaschMore docs...
2022-12-15 Scott GaschMore docs.
2022-12-15 Scott GaschUpdate docs again.
2022-12-15 Scott GaschUpdate docs and type hints in interval_tree. Add it...
2022-12-15 Scott GaschFix interval_tree so it actually works. Add unittests.
2022-12-13 Scott GaschAdds IntervalTree.
2022-10-30 Scott GaschAdd better docs with an example to SharedDict.
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-14 Scott GaschImprove documentation.
2022-10-13 Scott GaschMore work on improving docs.
2022-10-12 Scott GaschMigration from old pyutilz package name (which, in...