Skip to content

0.9.18

Compare
Choose a tag to compare
@Wout4 Wout4 released this 19 Nov 17:19
· 99 commits to master since this release

Minor release with some bugfixes, we are trying to do monthly releases now, so they will be more concise.

What's new?

  • get_bounds() helper function now works on arrays and lists, returning arrays (lists) of bounds
  • Pysdd added to our automated GitHub tests
  • Pysdd does not support Xor anymore.

Bugfixes

  • Fixed Cumulative bug when capacity was a numpy int.
  • Cumulative now works in Minizinc with only one task.
  • Docs look good again
  • Corrected default parameter value in docs
  • Fixed visualisations in Nonogram and Room assignment notebook examples
  • Adopted the new ORtools 9.8 names of tuneable parameters.

New Contributors

  • @KennyVDV made their first contribution by adding a new example: chess_position