Fix pydocs
[pyutils.git] / release_notes.md
index a1d3072d9e1af1d50becd39aec73e12d86f7f89a..38bc5b364717e71f15e49ef82e5b0be171945655 100644 (file)
@@ -210,3 +210,78 @@ This version -------- 0.0.1b7
 Previous version ---- 0.0.1b6
 Total commits -------       16
 ```
+# 🎁 Release notes (`0.0.1b8`)
+
+## Changes
+- Docs for Graph.
+- Adds Graph.
+- Tiebreak ordering of ranges with the same lower bound using upper bound.
+- More docs...
+- More docs.
+- Update docs again.
+- Update docs and type hints in interval_tree.  Add it to the pydocs.
+- Fix interval_tree so it actually works.  Add unittests.
+- Bug and readability fix.
+- Adds IntervalTree.
+- Remove more annoying warning messages dumped to console from library code.
+- Be less annoying.
+- Make argparse utils' valid_date work with the default format of UNIX date.
+- Improve identifier for zookeeper based lockfiles.
+- Adds support for zookeeper-based lockfiles.
+- Make the processed cmdline available to callers.
+- Fixup/improve error message when giving up on lock acquisition.
+- Improve error message for logs.
+- Do not touch timestamp if cronjob failed!
+- Fix docs.
+- Only upload one wheel.
+- Update docs.
+- Update docs.
+- Tweak cut_version.sh again.
+- Cut version 0.0.1b7
+
+## Metadata
+```
+This version -------- 0.0.1b8
+Previous version ---- 0.0.1b7
+Total commits -------       25
+```
+# 🎁 Release notes (`0.0.1b9`)
+
+## Changes
+- Fix typo in README.
+- Remove the requirement that filename is a file from is_*.
+- Typos in docs.
+- Update docs.
+- Adds remove_edge and shortest path.
+- Cut version 0.0.1b8
+
+## Metadata
+```
+This version -------- 0.0.1b9
+Previous version ---- 0.0.1b8
+Total commits -------        6
+```
+# 🎁 Release notes (`0.0.1b10`)
+
+## Changes
+- More cleanup.
+- More spring cleaning.
+- I guess it's 2023 now...
+- Adds a new color.
+- Augment logging at startup in debug mode; fix a bug in config.
+- Fix logger.exception messages in example code.
+- Fix logger.exception() calls.
+- Use full path for grep.
+- Make logging use execute_probabilstically.
+- Improve docs and add a doctest.
+- Adds execute_probabilistically.
+- Minor tweaks.
+- Adds CreateFileWithMode helper to create a new file with a given mode more easily.
+- Cut version 0.0.1b9
+
+## Metadata
+```
+This version -------- 0.0.1b10
+Previous version ---- 0.0.1b9
+Total commits -------       14
+```