sabonerune
sabonerune
## Description of the issue building bootloader fails with Developer Command Prompt or PowerShell. Workflow created for reproduction ```yaml name: Build Bootloader Test on: push permissions: contents: read jobs: tests:...
Remove distutil from setup.py - Remove `distutils.version.LooseVersion`. Cython version checking is done in `pyproject.toml` so there is no need to check it. The ability to build if you have a...
Remove legacy APIs from `__init__.py`. - Replace pkg_resources with importlib-resources. ref: https://importlib-resources.readthedocs.io/en/latest/migration.html This removes the implicit setuptools dependency. I think it is important for Python3.12 because setuptools may not be...
Change `randn()` so that it does not use global variables. If the state of randn is the same, the output will be the same as before the change.