What's Changed
* 88 numpy20 compatibility by S-Linde in https://github.com/QuTech-Delft/qgym/pull/90
**Full Changelog**: https://github.com/QuTech-Delft/qgym/compare/v.0.3.0...v0.3.1
v.0.3.0
What's Changed
- New generator classes for abstracting training data. Users can now provide their own generators to generate training data.
- A collection of generators has been added. The default generators for each environment are implemented in such a way that they behave equal to the old environments with the default values.
- `Routing` and `InitialMapping` parse connection graphs more intuitively.
This release also contains the following minor changes:
- Modernized and improved type hinting
- Removed support for python3.7 in favor for support for python3.12
- Documentation now has hyperlinks to outside modules, like `numpy`, `gymnasium`, etc.
- Moved from a `setup.cfg` based installation to a `pyproject.toml` based installation.
- Some typo's in the documentation.