Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

45 lines (34 loc) · 2.52 KB

Changelog

[1.1.3] - 2023-01-19

  • Improving how task name are handled (backward compatible). @aphedges (#46)
  • Set minimum supported Python version to 3.7. @aphedges (#46)

1.1.2 - 2022-12-20

  • Parity release. Task IDs from the paper (e.g., "2-3") are now accepted and the preferred way to load task. (#44)
  • Adding script to list all supported tasks in ScienceWorld. (#44)
  • Add environment variable to enable debugging mode. (#43)

1.1.1 - 2022-12-09

  • Improve README (badges, Hugginface Space).
  • Fix stack overflow with connected components. (#41)
  • Better package version management. (#42)

1.1.0 - 2022-11-23

  • Breaking Use py4j launch_gateway to launch Java server. (#30, #35)
  • Improved JAR building process. (#22)
  • Use logging.info instead of print. (#36)
  • Add temp unit. (#38)
  • Improve server example. (#39)
  • Make ScienceWorld more deterministic. (#15)
  • Fix typos. (#26, #28, #32)
  • Add links for baseline agents used in the paper. (#27)
  • Fix JSON escape characters. (#23)

1.0.2 - 2022-06-16

  • Fixed issues with JAR path. (#12)

1.0.1 - 2022-06-07

  • Add versioning.

1.0.0 - 2022-05-31

  • Initial release.