Skip to content

Releases: T-baby/pondpond

📣 1.4.1

01 Mar 07:10
Compare
Choose a tag to compare

📣 1.3.3

13 Feb 03:00
Compare
Choose a tag to compare

📣 1.3.2

05 May 06:24
Compare
Choose a tag to compare

📣 1.3.1

📣 1.3.0

11 Apr 09:42
Compare
Choose a tag to compare

📣 1.2.1

22 Nov 07:46
Compare
Choose a tag to compare
  • setDaemon() is deprecated, set the daemon attribute instead.
  • Add contains().

📣 1.2.0

09 Nov 06:13
Compare
Choose a tag to compare
  • 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.