Skip to content

Releases: PyconUK/ConferenceScheduler-cli

v0.10.1 (2017-10-02)

02 Oct 07:17
98dc383
Compare
Choose a tag to compare
  • Minor: Fix line ending of schedule.csv

v0.10.0 (2017-09-16)

16 Sep 10:23
bc4e306
Compare
Choose a tag to compare
  • Breaking Change: Output markdown files are no longer produced

  • New Feature: The ability to add 'unbounded' events which occur in all rooms
    on all days

  • Minor: Speaker names in their original form are included within the pickled
    events dictionary

  • Minor: The full slots list, with index number, is included in the log file

  • Minor: Allocated and unbounded events now have tags added automatically
    which ensure uniqueness (no longer necessary to use e.g. 'morning' tag)

  • Bug Fix: Durations for unbounded and allocated events are taken from their
    definition (previously hard coded as zero)

v0.9.1 (2017-09-06)

06 Sep 13:58
fd0ad2f
Compare
Choose a tag to compare
  • Minor: io functions now take the working directories as arguments

  • Minor: All proposals now included in pickled resources

v0.9.0 (2017-09-06)

06 Sep 08:27
12e3e28
Compare
Choose a tag to compare
  • New Feature: --reload option on validate command to control whether the
    conference definition is reloaded from input YAML files

  • Bug Fix: --help option threw an error if run outside a valid project folder
    structure

v0.8.4 (2017-09-04)

04 Sep 11:21
c810725
Compare
Choose a tag to compare
  • Minor: Subtitles from proposals are now imported

v0.8.3 (2017-09-02)

02 Sep 13:35
4eef136
Compare
Choose a tag to compare
  • Bug Fix: Original schedule and new schedule were being passed to the diff
    function in the wrong order

v0.8.2 (2017-09-01)

01 Sep 08:58
087f508
Compare
Choose a tag to compare
  • Bug Fix: Pre-allocated events were being scheduled in addition to their
    pre-allocated slot when optimising for consistency

v0.8.1 (2017-08-24)

24 Aug 06:50
Compare
Choose a tag to compare
  • Minor: Order of fields altered in schedule.csv

v0.8.0 (2017-08-21)

21 Aug 15:24
Compare
Choose a tag to compare
  • New Feature: --diff option to control logging of schedule diff

v0.7.2 (2017-08-21)

21 Aug 14:48
Compare
Choose a tag to compare
  • Bug Fix: Consistency optimisation fixed