-
- Haven’t heard from Gemini in a while (still checking https://www.gemini.com/earn, posts are minimal). Next genesis bankruptcy hearing is next wednesday.
- Remember that in addition to resident parking in my building, I can request discounted guess passes for single day. Check gmail.
- SBSC. Continued on the generated cols ticket (and the much-inflated scope).
- Almost done with the rewrite of the stats module. So much cleaner now with variable hierarchies, adjacency matrices, and dynamic generation of all univariate and multivariate plots.
- Created a new
supercontest.util.math
and supercontest.util.plotting
module. Also added supercontest.util.results
back, for everything supplementing the core results/stats modules.
- Removed some more pylint disables, mostly
too-many-*
by refactoring heavier functions into multiple.
- This included splitting the toplevel
create_app
factory into multiple functions, logically separated by environment initialization!