rasper
rasper
Computing distances for region paths throughout the game is too intensive, since the calculation has to be done for each connected region in the path. This is more troublesome when...
`region_connectivity_all_paths` can return a vast amount of paths in some scenarios, user should have the option to return these sorted by pathing distance.
Further investigation required to get bane morphs to work correctly with `Unit.train()` method But the ids here are correct AFAIK for patch 5.0.13 Please let me know if I missed...
Originally suggested by BuRny on discord https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpython > CPython 3.11 is on average [25% faster](https://github.com/faster-cpython/ideas/blob/main/main-vs-310.rst) than CPython 3.10 when measured with the [pyperformance](https://github.com/python/pyperformance) benchmark suite, and compiled with GCC on...