Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Pre 2.0.1 Migration / Last 1.0.11 Version

Compare
Choose a tag to compare
@pkenjora pkenjora released this 14 Jun 17:28
· 175 commits to master since this release

Version 2.0.1 will remove the project singleton in starthinker.util.project and replace it with a (config, task) parameter.

Removing the singleton simplifies the framework:

  • Allows direct calls to tasks as python functions.
  • Allows multiple non-conflicting configurations to run in same process.
  • Allows combining the script/all command line helpers into one.

Please tag all imports of starthinker 1.0.X with this release for backwards compatibility.