Cut version 0.0.1b
authorScott Gasch <[email protected]>
Wed, 12 Oct 2022 19:39:04 +0000 (12:39 -0700)
committerScott Gasch <[email protected]>
Wed, 12 Oct 2022 19:39:04 +0000 (12:39 -0700)
- Add __len__ to NumericPopulation and then use it instead of a dependency on numpy.
- Adds file to publish doc changes w/o waiting for cronjob.
- Fixup sphinx usage examples to render correctly(?)
- Towards a more type-clean mypy check.
- Fix cut_version.sh for new name.
- Fixup sphinx doc generation so that it works post name change.

pyproject.toml
release_notes.md

index a19d89dd8895d16a7f978fcbdbd61e8f483b1801..0a99ee0ad8fbba00610c2cf815b2d77e72b0efdd 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1a1"
+version = "0.0.1b"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e8e3c89c11d0b3a6833e454cb4b984014a27ebc4 100644 (file)
@@ -0,0 +1,16 @@
+# 🎁 Release notes (`0.0.1b`)
+
+## Changes
+- Add __len__ to NumericPopulation and then use it instead of a dependency on numpy.
+- Adds file to publish doc changes w/o waiting for cronjob.
+- Fixup sphinx usage examples to render correctly(?)
+- Towards a more type-clean mypy check.
+- Fix cut_version.sh for new name.
+- Fixup sphinx doc generation so that it works post name change.
+
+## Metadata
+```
+This version -------- 0.0.1b
+Previous version ---- 
+Total commits -------        6
+```