Skip to content

Release 0.1.2

Compare
Choose a tag to compare
@github-actions 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 and qcng.compute_procedure directly with bigqc.task rather than redefining each function
  • Simplified settings by removing get_settings function in favor of globally defined settings object. (No advantage to using a callable since we are not using dependency injection of a settings callable.)
  • Updated app name to bigqc from tasks in app.py.