Timefold Solver 1.15.0
Fall is here and the days are getting shorter, but the release cadence of Timefold Solver is still once a month!
This time, we've brought a whole bunch of smaller improvements and bug fixes. We've extended our Recommendations API, made the recently introduced Ruin and Recreate move more reliable, and improved our Python experience.
Changelog
🚀 Features
- Support assigned values for Recommendations as well (#1136), closes #1136
- Add new move count metric (#1072), closes #1072
- Expose constraint metamodel in Quarkus and Spring Boot (#1108), closes #1108
- Multi-threaded solving support for Ruin and Recreate moves
- Add solver job start event (#1084), closes #1084
🐛 Fixes
- Don't pick a move if CH terminates prematurely (#1132), closes #1132
- Don't restart solver termination in Ruin and Recreate
- Don't override value with loop variable
- Cast classmethods' first argument to PythonLikeType in 3.10, use same instances for Enum values
- Pop off result of setattr and delattr in generic case
- Generate override methods when parent's parameters have a different signature
🧰 Tasks
- Improve SolverManager error message in Python (#1114), closes #1114
📝 Documentation
- Updated intro with planning content
Contributors
We'd like to thank the following people for their contributions:
- Christopher Chianelli
- Frederico Gonçalves (@zepfred)
- Lukáš Petrovický
- Matej Čimbora
- lee-carlon
Timefold Solver Community Edition is an open source project, and you are more than welcome to contribute as well! For more, see Contributing.
Should your business need to scale to truly massive data sets or require enterprise-grade support, check out Timefold Solver Enterprise Edition.
How to use Timefold Solver
To see Timefold Solver in action, check out the quickstarts.
With Maven or Gradle, add the ai.timefold.solver : timefold-solver-core : 1.15.0
dependency in your pom.xml
to get started.
You can also import the Timefold Solver Bom (ai.timefold.solver : timefold-solver-bom : 1.15.0
)
to avoid duplicating version numbers when adding other Timefold Solver dependencies later on.
Additional notes
The changelog and the list of contributors above are automatically generated. It excludes contributions to certain areas of the repository, such as CI and build automation. This is done for the sake of brevity and to make the user-facing changes stand out more.