0.5.0
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
, andrequired_positions_params
inMultiErlangC
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