Release 0.1.2
github-actions
released this
20 Dec 20:56
·
140 commits
to f5aca411399bebbe81b68cce3a4943435d2e6418
since this release
0.1.2 - 2022-06-15
Changed
- Wrapped
qcng.compute
andqcng.compute_procedure
directly withbigqc.task
rather than redefining each function - Simplified settings by removing
get_settings
function in favor of globally definedsettings
object. (No advantage to using a callable since we are not using dependency injection of a settings callable.) - Updated app name to
bigqc
fromtasks
inapp.py
.