Gym 0.19.0 is a large maintenance release, and the first since [@jkterry1](https://github.com/jkterry1) became the maintainer. There should be no breaking changes in this release.
## New features
* Added custom datatype argument to multidiscrete space ([@m-orsini](https://github.com/m-orsini))
* API compliance test added based on SB3 and PettingZoo tests ([@amtamasi](https://github.com/amtamasi))
* RecordEpisodeStatics works with VectorEnv ([@vwxyzjn](https://github.com/vwxyzjn))
* Removed unused dependencies, removed unnecessary dependency version requirements that caused installation issues on newer machines, added full requirements.txt and moved general dependencies to extras. Notably, "toy_text" is not a used extra. atari-py is now pegged to a precise working version pending the switch to ale-py ([@jkterry1](https://github.com/jkterry1))