Skip to content

Next version

Latest
Compare
Choose a tag to compare
@Liborsaf Liborsaf released this 04 Dec 23:31
167c491

News

  • Support for multiple variants for each day (c4f0ef8)

Changes

  • Supply additional arguments to execute function using kwargs instead of seperate variable for each argument (c4f0ef8)
  • Task parameters moved to separate class TaskParameters which is accessible using self.parameters in task, it contains stuff like year, day, input, ... (c4f0ef8)

Other

  • Needs to install other package named typing-extensions, because python's builtin package missing some dependencies stuff (c4f0ef8)