X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=release_notes.md;h=f058d78c40d1f17a056d70cfac54717feff6317e;hb=18e57272c7fb10ff72a87df8f47760367d355bbe;hp=4b3c2752bf2a2b753f5d21da8a3154c56d416758;hpb=0d44a8bfc98293364a343ff918d4f0437aa64fa0;p=pyutils.git diff --git a/release_notes.md b/release_notes.md index 4b3c275..f058d78 100644 --- a/release_notes.md +++ b/release_notes.md @@ -184,3 +184,80 @@ This version -------- 0.0.1b6 Previous version ---- 0.0.1b5 Total commits ------- 17 ``` +# 🎁 Release notes (`0.0.1b7`) + +## Changes +- Fix stdev. +- Use the right greek letter for the mean of the population, not the sample. +- Change path of remote_worker so the macbook can work too. +- This is slightly faster... +- Messing with config files for git presubmit check while cleaing up string_utils lint errors. +- More tweaking of cut_version.sh. +- Adds MD5 checksums to wheels. +- Doc updates to argparse_utils.py. +- More changes to cut_version.sh. +- Update cut_version.sh. +- Modify cut_version to check in wheel produced. +- Update docs in parallelize again. +- Add binary wheels. +- Update docs. +- Update docs around development +- Cut version 0.0.1b6 + +## Metadata +``` +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 +``` +# 🎁 Release notes (`0.0.1b9`) + +## Changes +- Fix typo in README. +- Remove the requirement that filename is a file from is_*. +- Typos in docs. +- Update docs. +- Adds remove_edge and shortest path. +- Cut version 0.0.1b8 + +## Metadata +``` +This version -------- 0.0.1b9 +Previous version ---- 0.0.1b8 +Total commits ------- 6 +```