Cut version 0.0.1b2
[pyutils.git] / release_notes.md
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..2bd695df2c29fa52b490928cfed05b5434779d73 100644 (file)
@@ -0,0 +1,35 @@
+# 🎁 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
+```
+# 🎁 Release notes (`0.0.1b2`)
+
+## Changes
+- Improve documentation.
+- More work on improving docs.
+- Improve docs.
+- Add some example code.
+- Followup to previous changes in math_utils; have the code use its own len.
+- Moving zookeeper.py here caused a dep on kazoo.
+- Make markdown look nicer.
+- Update README with link to local git repo + previous version.
+- Cut version 0.0.1b
+
+## Metadata
+```
+This version -------- 0.0.1b2
+Previous version ---- 
+Total commits -------        9
+```