Cut version 0.0.1b8
authorScott Gasch <[email protected]>
Sat, 17 Dec 2022 06:12:56 +0000 (22:12 -0800)
committerScott Gasch <[email protected]>
Sat, 17 Dec 2022 06:12:56 +0000 (22:12 -0800)
- 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

dist/pyutils-0.0.1b8-py3-none-any.whl [new file with mode: 0644]
dist/pyutils-0.0.1b8-py3-none-any.whl.md5 [new file with mode: 0644]
dist/pyutils-latest-py3-none-any.whl
dist/pyutils-latest-py3-none-any.whl.md5
pyproject.toml
release_notes.md

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 (file)
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 (file)
index 0000000..5c6af51
--- /dev/null
@@ -0,0 +1 @@
+MD5 (pyutils-0.0.1b8-py3-none-any.whl) = a4699f66f065640e4760c3f7d322a070
index eaab6f9b8bc8bb68230e082621c2a9fc2edd6058..cbdc5f12b35fe46e8c78149f9faa934963fab574 120000 (symlink)
@@ -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
index 5428b9d94b139e1361ab1fda10219c0bd60a972b..2ffaf92afe2fd0c9d22604932f7171b7e535fdd9 100644 (file)
@@ -1 +1 @@
-MD5 (pyutils-latest-py3-none-any.whl) = 5a3e442ad59b7ecd04f3ccd5eb78515d
+MD5 (pyutils-latest-py3-none-any.whl) = a4699f66f065640e4760c3f7d322a070
index 3282626d51fbda6ff8f8564df3c246039c237d98..81ca25afca5a9f31e0bb7e25c220e57026ffcfc0 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b7"
+version = "0.0.1b8"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
index a1d3072d9e1af1d50becd39aec73e12d86f7f89a..5a73dd23f3d09ce5fc67e2be3e0f7b273e94bed3 100644 (file)
@@ -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
+```