- Improving how task name are handled (backward compatible). @aphedges (#46)
- Set minimum supported Python version to 3.7. @aphedges (#46)
- 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)
- Improve README (badges, Hugginface Space).
- Fix stack overflow with connected components. (#41)
- Better package version management. (#42)
- 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)
- Fixed issues with JAR path. (#12)
- Add versioning.
- Initial release.