From: Scott Gasch Date: Sat, 17 Dec 2022 06:12:56 +0000 (-0800) Subject: Cut version 0.0.1b8 X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=021abe85daa69b22d35f9a72f53cb614b37221dc;p=pyutils.git Cut version 0.0.1b8 - 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 --- diff --git a/dist/pyutils-0.0.1b8-py3-none-any.whl b/dist/pyutils-0.0.1b8-py3-none-any.whl new file mode 100644 index 0000000..b500492 Binary files /dev/null and b/dist/pyutils-0.0.1b8-py3-none-any.whl differ diff --git a/dist/pyutils-0.0.1b8-py3-none-any.whl.md5 b/dist/pyutils-0.0.1b8-py3-none-any.whl.md5 new file mode 100644 index 0000000..5c6af51 --- /dev/null +++ b/dist/pyutils-0.0.1b8-py3-none-any.whl.md5 @@ -0,0 +1 @@ +MD5 (pyutils-0.0.1b8-py3-none-any.whl) = a4699f66f065640e4760c3f7d322a070 diff --git a/dist/pyutils-latest-py3-none-any.whl b/dist/pyutils-latest-py3-none-any.whl index eaab6f9..cbdc5f1 120000 --- a/dist/pyutils-latest-py3-none-any.whl +++ b/dist/pyutils-latest-py3-none-any.whl @@ -1 +1 @@ -pyutils-0.0.1b7-py3-none-any.whl \ No newline at end of file +pyutils-0.0.1b8-py3-none-any.whl \ No newline at end of file diff --git a/dist/pyutils-latest-py3-none-any.whl.md5 b/dist/pyutils-latest-py3-none-any.whl.md5 index 5428b9d..2ffaf92 100644 --- a/dist/pyutils-latest-py3-none-any.whl.md5 +++ b/dist/pyutils-latest-py3-none-any.whl.md5 @@ -1 +1 @@ -MD5 (pyutils-latest-py3-none-any.whl) = 5a3e442ad59b7ecd04f3ccd5eb78515d +MD5 (pyutils-latest-py3-none-any.whl) = a4699f66f065640e4760c3f7d322a070 diff --git a/pyproject.toml b/pyproject.toml index 3282626..81ca25a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyutils" -version = "0.0.1b7" +version = "0.0.1b8" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] diff --git a/release_notes.md b/release_notes.md index a1d3072..5a73dd2 100644 --- a/release_notes.md +++ b/release_notes.md @@ -210,3 +210,38 @@ 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 +```