Cut version 0.0.1b6
[pyutils.git] / release_notes.md
1 # 🎁 Release notes (`0.0.1b`)
2
3 ## Changes
4 - Add __len__ to NumericPopulation and then use it instead of a dependency on numpy.
5 - Adds file to publish doc changes w/o waiting for cronjob.
6 - Fixup sphinx usage examples to render correctly(?)
7 - Towards a more type-clean mypy check.
8 - Fix cut_version.sh for new name.
9 - Fixup sphinx doc generation so that it works post name change.
10
11 ## Metadata
12 ```
13 This version -------- 0.0.1b
14 Previous version ---- 
15 Total commits -------        6
16 ```
17 # 🎁 Release notes (`0.0.1b2`)
18
19 ## Changes
20 - Improve documentation.
21 - More work on improving docs.
22 - Improve docs.
23 - Add some example code.
24 - Followup to previous changes in math_utils; have the code use its own len.
25 - Moving zookeeper.py here caused a dep on kazoo.
26 - Make markdown look nicer.
27 - Update README with link to local git repo + previous version.
28 - Cut version 0.0.1b
29
30 ## Metadata
31 ```
32 This version -------- 0.0.1b2
33 Previous version ---- 
34 Total commits -------        9
35 ```
36 # 🎁 Release notes (`0.0.1b3`)
37
38 ## Changes
39 - Handle exception from os when attempting to determine console sizes.
40 - Fall back on os.get_terminal_size() rather than calls to tput/stty when we can't figure out how big the console is.
41 - More work to improve documentation generated by sphinx.  Also fixes some type hints that were confusing mypy and re-enables the doctests in collectionz/trie + collections/bst.  Some improvement of the typez/centcount and typez/money that were inspired by improving their docs.
42 - More work to improve the quality of sphinx autodocs.
43 - More writing examples and improving documentation.
44 - More documentation changes but includes a change to config.py that removes the ability to set flags via environment variables.  It was hacky and I don't use it.
45 - Improve documentation in bootstrap.py.
46 - Improve documentation in argparse_utils.py.
47 - Improve documentation in ansi.py.
48 - Minor logic changes (e.g. thunk one method to another) but a lot of documentation cleanup.
49 - More documentation.
50 - Adds function to write out an integer longhand.
51 - Cut version 0.0.1b2
52
53 ## Metadata
54 ```
55 This version -------- 0.0.1b3
56 Previous version ---- 
57 Total commits -------       13
58 ```
59 # 🎁 Release notes (`0.0.1b4`)
60
61 ## Changes
62 - Update sphinx links to anonymous references to work around a warning message at docs build time.
63 - More documentation improvements.
64 - Fix run_tests.py to detect doctest failures and tear itself down more quickly when a test has failed.
65 - Update remote worker records to be more instructive.
66 - Hacky code to sort the colors on the sphinx webpage. :P
67 - Cut version 0.0.1b3
68
69 ## Metadata
70 ```
71 This version -------- 0.0.1b4
72 Previous version ---- 
73 Total commits -------        6
74 ```
75 # 🎁 Release notes (`0.0.1b5`)
76
77 ## Changes
78 - Add missing dependency on ANTLR runtime.
79 - Lift easter() function from dateutils and remove that dependency from this project.  Original copyright and attribution in the code and the root NOTICE file.
80 - Make sure lockfile always sets locktime.  Use locktime in cron.py to optionally create a record of lockfile contention for future analysis.
81 - Improve cut_version.sh understanding of old versions.
82 - Teach cut_version.sh about PREVIOUS_VERSION...
83 - Add a blurb about fff.py in README.
84 - Add fff.py as an example but it's really a devtool that I used in the pre-commit hook.
85 - Clean up run_tests.py
86 - More messing with the project file.
87 - Update license to try to make the PyPi page look nicer...
88 - Make it clear that --config_allow_dynamic_updates doesn't take any argument.
89 - Add some more examples and a convenience method in config.py for terminating the program due to bad flags.
90 - Reference local files in wordle example.
91 - Better explain what the heck is going on in deferred_operand.py.
92 - Add an overall runtime line to the final report in run_tests.py.
93 - Adds timer next to progress bar in run_tests.py.
94 - Remove hardcoded properties list from DeferredOperand; use a c'tor param instead.
95 - Add a comment for future fields in SmartFuture.
96 - Make DeferredOperand handle sets, dirs, dels transparently by passing them along to the wrapped result.
97 - Make DeferredOperand work more transparently.
98 - Stop calling internal method _resolve in run_tests.py.
99 - Log an error message when something went wrong in run_tests.py.
100 - Do not let test names in results collide when we run one to capture coverage and another instance of the same test w/o coverage to check perf.
101 - Make run_tests.py keep track of test runtimes.
102 - Make run_tests.py tell you what's still running.
103 - Cut version 0.0.1b4
104
105 ## Metadata
106 ```
107 This version -------- 0.0.1b5
108 Previous version ---- 0.0.1b4
109 Total commits -------       26
110 ```
111 # 🎁 Release notes (`0.0.1b6`)
112
113 ## Changes
114 - Fix docs after rename
115 - Rename some directories (e.g. typez -> types) since they don't collide with any stdlib names.
116 - Add better docs with an example to SharedDict.
117 - Add id_generator_test.
118 - Add run_tests.py to the examples/README list.
119 - Make run_tests_serially.sh skip zookeeper_test.py too.
120 - Teach run_tests.py to abort inflight tests in case of emergency shutdown.
121 - Fix wrong TimeoutError in catch.
122 - Get reminder to stop leaving turds around my filesystem.
123 - Docs for dataclass_utils.
124 - Add dataclass_utils for some simple dataclass wrappers and annotation.
125 - Improve documentation / doctests.
126 - Update documentation.
127 - Cut version 0.0.1b5
128
129 ## Metadata
130 ```
131 This version -------- 0.0.1b6
132 Previous version ---- 0.0.1b5
133 Total commits -------       14
134 ```
135 # 🎁 Release notes (`0.0.1b6`)
136
137 ## Changes
138 - Cut version 0.0.1b6
139 - Fix dog generation after last rename change.
140 - Rename some directories (e.g. typez -> types) since they don't collide with any stdlib names.
141 - Add better docs with an example to SharedDict.
142 - Add id_generator_test.
143 - Add run_tests.py to the examples/README list.
144 - Make run_tests_serially.sh skip zookeeper_test.py too.
145 - Teach run_tests.py to abort inflight tests in case of emergency shutdown.
146 - Fix wrong TimeoutError in catch.
147 - Get reminder to stop leaving turds around my filesystem.
148 - Docs for dataclass_utils.
149 - Add dataclass_utils for some simple dataclass wrappers and annotation.
150 - Improve documentation / doctests.
151 - Update documentation.
152 - Cut version 0.0.1b5
153
154 ## Metadata
155 ```
156 This version -------- 0.0.1b6
157 Previous version ---- 0.0.1b5
158 Total commits -------       15
159 ```