Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 1.24 KB

Changelog

This changelog follows the following convention https://keepachangelog.com/en/1.0.0/.

[1.1.1] - 2019-02-08

Fixed

  • Packaging issues that prevented installation from source on macOS (#121)
  • Version numbers in documentation

1.1.0 - 2019-02-07

Breaking

  • Previous tw-make commands might generate different outcomes.

Changed

  • Force tw-make to respect --quest-length.
  • Fix multiprocessing issue with ParallelBatchEnv.
  • Make installation procedures more robust.
  • Notebooks are up-to-date.

Added

  • Registration mechanism for TextWorld challenges.
  • More control over quest generation with tw-make (e.g. --quest-breadth).
  • Documentation about the textworld.gym API.

1.0.1 - 2019-01-07

Changed

  • Updated the versions of the Jericho and prompt_toolkit dependencies

Removed

  • Removed unused libuuid dependency

1.0.0 - 2018-12-07

Added

  • Initial release.