Skip to content

0.5.0

Compare
Choose a tag to compare
@rodrigo-arenas rodrigo-arenas released this 14 Jun 23:36
· 9 commits to main since this release
9618511

This release implements several new features as well as the most complete documentation so far, with all the use cases/modules explained

Features:

  • Added a new type of solver under the class MinHoursRoster for rostering problems, it can find the roster of resources for each day and shift subject to shift restrictions, resting days, shifts preferences, bans, and more.
  • Added the properties waiting_probability_params, service_level_params, achieved_occupancy_params, and required_positions_params in MultiErlangC to track in which combination order each method returns a solution.

API Changes:

  • The queing module was renamed to queuing
  • The shifts module was renamed to scheduling

Docs

  • Added tutorials on scheduling and rostering problems