New and noteworthy
0.28.0
Employees' Preferences KPIs
We have added 4 new KPIs that provide information on the employees' preferences:
-
Average Duration of Employees' Preferences Met
-
Minimum Duration of Preferences Met Across Employees
-
Average Duration Employee’s Unpreferences are Violated
-
Maximum Duration of Unpreferences Violated Across Employees
See OpenAPI Spec or the Timefold Platform UI for a description of their meaning. These KPIs are marked as experimental and subject to change. We would love your feedback.
0.27.0
Multi-day pattern rules updates
We have fixed the multi-day pattern rules to correctly handle a pattern starting with OFF
.
Please note that if you use a pattern starting or ending with OFF
, you must specify the planning window interval to ensure the pattern matches properly throughout the whole period you are planning for.
The REQUIRED
multi-day patterns are now deprecated and will be removed in a future version in favour of PREFERRED
patterns with a high weight.
See Employee works preferred multi-day shift sequence pattern rule for more information.
0.26.0
Added constraints to minimize gaps between shifts for an employee
We have added a constraint to prefer assigning employees to shifts that are close to each other to minimize the time between shifts. This is useful for cases where the employee works multiple shifts per day.
See Minimize gaps between shifts for employee rule for more information.
0.25.0
Improved demo datasets
We have replaced the existing demo datasets with new ones that are more realistic and better showcase the model’s features.
The new demo datasets cover basic Employee Shift Scheduling capabilities, Contract Period Rules, and Hourly Demand Rules.
Flexible shift priorities
We have added the ability to define custom priorities and weights for shifts. Whenever the model needs to choose between multiple shifts to assign to an employee, it will favor shifts with higher priority.
See Unassigned shift rule for more information.
0.24.0
Model renamed to "Employee Shift Scheduling"
We are renaming the “Employee Scheduling” model to “Employee Shift Scheduling” to distinguish between future other models involving scheduling for employees. (We are not changing API urls or entity names, because …)
Model marked as “Stable”
We have also marked this model as “Stable”, meaning that we promise backwards-compatibility for future minor releases.
"Unassigned shift" constraint no longer includes the shift’s duration in the penalty
We have removed the shift’s duration from the constraint’s penalty. We now only consider the shift’s assignmentPriority.
0.22.0
Added balance by time worked rule
We added a new Balance time worked rule.
Use this rule to make sure the time worked is balanced fairly across employees.
Added employee works shifts with preferred or required tags rules
Tags can now be used to define preferred and required shifts for employees.
See documentation of the rules for more information:
Improved tags documentation
We have improved our documentation related to tags to more clearly give an overview of their possible uses. See Tags and tag types for more information.
Improved performance of balance shift count rule
We fixed an issue in Balance shift count rule, that caused performance degradation for big datasets.
0.21.0
0.20.0
Period rule can optionally define a validity date time span
Period rule defined as a part of employee contract can now specify a validity date time span to further limit when the rule is applicable.
Please see Employee contract period rule for additional details.
0.19.0
Local date time replaced by date time with offset to UTC
All ISO 8601 local date time types have been replaced by ISO 8601 local date time with offset to UTC (Coordinated Universal Time) to support multiple time zones.
Please see Upgrading to the latest versions and Timezones and Daylight Saving Time (DST) for additional details.
Location constraints
Employees and shifts can now provide a location. This allows you to restrict the possible shifts where an employee can work and minimize the travel distance.
The following constraints have been added:
Priority can now be defined for employees
Employee preferences are more likely to be satisfied for employees with higher priority.
Affects the following constraints
See employee priority.