v2.3.0
Version 2.3.0 is primarily a refactor release.
New Features
- Adds debug logging options and command line arguments to specify the desired log level
Refactors
- Adds doc strings and typehints to all functions
- Remove functions.py in place of several other files
a. Database functions have their own file
b. Grading functions have their own file
c. Cron function have their own file
d. Service log functions are moved alongside other service/logging functions
e. Rename the flask config to be more explicit - Refactors read_config and globals to be centralized with sensible defaults in place
What's Changed
- Adds docstrings and variable typehints to functions by @sei-jbooz in #18
- Minor HTML adjustments for a consistent view by @sei-jbooz in #19
- Adds debug logging options by @sei-jbooz in #21
- Refactor by @sei-jbooz in #20
- v2.3.0 by @sei-jbooz in #22
Full Changelog: 2.2.0...2.3.0