Releases: mutating/cantok
Releases · mutating/cantok
0.0.36
0.0.35
The documentation is significantly improved.
0.0.34
Improved the encapsulation of many aspects of the cancellation token implementation.
0.0.33
A sanitary update.
- Added support for
Python 3.14and3.15. - Updated some dependencies.
- Linting become a bit stricter.
- Smoothed out several other minor rough edges.
0.0.32
A small purely technical update.
- Added support for
python 3.13and deleted for3.7. - Upgraded versions of several dependencies.
0.0.31
A micro-change.
- Now the method
.wait()for any token will work correctly inREPL.
0.0.30
Microscopic change.
- Now the
reprforConditionTokenworks not only with ordinary functions, but also with objects that have the__call__method.
0.0.29
A small update, but recommended.
- The operation of summing two timeout tokens is optimized. Now, in some cases, the token with an earlier expiration will remain alone.
0.0.28
A useful little update.
- Text representations of various tokens are now shorter and more beautiful.
- Added a new optimization: now, if possible, the token sum operation does not create an additional
SimpleToken. Due to this, the token graph becomes smaller and all operations on it are faster.
0.0.27
Purely stabilization update, the library's capabilities have not changed at all.
- Added some new tests.
- Improved code examples in the documentation: added output comments.