From 0910b488a249334aa0579b093987172e59831cef Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 12 Oct 2022 12:39:04 -0700 Subject: [PATCH] Cut version 0.0.1b - 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 | 2 +- release_notes.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a19d89d..0a99ee0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyutils" -version = "0.0.1a1" +version = "0.0.1b" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] diff --git a/release_notes.md b/release_notes.md index e69de29..e8e3c89 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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 +``` -- 2.46.0