Skip to content

Releases: threadly/python-threadly

release 0.8.2

20 Aug 19:52
Compare
Choose a tag to compare

ReFixed sorting list
Updated unit tests
Fixed travis build

release 0.8.1

20 Aug 19:25
Compare
Choose a tag to compare

Fix issue with keys and sorting

release 0.7.2

05 Mar 22:17
Compare
Choose a tag to compare
  • fixed issue when exception is thrown in python 2.7 with NoneType.
  • fixed issue with queue's in python 32bit.

release 0.7.1

26 Feb 21:32
Compare
Choose a tag to compare

Fixed an issue with clock singleton calling init mutliple times causing many threads to run the clock thread.

release 0.7.0

19 Feb 21:49
Compare
Choose a tag to compare

Updated to work with both python 2.7 and 3.6.
Pointed release urls to new threadly github urls.

release 0.6.1

23 Apr 16:16
Compare
Choose a tag to compare

Minor pypi build issue fixed.

release 0.6.0

23 Apr 15:58
Compare
Choose a tag to compare

Mostly just API changes to make the api more pythonic

release 0.5.0

30 Mar 08:44
Compare
Choose a tag to compare

Big performance improvements for scheduled tasks. Also removed extra scheduler thread, main pool takes care of this now. Also added futures support.

Due to source size, threadly was split out into a package instead of a single module. This was mainly due to addition of Futures and the SortedList implementation

release 0.2.7

21 Mar 00:49
Compare
Choose a tag to compare

Adds passing of args and keywords to scheduled functions. The main class is now named Scheduler instead of Executor, though Executor is still there for backwards compatibility.

release 0.1.2

21 Mar 00:46
Compare
Choose a tag to compare
tag for pypi release