SpawnpointClusterTool
SpawnpointClusterTool copied to clipboard
This tool is used to take a list of coordinates and output the center location that covers X amount of points.
The code uses a multiprocessing pool and tries to share memory through global variables. This is an invalid assumption and fails on macos for me. ` pool = multiprocessing.pool.ThreadPool(processes=8)` Switching...
Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.0 to 1.1.1. Release notes Sourced from pymysql's releases. v1.1.1 [!WARNING] This release fixes a vulnerability (CVE-2024-36039). All users are recommended to update to this version. If...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...