Skip to content

Jumanji v0.1.2

Choose a tag to compare

@clement-bonnet clement-bonnet released this 16 Nov 11:35
· 120 commits to main since this release
1f6120a

Release Notes

In this release, we added the CVRP environment, fixed a few small bugs, and improved the documentation.

What's Changed

  • fix(docs): rendering of table in Examples section. by @BioGeek in #16
  • bug: make pull requests trigger workflow by @cemlyn007 in #18
  • docs: hyperlink to registered environments in main README by @dluo96 in #20
  • fix: brax wrapper docstring by @clement-bonnet in #21
  • Fixed typo in env.py for snake game by @iamunr4v31 in #23
  • feat: badges by @alaterre in #24
  • feat: implemented CVRP environment by @surana01 in #35
  • feat: explicit version number and testing by @alaterre in #39
  • docs: state that we use the google style guide by @dluo96 in #42
  • refactor: improve consistency of extras by @dluo96 in #44
  • fix: change flake8 link from gitlab to github to resolve failing ci by @dluo96 in #48
  • fix: resolve jumanji import crash in non-terminal and non-notebook setting by @dluo96 in #46
  • feat: use protocol to force all environment states to have a key by @dluo96 in #45
  • docs: update the contributing document with jumanji api 0.1.x by @clement-bonnet in #49
  • build: increment semantic version to 0.1.2 by @clement-bonnet in #51

New Contributors

Full Changelog: v0.1.1...v0.1.2