Skip to content

Version 1.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 15:32
· 393 commits to refs/heads/main since this release
bbff9dd

What's Changed

  • We've added support for defining a prior workload adjustment for each of your engineers, allowing you to iteratively maintain fairness as you generate new schedules.
  • We've made several internal improvements which boost both performance and future extensibility of the core algorithm and constraint engine.

Migrating

If you've got an existing configuration file, you will need to modify the $.humans section as follows to allow support for the $.humans.*.priorWorkload field.

Before

humans:
  [email protected]:
    - DayOfWeek [Mon, Tue, Wed]

After

humans:
  [email protected]:
    constraints:
      - DayOfWeek [Mon, Tue, Wed]