Skip to content

Releases: aleksve/ischedule

Version 1.2.7

15 Mar 18:43
b601dbd

Choose a tag to compare

Made a new release to assure that this project has an active maintainer. No actual changes were made. This package has been in production for a few years, no issues reported.

Version 1.2.6

03 Dec 10:57
06fe10e

Choose a tag to compare

Added py.typed, now compatible with mypy

Version 1.2.5

20 Apr 20:32
c69ea4b

Choose a tag to compare

Fixed the issue with the CPU loading reaching 100%. A regression test also added.

Version 1.2.4

25 Jan 17:44
892360d

Choose a tag to compare

  • Support for Python 3.8

Version 1.2.2

11 Jul 11:39

Choose a tag to compare

Precise return timing with run_loop(return_after), even if there are no tasks scheduled

Version 1.2.1

13 Jun 19:57
ecb812a

Choose a tag to compare

  • The return_after parameter for run_loop() now returns more precisely.
  • Documentation updates

Version 1.1.0

29 May 13:13
8e33afe

Choose a tag to compare

  • schedule supports the decorator syntax
  • True parallelism with multiprocessing is supported and tested
  • Documentation improvements

Version 1.0.2

21 May 18:19
444f033

Choose a tag to compare

No functional changes, only documentation updates.

Version 1.0.1

21 May 14:43
a9b2220

Choose a tag to compare

No functional changes, only documentation updates.

Version 1.0.0

21 May 14:37
9b024fa

Choose a tag to compare

v1.0.0

Change version to 1.0.0 to comply with semver