Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Releases: TimefoldAI/timefold-solver-python

Timefold Solver for Python 1.12.0-beta

09 Jul 14:59
Compare
Choose a tag to compare

Summer is here, but we're not resting! Not all of us anyway. This release brings features, as well as an assortment of bug fixes and enhancements.

Featured update: Fairness and Load Balancing

Providing optimized schedules is only one part of the problem. And if our employees see that our schedule isn't being fair to them, because Ann is getting three times as many shifts as Dan is, they will not be very happy and the business will struggle. The business may even run into labour law issues.

That is why we are introducing a load balancing collector for Constraint Streams. You can read all about it in Fairness and load balancing section of the documentation.

Besides that, we have added some quality of life improvements:

  • ScoreAnalysis now provides more information about itself, including a useful textual summary of the analysis.
  • The solver can now trigger an event when the first initialized solution shows up, letting you know when the construction heuristic ends and local search begins.

Changelog

🚀 Features

🧰 Tasks

  • e6bb0f7 Use long scores types instead of int scores (#96), closes #96

Contributors

We'd like to thank the following people for their contributions:

  • Christopher Chianelli
  • Frederico Gonçalves (@zepfred)
  • Lukáš Petrovický (@triceo)

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 in Python

To see Timefold Solver in action, check out the quickstarts.

Add timefold==1.12.0-beta to your requirements.txt or pip install timefold==1.12.0-beta file to get started.

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.

Timefold Solver for Python 1.11.0-beta

19 Jun 16:06
Compare
Choose a tag to compare
Pre-release

Today, we are happy to announce Timefold Solver for Python!

In this first Beta release, we give the Python ecosystem access to Timefold Solver and all of its features. We invite you to try out our new Python quickstarts and let us know what you think. Do you like the APIs? Does it integrate well with your Python projects? How's the performance? We need your feedback!

Timefold Solver for Python will move out of Beta once we've heard back from enough of you. While in Beta, we reserve the right to change APIs and to add or remove functionality based on user feedback. Once we leave Beta, we will provide the same backwards compatibility guarantees as with Timefold Solver for Java.

Contributors

We'd like to thank the following people for their contributions:

  • Christopher Chianelli
  • Geoffrey De Smet
  • Jente De Meyer (@Jdmbs)
  • Lukáš Petrovický (@triceo)

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 in Python

To see Timefold Solver in action, check out the quickstarts.

Add timefold==1.11.0-beta to your requirements.txt or pip install timefold==1.11.0-beta file to get started.

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.

Timefold Solver for Python 1.10.0-alpha

16 May 16:31
Compare
Choose a tag to compare
Pre-release

This is a quiet release to validate the release procedures etc.

The Python solver is Alpha quality. The APIs are subject to change, documentation and quickstarts are work in progress.

Contributors

We'd like to thank the following people for their contributions:

  • Christopher Chianelli
  • Geoffrey De Smet
  • Leon (@Leon0824)
  • Lukáš Petrovický (@triceo)

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 in Python

To see Timefold Solver in action, check out the quickstarts.

Add timefold-solver==1.10.0-alpha to your requirements.txt or pip install timefold-solver==1.10.0-alpha file to get started.

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.