* **20% faster** with rendering * **7% faster** without rendering * Fix address boundary issue in `pyboy.memory`
2.2.1
* First PyBoy version built with NumPy 2 * Remove OpenGL Accelerate as it has issues with NumPy 2 * Small internal improvements
2.2.0
* Introduce PyBoyRegisterFile to access CPU registers
2.1.0
* Fix Pokemon game wrapper for API v2.0 * Document log_level on PyBoy constructor * Improved documentation on hooks * Added Pokemon Pinball game wrapper * Fix broken RTC * Introduce experimental RTC locking API
2.0.3
* Fix missing .py files in sdist package
2.0.2
* Desperately trying to do a full and functional deploy [while fighting PyPI limits](https://github.com/pypi/support/issues/3757) * Breakpoints optimized internally * Drastically reduced PyPI file sizes (slightly faster `pip install`)