Releases: PyconUK/ConferenceScheduler
v3.0.1 (2017-08-21)
v3.0.0 (2017-08-20)
v2.1.3 (2017-08-10)
- Bug Fix: Remove a circular import between scheduler and validator #100
v2.1.2 (2017-08-09)
v2.1.1 (2017-08-08)
- Enhancement:
scheduler.heuristic
now returns in solution form #97
v2.1.0 (2017-08-08)
v2.0.0
-
Incompatibility:
Event.tags
andEvent.unavailability
are now immutable
rather than list objects. List methods to update them will no longer work. -
New Feature: Methods to add tags and unavailability to
Event
objects #77 -
Enhancement: the
tags
andavailability
arguments toEvent
are
optional, and default to an empty list. #74
v1.2.0
-
Enhancement: Move source code and tests into separate directories and use pytest to run documentation tests #72
-
Enhancement: Schedules are now returned as lists rather than generator objects #67
-
Enhancement: Add the
bumpversion <https://pypi.python.org/pypi/bumpversion>
_ tool and its configuration #65 -
Enhancement: Use a more efficient summation function instead of plain
addition within constraints #64 -
New Feature: Differences between schedules #63
-
Bug Fix: Unnecessary constraints were not being removed #61
Version 1.1.0.
v1.1.0 Version 1.1.0
v1.0.0
v1.1.0, 2017-05-06
-
Addition: Added the ability to pass different solver engines to the scheduler
#57 -
Enhancement: Added a more efficient summation function
#55 -
Enhancement: Removed the creation of unnecessary constraints
#54 -
Enhancement: Altered the treatment of duration within constraints
#53 -
Bug Fix: Lack of package traversal in setup.py
#52