Skip to content

Releases: PyconUK/ConferenceScheduler-cli

v0.10.1 (2017-10-02)

Choose a tag to compare

@meatballs meatballs released this 02 Oct 07:17
98dc383
  • Minor: Fix line ending of schedule.csv

v0.10.0 (2017-09-16)

Choose a tag to compare

@meatballs meatballs released this 16 Sep 10:23
bc4e306
  • 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)

Choose a tag to compare

@meatballs meatballs released this 06 Sep 13:58
fd0ad2f
  • Minor: io functions now take the working directories as arguments

  • Minor: All proposals now included in pickled resources

v0.9.0 (2017-09-06)

Choose a tag to compare

@meatballs meatballs released this 06 Sep 08:27
12e3e28
  • 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)

Choose a tag to compare

@meatballs meatballs released this 04 Sep 11:21
c810725
  • Minor: Subtitles from proposals are now imported

v0.8.3 (2017-09-02)

Choose a tag to compare

@meatballs meatballs released this 02 Sep 13:35
4eef136
  • Bug Fix: Original schedule and new schedule were being passed to the diff
    function in the wrong order

v0.8.2 (2017-09-01)

Choose a tag to compare

@meatballs meatballs released this 01 Sep 08:58
087f508
  • 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)

Choose a tag to compare

@meatballs meatballs released this 24 Aug 06:50
  • Minor: Order of fields altered in schedule.csv

v0.8.0 (2017-08-21)

Choose a tag to compare

@meatballs meatballs released this 21 Aug 15:24
  • New Feature: --diff option to control logging of schedule diff

v0.7.2 (2017-08-21)

Choose a tag to compare

@meatballs meatballs released this 21 Aug 14:48
  • Bug Fix: Consistency optimisation fixed