Winloop 0.2.1
Winloop 0.2.1
We got some new contributors and you can now compile winloop on mysys or with a gcc compiler hence why I am releasing an update so quickly.
What's Changed
- Update pycodestyle requirement from ~=2.9.0 to >=2.9,<2.15 by @dependabot[bot] in #52
- Uvhandle optimizations by @Vizonex in #62 (Attempts to remove some expensive python calls and use integers for error handling, by doing so the goal is to remove as many expensive python calls as possible.)
- Bump pypa/cibuildwheel from 3.0.1 to 3.1.1 by @dependabot[bot] in #63
- build fixes for mingw by @totaam in #65
- rename most
OrderdDictobjects to object instead by @Vizonex in #66 Part of a hack to optimize the LRUCache being used since it removes more expensive Python calls.
New Contributors
Full Changelog: v0.2.0...v0.2.1