Skip to content

Releases: mutating/cantok

0.0.36

31 Mar 13:22
41ff38c

Choose a tag to compare

The documentation is slightly improved.

0.0.35

30 Mar 23:35
f5fa3c4

Choose a tag to compare

The documentation is significantly improved.

0.0.34

30 Mar 21:18
80957c5

Choose a tag to compare

Improved the encapsulation of many aspects of the cancellation token implementation.

0.0.33

30 Mar 14:47
67e743f

Choose a tag to compare

A sanitary update.

  • Added support for Python 3.14 and 3.15.
  • Updated some dependencies.
  • Linting become a bit stricter.
  • Smoothed out several other minor rough edges.

0.0.32

01 Mar 22:32
5d65f84

Choose a tag to compare

A small purely technical update.

  • Added support for python 3.13 and deleted for 3.7.
  • Upgraded versions of several dependencies.

0.0.31

27 Aug 11:11
27a2c2d

Choose a tag to compare

A micro-change.

  • Now the method .wait() for any token will work correctly in REPL.

0.0.30

16 Aug 14:07
c87b700

Choose a tag to compare

Microscopic change.

  • Now the repr for ConditionToken works not only with ordinary functions, but also with objects that have the __call__ method.

0.0.29

08 Aug 22:34
a410e02

Choose a tag to compare

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

06 Aug 22:34
ccd012e

Choose a tag to compare

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

06 Aug 12:25
86f330d

Choose a tag to compare

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.