Skip to content

Pythonic scope inside all functions

Choose a tag to compare

@maxme1 maxme1 released this 11 Mar 16:20
· 45 commits to master since this release

Several backwards-incompatible (with resource-manager) changes were made:

  • Now only the global scope is lazy, which allows all the functions to be compiled to bytecode.
  • No more partial imports from configs

This greatly simplifies the machinery that runs under the hood and makes the configs more intuitive.