Releases: T-baby/pondpond
Releases · T-baby/pondpond
📣 1.4.1
📣 1.3.3
📣 1.3.2
📣 1.3.1
📣 1.3.0
The new version of pond has a 6x performance boost.
📣 1.2.1
📣 1.2.0
- python 3.8+ is recommended and passes the 3.8+ test.
- The build tool switches to pdm.
- Using mypy strict formatting, all changed to strongly typed code.
- Updated pyi files. (Used to assist ides with similar prompts and mypy checks)
- Fix the problem of import errors into class of queue by using multiple threads to operate mutually exclusive queues, and provide coroutine functions with coroutine locks.
- Improved the timing of some variable initializations, which could lead to a global static variable effect.